Up
_gtkWindowFlagSet
_gtkWindowFlagSet
sets flags to a
Window
object.
Prototype : fun [ObjGtkWindow I] ObjGtkWindow
ObjGtkWindow
: a Window object.
I
: a flag which is a combination of the following options :
RESIZABLE : the user can resize the window
NOT_RESIZABLE : the user can not resize the window. The resize buttons are too inactive.
DECORATED : the window has a bar (with icon, title, ...) and its bordure
NOT_DECORATED : the window has not a bar (with icon, title, ...) and its bordure
DELETABLE : the user can close the window
NOT_DELETABLE : the user can not close the window. The close button is inactive.
Return
ObjGtkWindow : the same Window object or nil if an error occurs.
See also
_gtkWindowFlagGet
Example