use Tk::OlWm;
$toplevel->OL_DECOR( CLOSE => flag, FOOTER => flag, HEADER => flag, RESIZE => flag, PIN => flag, ICON_NAME => flag, );
$toplevel->OL_WIN_BUSY( flag );
$toplevel->OL_PIN_STATE( flag );
$toplevel
to communicate
with an OpenLook window manager, e.g. Sun's olwm
or olvwm
.
In the synopsis above flag
is a "boolean" value - i.e. an integer
with 0 meaning false and other values meaning true.
All the name => flag pairs are optional.