CallyText

CallyText — Implementation of the ATK interfaces for a ClutterText

Synopsis

struct              CallyText;
struct              CallyTextClass;
AtkObject *         cally_text_new                      (ClutterActor *actor);

Object Hierarchy

  GObject
   +----AtkObject
         +----AtkGObjectAccessible
               +----CallyActor
                     +----CallyText

Implemented Interfaces

CallyText implements AtkComponent, AtkAction, AtkText and AtkEditableText.

Description

CallyText implements the required ATK interfaces of ClutterText, AtkText and AtkEditableText

Details

struct CallyText

struct CallyText;

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

Since 1.4


struct CallyTextClass

struct CallyTextClass {
};

The CallyTextClass structure contains only private data

Since 1.4


cally_text_new ()

AtkObject *         cally_text_new                      (ClutterActor *actor);

Creates a new CallyText for the given actor. actor must be a ClutterText.

actor :

a ClutterActor

Returns :

the newly created AtkObject

Since 1.4

See Also

ClutterText