CallyGroup

CallyGroup — Implementation of the ATK interfaces for a ClutterGroup

Synopsis

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

Object Hierarchy

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

Implemented Interfaces

CallyGroup implements AtkComponent and AtkAction.

Description

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

  • Each of the Clutter actors contained in the Group.

Details

struct CallyGroup

struct CallyGroup;

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

Since 1.4


struct CallyGroupClass

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