Clutter.ContainerIface

Fields

Name

Type

Access

Description

actor_added

object

r

actor_removed

object

r

add

object

r

child_meta_type

GObject.GType

r

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

child_notify

object

r

create_child_meta

object

r

destroy_child_meta

object

r

foreach

object

r

foreach_with_internals

object

r

g_iface

GObject.TypeInterface

r

get_child_meta

object

r

lower

object

r

raise_

object

r

remove

object

r

sort_depth_order

object

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.