![]() |
![]() |
![]() |
Cally Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
CallyGroupCallyGroup — Implementation of the ATK interfaces for a ClutterGroup |
GObject +----AtkObject +----AtkGObjectAccessible +----CallyActor +----CallyGroup +----CallyStage
CallyClutterGroup implements the required ATK interfaces of ClutterGroup In particular it exposes:
typedef struct _CallyGroup CallyGroup;
The CallyGroup structure contains only private data and should be accessed using the provided API
Since 1.4
typedef struct { } CallyGroupClass;
The CallyGroupClass structure contains only private data
Since 1.4
AtkObject* cally_group_new (ClutterActor *actor
);
Creates a CallyGroup for actor
|
a ClutterGroup |
Returns : |
the newly created CallyGroup |
Since 1.4