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
Extends: GObject.InitiallyUnowned
  Show / Hide Inherited methods, properties and signals
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.Box
Create a new Clutter.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.Box
Method
get_layout_manager () : Clutter.LayoutManager
Retrieves the ClutterLayoutManager instance used by 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 Tue Jun 22 2010 16:32:35 GMT+0800 (HKT)