Keypad
Description:
[
CCode ( has_construct_function =
false , type =
"GtkWidget*" ) ]
public Keypad (
bool only_digits,
bool show_symbols)
Create a new Keypad widget.
Parameters:
only_digits |
whether the keypad should show only digits or also extra buttons for #, *
|
show_symbols |
whether the keypad should show the second line or only the main digit
|
Returns:
the newly created Keypad widget
|