Class

CallyStage

Description [src]

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

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

Available since:1.4

Hierarchy

hierarchy this CallyStage implements_0 AtkAction this--implements_0 implements_1 AtkComponent this--implements_1 implements_2 AtkWindow this--implements_2 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
  • AtkWindow

Constructors

cally_stage_new

Creates a new CallyStage for the given actor. actor should be a ClutterStage.

Available since: 1.4

Class structure

struct CallyStageClass {
  /* no available fields */
}