_gtkWindowMother

Set or unset the parent to any window.

Affecte une fenêtre comme parente d'une autre fenêtre ou supprime la relation de parenté.

Type :

fun [ObjGtk ObjGtk] ObjGtk

_window_ : ObjGtk : any window already created.

_parent_ : ObjGtk : any window already created. To unset, you should set this to nil.

Return : ObjGtk : _window_ or nil if error.

Back