_gtkFixedMove

Moves a child of a GtkFixed container to the given position.

Déplace un widget enfant dans le container de type GtkFixed. On donne la nouvelle position en argument.

Type :

fun [ObjGtk ObjGtk I I] ObjGtk

_fixed_ : ObjGtk : any fixed already created.

_widget_ : ObjGtk : any child already added into _fixed_.

_newX_ : I : the new X coordonate.

_newY_ : I : the new Y coordonate.

Return : ObjGtk : the same widget _widget_ or nil if error.

Back