Constructor
CuiKeypadButtonnew
Declaration [src]
GtkWidget*
cui_keypad_button_new (
const gchar* symbols
)
Description [src]
Create a new CuiKeypadButton
which displays symbols
,
where the first char is used as the main and the other symbols are shown below.
Parameters
symbols
-
Type:
const gchar*
The symbols displayed on the
CuiKeypadButton
.The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GtkWidget
The newly created CuiKeypadButton
widget.
The data is owned by the called function. |