index, gtk-- homepage

class Gtk_List

#include <gtk--/list.h>
Slow implementation of lists.
Base classes: Gtk_Container
Gtk_List is somewhat broken. To insert anything useful to list at its current state, use Gtk_Container::add(Gtk_Widget*)

Public member index

Protected member index

Public member descriptions

insert_items

void Gtk_List::insert_items(GList *items, gint position);

select_child and unselect_child-signals not implemented, use the#defined interface instead, if you need them. (methods do work tho)

The insert-items methods in this class are not really working correctly with gtk--.. use add() method from Gtk_Container instead.

select_child

virtual void Gtk_List::select_child(Gtk_Widget *child);

signal

unselect_child

virtual void Gtk_List::unselect_child(Gtk_Widget *child);

signal

Protected member descriptions

(pages generated by PERCEPS -script.)