|  |  |  | Cally Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
| CallyTextureCallyTexture — Implementation of the ATK interfaces for a ClutterTexture | 
struct              CallyTexture;
struct              CallyTextureClass;
AtkObject *         cally_texture_new                   (ClutterActor *actor);
CallyTexture implements the required ATK interfaces of ClutterTexture
In particular it sets a proper role for the texture.
struct CallyTexture;
The CallyTexture structure contains only private data and should be accessed using the provided API
Since 1.4
struct CallyTextureClass {
};
The CallyTextureClass structure contains only private data
Since 1.4
AtkObject *         cally_texture_new                   (ClutterActor *actor);
Creates a new CallyTexture for the given actor. actor must be
a ClutterTexture.
| 
 | a ClutterActor | 
| Returns : | the newly created AtkObject | 
Since 1.4