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
  Show / Hide Inherited methods, properties and signals
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
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.BinLayout
Create a new Clutter.BinLayout
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
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
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
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:38 GMT+0800 (HKT)