Class: Handy::Keypad
- Inherits:
-
Gtk::Bin
- Object
- Gtk::Bin
- Handy::Keypad
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#column_spacing ⇒ Integer
The amount of space between two consecutive columns.
-
#column_spacing=(column_spacing) ⇒ Integer
The amount of space between two consecutive columns.
-
#end_action ⇒ Gtk::Widget
The widget for the lower end corner of self.
-
#end_action=(end_action) ⇒ Gtk::Widget
The widget for the lower end corner of self.
-
#entry ⇒ Gtk::Entry
The entry widget connected to the keypad.
-
#entry=(entry) ⇒ Gtk::Entry
The entry widget connected to the keypad.
-
#initialize(symbols_visible, letters_visible) ⇒ Gtk::Widget
constructor
Creates a new
HdyKeypad. -
#letters_visible ⇒ Boolean
Gets whether standard letters are displayed below the digits on the buttons.
-
#letters_visible=(letters_visible) ⇒ Boolean
Whether standard letters should be displayed below the digits on the buttons.
-
#letters_visible? ⇒ Boolean
Whether standard letters should be displayed below the digits on the buttons.
-
#row_spacing ⇒ Integer
The amount of space between two consecutive rows.
-
#row_spacing=(row_spacing) ⇒ Integer
The amount of space between two consecutive rows.
-
#start_action ⇒ Gtk::Widget
The widget for the lower start corner of self.
-
#start_action=(start_action) ⇒ Gtk::Widget
The widget for the lower start corner of self.
-
#symbols_visible ⇒ Boolean
Gets whether symbols are displayed.
-
#symbols_visible=(symbols_visible) ⇒ Boolean
Whether to display symbols.
-
#symbols_visible? ⇒ Boolean
Whether to display symbols.
Constructor Details
#initialize(symbols_visible, letters_visible) ⇒ Gtk::Widget
Creates a new HdyKeypad.
Instance Method Details
#column_spacing ⇒ Integer
The amount of space between two consecutive columns.
#column_spacing=(column_spacing) ⇒ Integer
The amount of space between two consecutive columns.
#end_action ⇒ Gtk::Widget
The widget for the lower end corner of self.
#end_action=(end_action) ⇒ Gtk::Widget
The widget for the lower end corner of self.
#entry ⇒ Gtk::Entry
The entry widget connected to the keypad.
The entry will block any input not possible to type with the keypad.
#entry=(entry) ⇒ Gtk::Entry
The entry widget connected to the keypad.
The entry will block any input not possible to type with the keypad.
#letters_visible ⇒ Boolean
Gets whether standard letters are displayed below the digits on the buttons.
#letters_visible=(letters_visible) ⇒ Boolean
Whether standard letters should be displayed below the digits on the buttons.
#letters_visible? ⇒ Boolean
Whether standard letters should be displayed below the digits on the buttons.
#row_spacing ⇒ Integer
The amount of space between two consecutive rows.
#row_spacing=(row_spacing) ⇒ Integer
The amount of space between two consecutive rows.
#start_action ⇒ Gtk::Widget
The widget for the lower start corner of self.
#start_action=(start_action) ⇒ Gtk::Widget
The widget for the lower start corner of self.
#symbols_visible ⇒ Boolean
Gets whether symbols are displayed.
#symbols_visible=(symbols_visible) ⇒ Boolean
Whether to display symbols.
This includes hash and asterisk buttons, and the plus symbol at the bottom of its 0 button.
#symbols_visible? ⇒ Boolean
Whether to display symbols.
This includes hash and asterisk buttons, and the plus symbol at the bottom of its 0 button.