7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
34 #ifndef DOXYGEN_SHOULD_SKIP_THIS
55 #ifndef DOXYGEN_SHOULD_SKIP_THIS
56 typedef Item CppObjectType;
64 #ifndef DOXYGEN_SHOULD_SKIP_THIS
68 static CppClassType item_class_;
75 explicit Item(
const Glib::ConstructParams& construct_params);
81 #ifndef DOXYGEN_SHOULD_SKIP_THIS
82 static GType get_type() G_GNUC_CONST;
85 static GType get_base_type() G_GNUC_CONST;
Glib::SignalProxy0< void > signal_select()
Glib::SignalProxy0< void > signal_deselect()
GtkItem * gobj()
Provides access to the underlying C GtkObject.
virtual void on_select()
This is a default handler for the signal signal_select().
Glib::SignalProxy0< void > signal_toggle()
virtual void on_deselect()
This is a default handler for the signal signal_deselect().
const GtkItem * gobj() const
Provides access to the underlying C GtkObject.
Gtk::Item * wrap(GtkItem *object, bool take_copy=false)
virtual void on_toggle()
This is a default handler for the signal signal_toggle().