![]() |
![]() |
A combo is a compound widget which crosses a text entry area and a pull down list. The dropdown list is implemented with the deprecated GtkList widget on the gtk+ side. ComboDropDown is a thin wrapper around GtkList containing just the functionality necessary for a Combo's list. To add and remove items use the STL-style interface that is accessible through ComboDropDown::children().
Public Types | |
typedef ComboDropDown_Helpers::ComboDropDownList | ComboDropDownList |
Public Member Functions | |
virtual | ~ComboDropDown () |
GtkList* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkList* | gobj () const |
Provides access to the underlying C GtkObject. | |
void | scroll_horizontal (ScrollType scroll_type, float position) |
void | scroll_vertical (ScrollType scroll_type, float position) |
ComboDropDownList& | children () |
const ComboDropDownList& | children () const |
Glib::SignalProxy1< void, Widget& > | signal_select_child () |
Glib::SignalProxy0<void> | signal_selection_changed () |
Glib::SignalProxy1< void, Widget& > | signal_unselect_child () |
Protected Member Functions | |
virtual void | on_select_child (Widget& item) |
virtual void | on_selection_changed () |
virtual void | on_unselect_child (Widget& item) |
ComboDropDown () | |
Friends | |
class | Combo |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::ComboDropDown* | wrap (GtkList* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Container. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Container. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|