_gtkWidgetAlignmentSet

For a widget, set the alignment of the both directions (x and y).

Définit les valeurs de l'alignement pour un widget.

Type :

fun [ObjGtk F F] ObjGtk

_widget_ : ObjGtk : any widget (may be not all).

_align_x_ : F : a float (0 to 1, 0.5 is a center).

_align_y_ : F : a float (0 to 1, 0.5 is a center).

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

Back