| Top | Description | Object Hierarchy | Implemented Interfaces |
CallyTextCallyText — Implementation of the ATK interfaces for a ClutterText |
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.
|
a ClutterActor |
Returns : |
the newly created AtkObject |
Since 1.4
