Class
HandyKeypad
Description [src]
class Handy.Keypad : Gtk.Bin {
parent_instance: GtkBin
}
A keypad for dialing numbers
The HdyKeypad
widget is a keypad for entering numbers such as phone numbers
or PIN codes.
CSS nodes
HdyKeypad
has a single CSS node with name keypad
.
Available since: | 1.0 |
Instance methods
hdy_keypad_get_column_spacing
Returns the amount of space between the columns of self
.
Available since: 1.0
hdy_keypad_get_end_action
Gets the widget for the lower right corner (or left, in RTL locales).
Available since: 1.0
hdy_keypad_get_letters_visible
Gets whether standard letters are displayed below the digits on the buttons.
Available since: 1.0
hdy_keypad_get_row_spacing
Returns the amount of space between the rows of self
.
Available since: 1.0
hdy_keypad_get_start_action
Gets the widget for the lower left corner (or right, in RTL locales).
Available since: 1.0
hdy_keypad_set_column_spacing
Sets the amount of space between columns of self
.
Available since: 1.0
hdy_keypad_set_end_action
Sets the widget for the lower right corner (or left, in RTL locales).
Available since: 1.0
hdy_keypad_set_letters_visible
Sets whether standard letters are displayed below the digits on the buttons.
Available since: 1.0
hdy_keypad_set_start_action
Sets the widget for the lower left corner (or right, in RTL locales).
Available since: 1.0
hdy_keypad_set_symbols_visible
Sets whether standard letters are displayed below the digits on the buttons.
Available since: 1.0
Properties
Handy.Keypad:column-spacing
The amount of space between two consecutive columns.
Available since: 1.0
Handy.Keypad:letters-visible
Whether standard letters should be displayed below the digits on the buttons.
Available since: 1.0