Struct

ClutterPickContext

Description

struct ClutterPickContext {
  /* No available fields */
}

No description available.

Instance methods

clutter_pick_context_destroy
No description available.

clutter_pick_context_get_mode
No description available.

clutter_pick_context_get_transform

Retrieves the current transform of the pick stack.

clutter_pick_context_log_overlap

Logs an overlapping actor into the pick stack.

clutter_pick_context_log_pick

Logs a pick rectangle into the pick stack.

clutter_pick_context_pop_clip

Pops the current clip rectangle from the clip stack. It is a programming error to call this without a corresponding clutter_pick_context_push_clip() call first.

clutter_pick_context_pop_transform

Pops the current transform from the clip stack. It is a programming error to call this without a corresponding clutter_pick_context_push_transform() call first.

clutter_pick_context_push_clip

Pushes a clip rectangle defined by box into the pick stack. Pop with clutter_pick_context_pop_clip() when done.

clutter_pick_context_push_transform

Pushes transform into the pick stack. Pop with clutter_pick_context_pop_transform() when done.

clutter_pick_context_ref
No description available.

clutter_pick_context_unref
No description available.