Class Index | Cross Index | Namespace Index |
Contained in: Gtk::Notebook_Helpers
Derived from:
none
Derived by:
none
#include <gtk--/notebook.h>
public function member index: |
||
value_type | back | () const; |
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&); |
value_type | front | () const; |
iterator | insert | (iterator position, const Element& e); |
inline size_type | max_size | (void); |
value_type | operator [] | (size_type l) const; |
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 page); |
size_type | size | (void) const; |
~PageList | (); | |
private function member index: |
||
explicit | PageList | (Notebook* parent); |
iterator | begin_ | () const; |
iterator | end_ | () const; |
GList*& | glist | () const; |