Clutter.ContainerIface

Fields

Name

Type

Access

Description

actor_added

object

r

class handler for Clutter.Container ::actor-added

actor_removed

object

r

class handler for Clutter.Container ::actor-removed

add

object

r

virtual function for adding an actor to the container. This virtual function is deprecated, and it should not be overridden.

child_meta_type

GObject.GType

r

The GObject.GType used for storing auxiliary information about each of the containers children.

child_notify

object

r

class handler for Clutter.Container ::child-notify

create_child_meta

object

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

object

r

virtual function that gets called when a child is removed; it shuld release all resources held by the record

foreach

object

r

virtual function for iterating over the container’s children. This virtual function is deprecated, and it should not be overridden.

foreach_with_internals

object

r

virtual functions for iterating over the container’s children, both added using the Clutter.Container API and internal children. The implementation of this virtual function is required only if the Clutter.Container implementation has internal children. This virtual function is deprecated, and it should not be overridden.

g_iface

GObject.TypeInterface

r

get_child_meta

object

r

return the record for a container child

lower

object

r

virtual function for lowering a child. This virtual function is deprecated and it should not be overridden.

raise_

object

r

virtual function for raising a child. This virtual function is deprecated and it should not be overridden.

remove

object

r

virtual function for removing an actor from the container. This virtual function is deprecated, and it should not be overridden.

sort_depth_order

object

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.