Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Class Clutter.LayoutManager

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterLayoutManager
Class : LayoutManager
Subclasses: Clutter.BinLayout, Clutter.BoxLayout, Clutter.FixedLayout, Clutter.FlowLayout
Extends: GObject.InitiallyUnowned
The ClutterLayoutManager structure contains only private data
and should be accessed using the provided API
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Box
Property
layout_manager : Clutter.LayoutManager
The ClutterLayoutManager used by the ClutterBox
Clutter.Box
Method
new Clutter.Box.c_new (LayoutManager manager) : Clutter.Actor
Create a new Clutter.Box
Clutter.Box
Method
get_layout_manager () : Clutter.LayoutManager
Retrieves the ClutterLayoutManager instance used by box
Clutter.Box
Method
set_layout_manager (LayoutManager manager) : none
Sets the ClutterLayoutManager for box
A ClutterLayoutManager is a delegate object that controls the
layout of the children of box
Clutter.LayoutMeta
Property
The ClutterLayoutManager that created this ClutterLayoutMeta.
Clutter.LayoutMeta
Method
get_manager () : Clutter.LayoutManager
Retrieves the actor wrapped by data
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:34 GMT+0800 (HKT)