![]() |
![]() |
![]() |
Cally Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
CallyTextCallyText — Implementation of the ATK interfaces for a ClutterText |
CallyText implements the required ATK interfaces of ClutterText, AtkText and AtkEditableText
struct CallyText;
The CallyText structure contains only private data and should be accessed using the provided API
Since 1.4
struct CallyTextClass { };
The CallyTextClass structure contains only private data
Since 1.4
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