Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Enum Clutter.BinAlignment

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterBinAlignment
Enum : BinAlignment
The alignment policies available on each axis for ClutterBinLayout
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Champlain.View
Method
bin_layout_add (Actor child, BinAlignment x_align, BinAlignment y_align) : none
Clutter.BinLayout
Property
The default horizontal alignment policy for actors managed
by the ClutterBinLayout
Clutter.BinLayout
Property
The default vertical alignment policy for actors managed
by the ClutterBinLayout
Clutter.BinLayout
Method
new Clutter.BinLayout.c_new (BinAlignment x_align, BinAlignment y_align) : Clutter.LayoutManager
Create a new Clutter.BinLayout
Clutter.BinLayout
Method
add (Actor child, BinAlignment x_align, BinAlignment y_align) : none
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
get_alignment (Actor child) : Object
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
set_alignment (Actor child, BinAlignment x_align, BinAlignment y_align) : none
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
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:48 GMT+0800 (HKT)