Clutter.LayoutManagerClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
allocate |
r |
virtual function; override to allocate the children of the layout manager. See also the allocate() virtual function in |
|
begin_animation |
r |
virtual function; override to control the animation of a |
|
create_child_meta |
r |
virtual function; override to create a |
|
end_animation |
r |
virtual function; override to end an animation started by |
|
get_animation_progress |
r |
virtual function; override to control the progress of the animation of a |
|
get_child_meta_type |
r |
virtual function; override to return the |
|
get_preferred_height |
r |
virtual function; override to provide a preferred height for the layout manager. See also the get_preferred_height() virtual function in |
|
get_preferred_width |
r |
virtual function; override to provide a preferred width for the layout manager. See also the get_preferred_width() virtual function in |
|
layout_changed |
r |
class handler for the |
|
parent_class |
r |
||
set_container |
r |
virtual function; override to set a back pointer on the |
Methods¶
None
Details¶
- class Clutter.LayoutManagerClass¶
The
Clutter.LayoutManagerClass
structure contains only private data and should be accessed using the provided APINew in version 1.2.