3 #ifndef _GTKMM_CELLRENDERERTOGGLE_H
4 #define _GTKMM_CELLRENDERERTOGGLE_H
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
34 #ifndef DOXYGEN_SHOULD_SKIP_THIS
41 {
class CellRendererToggle_Class; }
55 #ifndef DOXYGEN_SHOULD_SKIP_THIS
64 #ifndef DOXYGEN_SHOULD_SKIP_THIS
68 static CppClassType cellrenderertoggle_class_;
81 #ifndef DOXYGEN_SHOULD_SKIP_THIS
82 static GType get_type() G_GNUC_CONST;
85 static GType get_base_type() G_GNUC_CONST;
Glib::PropertyProxy< int > property_indicator_size()
Glib::SignalProxy1< void, const Glib::ustring & > signal_toggled()
Glib::PropertyProxy_ReadOnly< bool > property_radio() const
Glib::PropertyProxy< bool > property_active()
Glib::PropertyProxy_ReadOnly< bool > property_inconsistent() const
Glib::PropertyProxy_ReadOnly< int > property_indicator_size() const
virtual void on_toggled(const Glib::ustring &path)
This is a default handler for the signal signal_toggled().
Glib::PropertyProxy< bool > property_radio()
virtual ~CellRendererToggle()
Glib::PropertyProxy_ReadOnly< bool > property_active() const
Glib::PropertyProxy_ReadOnly< bool > property_activatable() const
Glib::PropertyProxy< bool > property_inconsistent()
Gtk::CellRendererToggle * wrap(GtkCellRendererToggle *object, bool take_copy=false)
virtual Glib::PropertyProxy_Base _property_renderable()
Glib::PropertyProxy< bool > property_activatable()
GtkCellRendererToggle * gobj()
Provides access to the underlying C GtkObject.
void set_activatable(bool setting=true)
bool get_activatable() const
void set_radio(bool radio=true)
void set_active(bool setting=true)
const GtkCellRendererToggle * gobj() const
Provides access to the underlying C GtkObject.