Class

CallyActor

Description [src]

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

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

Available since:1.4

Hierarchy

hierarchy this CallyActor implements_0 AtkAction this--implements_0 implements_1 AtkComponent this--implements_1 ancestor_0 AtkGObjectAccessible ancestor_0--this ancestor_1 AtkObject ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1

Ancestors

  • AtkGObjectAccessible
  • AtkObject
  • GObject

Implements

  • AtkAction
  • AtkComponent

Constructors

cally_actor_new

Creates a new CallyActor for the given actor.

Available since: 1.4

Instance methods

cally_actor_add_action

Adds a new action to be accessed with the AtkAction interface.

Available since: 1.4

cally_actor_add_action_full

Adds a new action to be accessed with the AtkAction interface.

Available since: 1.6

cally_actor_remove_action

Removes a action, using the action_id returned by cally_actor_add_action()

Available since: 1.4

cally_actor_remove_action_by_name

Removes an action, using the action_name used when the action was added with cally_actor_add_action()

Available since: 1.4

Class structure

struct CallyActorClass {
  void (* notify_clutter) (
    GObject* object,
    GParamSpec* pspec
  );
  gint (* add_actor) (
    ClutterActor* container,
    ClutterActor* actor,
    gpointer data
  );
  gint (* remove_actor) (
    ClutterActor* container,
    ClutterActor* actor,
    gpointer data
  );
  
}
Class members
notify_clutter
void (* notify_clutter) (
    GObject* object,
    GParamSpec* pspec
  )
  No description available.
add_actor
gint (* add_actor) (
    ClutterActor* container,
    ClutterActor* actor,
    gpointer data
  )
  No description available.
remove_actor
gint (* remove_actor) (
    ClutterActor* container,
    ClutterActor* actor,
    gpointer data
  )
  No description available.