Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterBinAlignment |
Enum : | BinAlignment |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Clutter.BinAlignment.CENTER : 4
|
|
Number Clutter.BinAlignment.END : 3
|
|
Number Clutter.BinAlignment.FILL : 1
|
|
Number Clutter.BinAlignment.FIXED : 0
|
|
Number Clutter.BinAlignment.START : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
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 |
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
|
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 |
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
|