Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterBinAlignment |
Enum : | BinAlignment |
Properties | |
---|---|
guint32 Clutter.BinAlignment.CENTER : 4
|
|
guint32 Clutter.BinAlignment.END : 3
|
|
guint32 Clutter.BinAlignment.FILL : 1
|
|
guint32 Clutter.BinAlignment.FIXED : 0
|
|
guint32 Clutter.BinAlignment.START : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Champlain.View
Method |
|
Clutter.BinLayout
Property |
x_align : Clutter.BinAlignment
The default horizontal alignment policy for actors managed
by the ClutterBinLayout |
Clutter.BinLayout
Property |
y_align : Clutter.BinAlignment
The default vertical alignment policy for actors managed
by the ClutterBinLayout |
Clutter.BinLayout
Method |
Create a new Clutter.BinLayout
|
Clutter.BinLayout
Method |
Adds a ClutterActor to the container using self and
sets the alignment policies for it This function is equivalent to clutter_container_add_actor() and clutter_layout_manager_child_set_property() but it does not require a pointer to the ClutterContainer associated to the ClutterBinLayout |
Clutter.BinLayout
Method |
Retrieves the horizontal and vertical alignment policies for
a child of self If child is NULL the default alignment policies will be returned instead |
Clutter.BinLayout
Method |
Sets the horizontal and vertical alignment policies to be applied
to a child of self If child is NULL then the x_align and y_align values will be set as the default alignment policies |