Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkListItem *gtkobj();
-
-
const GtkListItem *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_ListItem();
-
-
Gtk_ListItem();
-
-
Gtk_ListItem(const string &label);
-
-
signal void toggle_focus_row();
-
-
signal void select_all();
-
-
signal void unselect_all();
-
-
signal void undo_selection();
-
-
signal void start_selection();
-
-
signal void end_selection();
-
-
signal void extend_selection(GtkScrollType,gfloat,gboolean);
-
-
signal void scroll_horizontal(GtkScrollType,gfloat);
-
-
signal void scroll_vertical(GtkScrollType,gfloat);
-
-
signal void toggle_add_mode();
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_ListItem(GtkListItem *castitem);
-
-
virtual void toggle_focus_row_impl();
-
-
virtual void select_all_impl();
-
-
virtual void unselect_all_impl();
-
-
virtual void undo_selection_impl();
-
-
virtual void start_selection_impl();
-
-
virtual void end_selection_impl();
-
-
virtual void extend_selection_impl(GtkScrollType scroll_type,gfloat position,gboolean auto_start_selection);
-
-
virtual void scroll_horizontal_impl(GtkScrollType scroll_type,gfloat position);
-
-
virtual void scroll_vertical_impl(GtkScrollType scroll_type,gfloat position);
-
-
virtual void toggle_add_mode_impl();
-
Private member index:
-
-
-
Gtk_ListItem(const Gtk_ListItem &);
-
-
Gtk_ListItem &operator =(const Gtk_ListItem &);
-
|