Struct
ClutterPickContext
Instance methods
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.