_gtkWindowBelow

Asks to keep a window at the bottom (background). Note that operating system or the user can force the position of the window.

Demande à garder une fenêtre en arrière-plan (sous les autres fenêtres).

Type :

fun [ObjGtk I] ObjGtk

_window_ : ObjGtk : any window already created.

_value_ : I : The window stays on the bottom if _value_ = 1. Another value unset it..

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

Back