Method
ClutterTextset_input_interceptor
Declaration [src]
void
clutter_text_set_input_interceptor (
ClutterText* self,
ClutterActor* input_interceptor
)
Description [src]
Delegates input handling on an actor, so that events handled
by input_interceptro will result on self being focused and
handling input.
| Sets property | Clutter.Text:input-interceptor |
Parameters
input_interceptor-
Type:
ClutterActorThe actor that will intercept keyboard input.
The argument can be NULL.The data is owned by the caller of the method.