Cally.Text¶
- Subclasses:
None
Methods¶
- Inherited:
Cally.Actor (4), Atk.GObjectAccessible (2), Atk.Object (27), GObject.Object (37), Atk.Action (7), Atk.Component (15), Atk.EditableText (7), Atk.Text (23)
- Structs:
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Signals¶
- Inherited:
Atk.Object (9), GObject.Object (1), Atk.Component (1), Atk.Text (6)
Fields¶
- Inherited:
Atk.Object (9), GObject.Object (1), Atk.Component (1), Atk.Text (6)
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Cally.Text(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Cally.Text
structure contains only private data and should be accessed using the provided APINew in version 1.4.
- classmethod new(actor)¶
- Parameters:
actor (
Clutter.Actor
) – aClutter.Actor
- Returns:
the newly created
Atk.Object
- Return type:
Creates a new
Cally.Text
for the given actor. actor must be aClutter.Text
.New in version 1.4.