Method

PhoshKeypadset_entry

Declaration [src]

void
phosh_keypad_set_entry (
  PhoshKeypad* self,
  GtkEntry* entry
)

Description [src]

Binds entry to self and blocks any input which wouldn’t be possible to type with with the keypad.

Parameters

entry GtkEntry
 

A GtkEntry.

 The argument can be NULL.
 The data is owned by the caller of the function.