Method
PidginKeypadset_key_capture_widget
unstable since: 3.0
Declaration [src]
void
pidgin_keypad_set_key_capture_widget (
PidginKeypad* keypad,
GtkWidget* widget
)
Description [src]
Sets widget
as the widget that keypad
will capture key events from.
If key events are handled by the keypad, the DTMF digits will be captured
and trigger the pressed signal on keypad
.
Available since: 3.0
Parameters
widget
-
Type:
GtkWidget
A widget to capture keys from.
The data is owned by the caller of the method.