index
gtk-- homepage



Description:
Gtk_Item

#include <gtk--/item.h>
Base classes: Gtk_Bin
Derived by: Gtk_ListItem Gtk_MenuItem Gtk_TreeItem



Properties:


Public member index:


Gtk_Item(GtkItem *castitem);
signal void select(BaseObjectType);
Triggered when the item is selected

signal void deselect(BaseObjectType);
Triggered when the item is deselected

signal void toggle(BaseObjectType);
Triggered when the item is toggled

GtkItem *gtkobj();
const GtkItem *gtkobj()const;
static bool isGtkItem(Gtk_Object *checkcast);
Protected member index:


virtual void *get_parent_class();
virtual void select_impl();
virtual void deselect_impl();
virtual void toggle_impl();
Gtk_Item();
Private member index:


GtkType get_type();

Public member details:


Gtk_Item
Gtk_Item::Gtk_Item(GtkItem *castitem);

This class can be considered as a virtual base class. Only the signals it provides are of any interest. You don't want to instantiate any objects of that class.


Protected member details:



Private member details:



Examples:





(pages generated by PERCEPS -script.)