CallyGroup

CallyGroup — Implementation of the ATK interfaces for a ClutterGroup

Synopsis

                    CallyGroup;
                    CallyGroupClass;
AtkObject*          cally_group_new                     (ClutterActor *actor);

Object Hierarchy

  GObject
   +----AtkObject
         +----AtkGObjectAccessible
               +----CallyActor
                     +----CallyGroup
                           +----CallyStage

Implemented Interfaces

CallyGroup implements AtkComponent and AtkAction.

Description

CallyClutterGroup implements the required ATK interfaces of ClutterGroup In particular it exposes:

  • Each of the Clutter actors contained in the Group.

Details

CallyGroup

typedef struct _CallyGroup CallyGroup;

The CallyGroup structure contains only private data and should be accessed using the provided API

Since 1.4


CallyGroupClass

typedef struct {
} CallyGroupClass;

The CallyGroupClass structure contains only private data

Since 1.4


cally_group_new ()

AtkObject*          cally_group_new                     (ClutterActor *actor);

Creates a CallyGroup for actor

actor :

a ClutterGroup

Returns :

the newly created CallyGroup

Since 1.4

See Also

ClutterGroup