|  |  |  | Cally Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
| CallyRectangleCallyRectangle — Implementation of the ATK interfaces for a ClutterRectangle | 
struct              CallyRectangle;
struct              CallyRectangleClass;
AtkObject *         cally_rectangle_new                 (ClutterActor *actor);
  GObject
   +----AtkObject
         +----AtkGObjectAccessible
               +----CallyActor
                     +----CallyRectangle
CallyRectangle implements the required ATK interfaces of ClutterRectangle
In particular it sets a proper role for the rectangle.
struct CallyRectangle;
The CallyRectangle structure contains only private data and should be accessed using the provided API
Since 1.4
struct CallyRectangleClass {
};
The CallyRectangleClass structure contains only private data
Since 1.4
AtkObject *         cally_rectangle_new                 (ClutterActor *actor);
Creates a new CallyRectangle for the given actor. actor must be
a ClutterRectangle.
| 
 | a ClutterActor | 
| Returns : | the newly created AtkObject | 
Since 1.4