Constructor
CuiKeypadnew
Declaration [src]
GtkWidget*
cui_keypad_new (
gboolean symbols_visible,
gboolean letters_visible
)
Parameters
symbols_visible
-
Type:
gboolean
Whether the hash, plus, and asterisk symbols should be visible.
letters_visible
-
Type:
gboolean
Whether the letters below the digits should be visible.
Return value
Type: GtkWidget
The newly created CuiKeypad
widget.
The data is owned by the called function. |