CallyRectangle

CallyRectangle — Implementation of the ATK interfaces for a ClutterRectangle

Synopsis

                    CallyRectangle;
                    CallyRectangleClass;
AtkObject*          cally_rectangle_new                 (ClutterActor *actor);

Object Hierarchy

  GObject
   +----AtkObject
         +----AtkGObjectAccessible
               +----CallyActor
                     +----CallyRectangle

Implemented Interfaces

CallyRectangle implements AtkComponent and AtkAction.

Description

CallyRectangle implements the required ATK interfaces of ClutterRectangle

In particular it sets a proper role for the rectangle.

Details

CallyRectangle

typedef struct _CallyRectangle CallyRectangle;

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

Since 1.4


CallyRectangleClass

typedef struct {
} CallyRectangleClass;

The CallyRectangleClass structure contains only private data

Since 1.4


cally_rectangle_new ()

AtkObject*          cally_rectangle_new                 (ClutterActor *actor);

Creates a new CallyRectangle for the given actor. actor must be a ClutterRectangle.

actor :

a ClutterActor

Returns :

the newly created AtkObject

Since 1.4

See Also

ClutterRectangle