| Class Index | Cross Index | Namespace Index |
Slow implementation of lists.
Contained in: Gtk
Derived from:
Gtk::Container
Derived by:
none
#include <gtk--/list.h>
public function member index: |
||
| List | (); | |
| void | append_items | (GList* items); |
| gint | child_position | (Widget& child); |
| void | clear_items | (gint start, gint end); |
| GtkList* | gtkobj | (); |
| const GtkList* | gtkobj | () const; |
| void | insert_items | (GList* items, gint position); |
| static bool | isA | (Object* object); |
| const ItemList& | items | () const; |
| ItemList& | items | (); |
| void | prepend_items | (GList* items); |
| void | remove_items | (GList* items); |
| void | remove_items_no_unref | (GList* items); |
| emitable signal void | select_child | (Widget&); |
| void | select_item | (gint item); |
| SelectionList& | selection | (); |
| const SelectionList& | selection | () const; |
| signal void | selection_changed | (); |
| void | set_selection_mode | (GtkSelectionMode mode); |
| emitable signal void | unselect_child | (Widget&); |
| void | unselect_item | (gint item); |
| virtual | ~List | (); |
protected function member index: |
||
| virtual void | select_child_impl | (Widget& p0); |
| virtual void | selection_changed_impl | (); |
| virtual void | unselect_child_impl | (Widget& p0); |