Clutter.ContainerIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
actor_added |
r |
class handler for |
|
actor_removed |
r |
class handler for |
|
add |
r |
virtual function for adding an actor to the container. This virtual function is deprecated, and it should not be overridden. |
|
child_meta_type |
r |
The |
|
child_notify |
r |
class handler for |
|
create_child_meta |
r |
virtual function that gets called for each added child, the function should instantiate an object of type #ClutterContainerIface::child_meta_type, set the container and actor fields in the instance and add the record to a data structure for subsequent access for #ClutterContainerIface::get_child_meta |
|
destroy_child_meta |
r |
virtual function that gets called when a child is removed; it shuld release all resources held by the record |
|
foreach |
r |
virtual function for iterating over the container’s children. This virtual function is deprecated, and it should not be overridden. |
|
foreach_with_internals |
r |
virtual functions for iterating over the container’s children, both added using the |
|
g_iface |
r |
||
get_child_meta |
r |
return the record for a container child |
|
lower |
r |
virtual function for lowering a child. This virtual function is deprecated and it should not be overridden. |
|
raise_ |
r |
virtual function for raising a child. This virtual function is deprecated and it should not be overridden. |
|
remove |
r |
virtual function for removing an actor from the container. This virtual function is deprecated, and it should not be overridden. |
|
sort_depth_order |
r |
virtual function for sorting the children of a container depending on their depth. This virtual function is deprecated and it should not be overridden. |
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.