Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Enum Clutter.FlowOrientation

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterFlowOrientation
Enum : FlowOrientation
  Show / Hide Inherited methods, properties and signals
The direction of the arrangement of the children inside a ClutterFlowLayout
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.FlowLayout
Property
orientation : Clutter.FlowOrientation
The orientation of the ClutterFlowLayout.
Clutter.FlowLayout
Method
new Clutter.FlowLayout.c_new (FlowOrientation orientation) : Clutter.FlowLayout
Create a new Clutter.FlowLayout
Clutter.FlowLayout
Method
set_orientation (FlowOrientation orientation) : none
Sets the orientation of the flow layout The orientation controls the direction used to allocate orientation also controls the direction of the overflowing
Clutter.FlowLayout
Method
get_orientation () : Clutter.FlowOrientation
Retrieves the orientation of the layout
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:38 GMT+0800 (HKT)