_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) :

Return : ObjGtk : the new window or nil if error.

Back