Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Enum Clutter.BoxAlignment

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterBoxAlignment
Enum : BoxAlignment
The alignment policies available on each axis of the ClutterBoxLayout
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.BoxLayout
Method
get_alignment (Actor actor) : Object
Retrieves the horizontal and vertical alignment policies for actor
as set using clutter_box_layout_pack() or clutter_box_layout_set_alignment()
Clutter.BoxLayout
Method
pack (Actor actor, gboolean expand, gboolean x_fill, gboolean 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
set_alignment (Actor actor, BoxAlignment x_align, BoxAlignment y_align) : none
Sets the horizontal and vertical alignment policies for actor
inside layout
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:48 GMT+0800 (HKT)