Constructor

HandyKeypadnew

since: 1.0

Declaration [src]

GtkWidget*
hdy_keypad_new (
  gboolean symbols_visible,
  gboolean letters_visible
)

Description [src]

Creates a new HdyKeypad.

Available since: 1.0

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 HdyKeypad

The data is owned by the called function.