Class

CallyText

Description [src]

class Cally.Text : Cally.Actor {
  /* No available fields */
}

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

Available since:1.4

Hierarchy

hierarchy this CallyText implements_0 AtkAction this--implements_0 implements_1 AtkComponent this--implements_1 implements_2 AtkEditableText this--implements_2 implements_3 AtkText this--implements_3 ancestor_0 CallyActor ancestor_0--this ancestor_1 AtkGObjectAccessible ancestor_1--ancestor_0 ancestor_2 AtkObject ancestor_2--ancestor_1 ancestor_3 GObject ancestor_3--ancestor_2

Ancestors

  • CallyActor
  • AtkGObjectAccessible
  • AtkObject
  • GObject

Implements

  • AtkAction
  • AtkComponent
  • AtkEditableText
  • AtkText

Constructors

cally_text_new

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

Available since: 1.4

Class structure

struct CallyTextClass {
  /* no available fields */
}