_gtkWindowNew
Create a new window.
Crée une nouvelle fenêtre.
Type :
fun [Chn ObjGtk S I] ObjGtk
_channel_ : Chn : a channel.
_mother_ : ObjGtk : the mother of the created window. Can be nil.
_title_ : S : the title of the future window.
_position_ : I : the position (on the screen) :
- SGTK_POS_NONE : No influence is made on placement.
- SGTK_POS_CENTER : Windows should be placed in the center of the screen.
- SGTK_POS_ALWAYS_CENTER : Keep window centered as it changes size, etc.
- SGTK_POS_CENTER_PARENT : Center the window on its transient parent.
- SGTK_POS_MOUSE : Windows should be placed at the current mouse position.
Note : to move a window, use '_gtkWindowMove' function.
Return : ObjGtk : the new window or nil if error.