_gtkWindowMove

Move a window.

Déplace une fenêtre.

Type :

fun [ObjGtk I I] ObjGtk

_window_ : ObjGtk : any window already created.

_x_ : I : the new X coordinate. If _x_ is nil, _x_ will be set to 0.

_y_ : I : the new Y coordinate. If _y_ is nil, _y_ will be set to 0.

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

Back