Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterBoxAlignment |
Enum : | BoxAlignment |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Clutter.BoxAlignment.CENTER : 2
|
|
Number Clutter.BoxAlignment.END : 1
|
|
Number Clutter.BoxAlignment.START : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.BoxLayout
Method |
pack
(Actor actor, Boolean expand, Boolean x_fill, Boolean y_fill, BoxAlignment x_align, BoxAlignment y_align)
:
none
Packs actor inside the ClutterContainer associated to layout and sets the layout properties
|
Clutter.BoxLayout
Method |
Sets the horizontal and vertical alignment policies for actor inside layout
|
Clutter.BoxLayout
Method |
Retrieves the horizontal and vertical alignment policies for actor as set using clutter_box_layout_pack() or clutter_box_layout_set_alignment()
|