Clutter.ContainerIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
actor_added |
r |
||
actor_removed |
r |
||
add |
r |
||
child_meta_type |
r |
The |
|
child_notify |
r |
||
create_child_meta |
r |
||
destroy_child_meta |
r |
||
foreach |
r |
||
foreach_with_internals |
r |
||
g_iface |
r |
||
get_child_meta |
r |
||
lower |
r |
||
raise_ |
r |
||
remove |
r |
||
sort_depth_order |
r |
Methods¶
None
Details¶
- class Clutter.ContainerIface¶
Base interface for container actors. The add, remove and foreach virtual functions must be provided by any implementation; the other virtual functions are optional.
New in version 0.4.