![]() |
![]() |
Public Member Functions | |
virtual | ~ToggleAction () |
GtkToggleAction* | gobj () |
Provides access to the underlying C GObject. | |
const GtkToggleAction* | gobj () const |
Provides access to the underlying C GObject. | |
GtkToggleAction* | gobj_copy () |
void | toggled () |
void | set_active (bool is_active=true) |
bool | get_active () const |
void | set_draw_as_radio (bool draw_as_radio=true) |
bool | get_draw_as_radio () const |
Glib::SignalProxy0<void> | signal_toggled () |
Glib::PropertyProxy<bool> | property_draw_as_radio () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Static Public Member Functions | |
Glib::RefPtr<ToggleAction> | create () |
Glib::RefPtr<ToggleAction> | create (const Glib::ustring& name, const Glib::ustring& label=Glib::ustring(), const Glib::ustring& tooltip=Glib::ustring(), bool is_active=false) |
Glib::RefPtr<ToggleAction> | create (const Glib::ustring& name, const Gtk::StockID& stock_id, const Glib::ustring& label=Glib::ustring(), const Glib::ustring& tooltip=Glib::ustring(), bool is_active=false) |
Protected Member Functions | |
virtual void | on_toggled () |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gtk::ToggleAction> | wrap (GtkToggleAction* object, bool take_copy=false) |
|
|
|
|
|
|
|
Reimplemented from Gtk::Action. Reimplemented in Gtk::RadioAction. |
|
|
|
|
|
Provides access to the underlying C GObject.
Reimplemented from Gtk::Action. Reimplemented in Gtk::RadioAction. |
|
Provides access to the underlying C GObject.
Reimplemented from Gtk::Action. Reimplemented in Gtk::RadioAction. |
|
Reimplemented from Gtk::Action. Reimplemented in Gtk::RadioAction. |
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
|
|
|
|
|
|
|
|