Class Index Cross Index Namespace Index

Class Gtk::List

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(Gtk::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(Gtk::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(Gtk::Widget&);
void unselect_item(gint item);
virtual ~List();
 

protected function member index:

virtual void select_child_impl(Gtk::Widget& p0);
virtual void selection_changed_impl();
virtual void unselect_child_impl(Gtk::Widget& p0);
 

Description:



Function Member Descriptions:

Gtk::List::gtkobj - Returns the underlaying gtk+ object.

GtkList* gtkobj();

Gtk::List::isA - Returns true if object is this type.

static bool isA(Object* object);