![]() |
![]() |
Public Types | |
typedef Glib::HelperList< ComboDropDownItem, const Element, Glib::List_Iterator< ComboDropDownItem > > | type_base |
Public Member Functions | |
ComboDropDownList () | |
ComboDropDownList (GtkList* gparent) | |
ComboDropDownList (const ComboDropDownList& src) | |
virtual | ~ComboDropDownList () |
ComboDropDownList& | operator= (const ComboDropDownList& src) |
GtkList* | gparent () |
const GtkList* | gparent () const |
virtual GList*& | glist () const |
virtual void | erase (iterator start, iterator stop) |
virtual iterator | erase (iterator) |
virtual void | remove (const_reference) |
reference | operator[] (size_type l) const |
This is order n. (use at own risk). | |
iterator | insert (iterator position, element_type& e) |
template <class InputIterator> void | insert (iterator position, InputIterator first, InputIterator last) |
void | push_front (element_type& e) |
void | push_back (element_type& e) |
iterator | find (const_reference c) |
iterator | find (Widget&) |
|
|
|
|
|
|
|
|
|
|
|
Implements Glib::HelperList<T_Child, T_CppElement, T_Iterator>. |
|
Reimplemented from Glib::HelperList<T_Child, T_CppElement, T_Iterator>. |
|
|
|
|
|
Implements Glib::HelperList<T_Child, T_CppElement, T_Iterator>. |
|
Reimplemented from Glib::HelperList<T_Child, T_CppElement, T_Iterator>. |
|
Reimplemented from Glib::HelperList<T_Child, T_CppElement, T_Iterator>. |
|
|
|
|
|
|
|
This is order n. (use at own risk).
Reimplemented from Glib::HelperList<T_Child, T_CppElement, T_Iterator>. |
|
|
|
|
|
Implements Glib::HelperList<T_Child, T_CppElement, T_Iterator>. |