CallyTexture

CallyTexture — Implementation of the ATK interfaces for a ClutterTexture

Synopsis

                    CallyTexture;
                    CallyTextureClass;
AtkObject *         cally_texture_new                   (ClutterActor *actor);

Object Hierarchy

  GObject
   +----AtkObject
         +----AtkGObjectAccessible
               +----CallyActor
                     +----CallyTexture

Implemented Interfaces

CallyTexture implements AtkComponent and AtkAction.

Description

CallyTexture implements the required ATK interfaces of ClutterTexture

In particular it sets a proper role for the texture.

Details

CallyTexture

typedef struct _CallyTexture CallyTexture;

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

Since 1.4


CallyTextureClass

typedef struct {
} CallyTextureClass;

The CallyTextureClass structure contains only private data

Since 1.4


cally_texture_new ()

AtkObject *         cally_texture_new                   (ClutterActor *actor);

Creates a new CallyTexture for the given actor. actor must be a ClutterTexture.

actor :

a ClutterActor

Returns :

the newly created AtkObject

Since 1.4

See Also

ClutterTexture