_gtkFixedPut

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

Ajoute un widget enfant dans le container de type GtkFixed. On donne sa position en argument.

Type :

fun [ObjGtk ObjGtk I I] ObjGtk

_fixed_ : ObjGtk : any fixed already created.

_widget_ : ObjGtk : any widget already created.

_x_ : I : the X coordonate.

_y_ : I : the Y coordonate.

Return : ObjGtk : the same fixed _fixed_ or nil if error.

Back