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:


static GtkType get_type();
GtkItem *gtkobj();
const GtkItem *gtkobj()const;
static bool isA(Gtk_Object *checkcast);
virtual ~Gtk_Item();
emitable signal void select();
Triggered when the item is selected

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

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

Protected member index:


void initialize_class();
void *get_parent_class();
static void init_parent_class();
explicit Gtk_Item(GtkItem *castitem);
Gtk_Item();
virtual void select_impl();
virtual void deselect_impl();
virtual void toggle_impl();
Private member index:


Gtk_Item(const Gtk_Item &);
Gtk_Item &operator =(const Gtk_Item &);

Public member details:


select
emitable signal void Gtk_Item::select();

Triggered when the item is selected
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.)