|  |  |  | Cally Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
| CallyStageCallyStage — Implementation of the ATK interfaces for a ClutterStage | 
struct              CallyStage;
struct              CallyStageClass;
AtkObject *         cally_stage_new                     (ClutterActor *actor);
  GObject
   +----AtkObject
         +----AtkGObjectAccessible
               +----CallyActor
                     +----CallyGroup
                           +----CallyStage
CallyStage implements the required ATK interfaces for ClutterStage
Some implementation details: at this moment CallyStage is used as the most similar Window object in this toolkit (ie: emitting window related signals), although the real purpose of ClutterStage is being a canvas. Anyway, this is required for applications using just clutter, or directly ClutterStage
struct CallyStage;
The CallyStage structure contains only private data and should be accessed using the provided API
Since 1.4
struct CallyStageClass {
};
The CallyStageClass structure contains only private data
Since 1.4
AtkObject *         cally_stage_new                     (ClutterActor *actor);
Creates a new CallyStage for the given actor. actor should be a
ClutterStage.
| 
 | a ClutterActor | 
| Returns : | the newly created AtkObject | 
Since 1.4