Class Index | Cross Index | Namespace Index |
Contained in: Gtk::Box_Helpers
Derived from:
none
Derived by:
none
#include <gtk--/box.h>
public function member index: |
||
inline iterator | begin | (); |
inline const_iterator | begin | () const; |
void | clear | (); |
inline bool | empty | (void); |
inline iterator | end | (); |
inline const_iterator | end | () const; |
iterator | erase | (iterator); |
void | erase | (iterator start, iterator stop); |
iterator | find | (const_reference c); |
iterator | find | (Widget&); |
iterator | insert | (iterator position, const Element& e); |
inline size_type | max_size | (void); |
inline void | pop_back | (); |
inline void | pop_front | (); |
inline void | push_back | (const Element& e); |
inline void | push_front | (const Element& e); |
inline reverse_iterator | rbegin | (); |
inline const_reverse_iterator | rbegin | () const; |
void | remove | (const_reference); |
void | remove | (Widget& w); |
inline reverse_iterator | rend | (); |
inline const_reverse_iterator | rend | () const; |
void | reorder | (iterator loc, iterator pos); |
size_type | size | (void) const; |
~BoxList | (); | |
private function member index: |
||
explicit | BoxList | (Box* parent); |
iterator | begin_ | () const; |
iterator | end_ | () const; |
GList*& | glist | () const; |