Clutter.LayoutMeta¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The manager that created this data |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
dummy0 |
r |
||
dummy1 |
r |
||
manager |
r |
the layout manager handling this data |
|
parent_instance |
r |
Class Details¶
- class Clutter.LayoutMeta(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Sub-class of
Clutter.ChildMeta
specific for layout managersA
Clutter.LayoutManager
sub-class should create aClutter.LayoutMeta
instance by overriding the #ClutterLayoutManager::create_child_meta() virtual functionNew in version 1.2.
- get_manager()¶
- Returns:
- Return type:
Retrieves the actor wrapped by self
New in version 1.2.
Property Details¶
- Clutter.LayoutMeta.props.manager¶
- Name:
manager
- Type:
- Default Value:
- Flags:
The
Clutter.LayoutManager
that created thisClutter.LayoutMeta
.New in version 1.2.