Class
GntComboBox
Constructors
gnt_combo_box_new
Create a new GntComboBox.
Instance methods
gnt_combo_box_add_data
Add an entry.
gnt_combo_box_get_dropdown
Get the dropdown GntTree that is shown when opened.
Available since: 2.14.0
gnt_combo_box_get_selected_data
Get the data that is currently selected.
gnt_combo_box_remove
Remove an entry.
gnt_combo_box_remove_all
Remove all entries.
gnt_combo_box_set_selected
Set the current selection to a specific entry.
Methods inherited from GntBindable (6)
gnt_bindable_bindings_view
Returns a GntTree populated with “key” -> “binding” for the widget.
Available since: 2.1.1
gnt_bindable_build_help_window
Builds a window that list the key bindings for a GntBindable object. From this window a user can select a listing to rebind a new key for the given action.
Available since: 2.1.1
gnt_bindable_check_key
Discover if a key is bound.
Available since: 2.4.2
gnt_bindable_perform_action_key
Perform an action from a keybinding.
gnt_bindable_perform_action_named
Perform an action on a bindable object.
gnt_bindable_remap_keys
Signals
Gnt.ComboBox::selection-changed
Signals inherited from GntWidget (15)
Gnt.Widget::activate
Gnt.Widget::clicked
Gnt.Widget::confirm-size
Gnt.Widget::context-menu
Gnt.Widget::destroy
Gnt.Widget::draw
Gnt.Widget::expose
Gnt.Widget::gained-focus
Gnt.Widget::hide
Gnt.Widget::key-pressed
Gnt.Widget::lost-focus
Gnt.Widget::map
Gnt.Widget::position-set
Gnt.Widget::size-changed
Gnt.Widget::size-request
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.