class Inti::Gtk::Item is declared in the header inti/gtk/item.h.
This is an abstract base class, and may not be instantiated.
Superclasses. Bin
Subclasses. MenuItem
Public Typedefs.
typedef SelectProxyType typedef DeselectProxyType typedef ToggleProxyType |
Public Methods.
GtkItem * gtk_item () const const SelectProxyType sig_select () const DeselectProxyType sig_deselect () const ToggleProxyType sig_toggle () void select () void deselect () void toggle () |
Protected Typedefs.
typedef SelectSignalType typedef DeselectSignalType typedef ToggleSignalType |
Protected Destructor.
virtual ~Item () = 0 |
Protected Virtual Methods.
virtual void select_impl () virtual void deselect_impl () virtual void toggle_impl () virtual void on_select () virtual void on_deselect () virtual void on_toggle () |
typedef SignalProxy<Object,SelectSignalType> SelectProxyType |