![]() |
![]() |
![]() |
Cally Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
CallyRectangleCallyRectangle — Implementation of the ATK interfaces for a ClutterRectangle |
GObject +----AtkObject +----AtkGObjectAccessible +----CallyActor +----CallyRectangle
CallyRectangle implements the required ATK interfaces of ClutterRectangle
In particular it sets a proper role for the rectangle.
typedef struct _CallyRectangle CallyRectangle;
The CallyRectangle structure contains only private data and should be accessed using the provided API
Since 1.4
typedef 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