Index

C++ Code Documentation

gtk::widget0::List

Derived from: gtk::widget0::Container

File: WIDGET/gtk/widget0/List.H

public:
  • List() : Container( gtk_list_new() );
  • void insert_items( GList *items, int position );
  • void append_items( GList *items );
  • void prepend_items( GList *items );
  • void remove_items( GList *items );
  • void remove_items_no_unref( GList *items );
  • void clear_items( int start, int end );
  • void select_item( int item );
  • void unselect_item( int item );
  • void select_child( GtkWidget *child );
  • void unselect_child( GtkWidget *child );
  • int child_position( GtkWidget *child );
  • void set_selection_mode( GtkSelectionMode mode );
  • void extend_selection( GtkScrollType scroll_type, float position, bool auto_start_selection );
  • void start_selection();
  • void end_selection();
  • void select_all();
  • void unselect_all();
  • void scroll_horizontal( GtkScrollType scroll_type, float position );
  • void scroll_vertical( GtkScrollType scroll_type, float position );
  • void toggle_add_mode();
  • void toggle_focus_row();
  • void toggle_row( GtkWidget *item );
  • void undo_selection();
  • void end_drag_selection();
protected:
  • List( GtkWidget *x ) : Container(x);
private:


gtk::widget0::List GANG