Function
Shellutil_set_hidden_from_pick
Declaration [src]
void
shell_util_set_hidden_from_pick (
  ClutterActor* actor,
  gboolean hidden
)
Description [src]
If hidden is TRUE, hide actor from pick even with a mode of
CLUTTER_PICK_ALL; if hidden is FALSE, unhide actor.
Parameters
- actor
- 
            Type: ClutterActorA ClutterActor.The data is owned by the caller of the function. 
- hidden
- 
            Type: gbooleanWhether actorshould be hidden from pick.