_gtkWindowPosition

Return the current position of a window. The returned values depend to the gravity (by default NW)

Retourne la position d'une fenêtre en fonction de la gravité (par défaut, au NO).

Type :

fun [ObjGtk] [I I]

_window_ : ObjGtk : a window already created.

Return : [I I] : X, Y coordonates or nil if error.

Back