_gtkWindowResizable

Set or get if a window is resizable by the user.

Définit si une fenêtre est redimensionable ou récupère la valeur de cet état.

Type :

fun [ObjGtk I] I

_window_ : ObjGtk : any window already created.

_value_ : I : if _value_ = 1, the _window_ will be resizable. If _value_ = 0, the _window_ will not be resizable. For any other value, get the current state.

Return : I : resizable (1) or not resizable (0).

Back