Main Page
Widgets
Namespaces
Book
Gtk::ComboDropDown Class Reference
[Widgets ]
The dropdown list of a Combo .
More...
Inheritance diagram for Gtk::ComboDropDown:
[legend ] List of all members.
Detailed Description
The dropdown list of a Combo .
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() .
Member Typedef Documentation
typedef ComboDropDown_Helpers::ComboDropDownList Gtk::ComboDropDown::ComboDropDownList
Constructor & Destructor Documentation
virtual Gtk::ComboDropDown::~ComboDropDown
(
)
[virtual]
Gtk::ComboDropDown::ComboDropDown
(
)
[protected]
Member Function Documentation
const GtkList* Gtk::ComboDropDown::gobj
(
)
const [inline]
GtkList* Gtk::ComboDropDown::gobj
(
)
[inline]
virtual void Gtk::ComboDropDown::on_select_child
(
Widget &
item
)
[protected, virtual]
virtual void Gtk::ComboDropDown::on_selection_changed
(
)
[protected, virtual]
virtual void Gtk::ComboDropDown::on_unselect_child
(
Widget &
item
)
[protected, virtual]
void Gtk::ComboDropDown::scroll_horizontal
(
ScrollType
scroll_type ,
float
position
)
void Gtk::ComboDropDown::scroll_vertical
(
ScrollType
scroll_type ,
float
position
)
Prototype: void select_child(Widget& item)
Prototype: void selection_changed()
Prototype: void unselect_child(Widget& item)
Friends And Related Function Documentation
friend class Combo [friend]
Gtk::ComboDropDown* wrap
(
GtkList*
object ,
bool
take_copy = false
)
[related]
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001