Public Member Functions | |
RadioButtonGroup () | |
RadioButtonGroup (const RadioButtonGroup& src) | |
RadioButtonGroup& | operator= (const RadioButtonGroup& src) |
Protected Member Functions | |
RadioButtonGroup (GSList* group) | |
void | add (RadioButton& item) |
void | add (RadioMenuItem& item) |
void | add (const Glib::RefPtr< RadioAction >& item) |
void | add (RadioToolButton& item) |
void* | operator new (size_t) |
Protected Attributes | |
GSList* | group_ |
You do not need to keep the RadioButtonGroup beyond the initial construction. It should not be instantiated with new, and it will be invalid after the RadioButtons have been deleted.
Gtk::RadioButtonGroup::RadioButtonGroup | ( | ) |
Gtk::RadioButtonGroup::RadioButtonGroup | ( | const RadioButtonGroup& | src | ) |
Gtk::RadioButtonGroup::RadioButtonGroup | ( | GSList * | group | ) | [explicit, protected] |
void Gtk::RadioButtonGroup::add | ( | RadioToolButton& | item | ) | [protected] |
void Gtk::RadioButtonGroup::add | ( | const Glib::RefPtr< RadioAction >& | item | ) | [protected] |
void Gtk::RadioButtonGroup::add | ( | RadioMenuItem& | item | ) | [protected] |
void Gtk::RadioButtonGroup::add | ( | RadioButton& | item | ) | [protected] |
void* Gtk::RadioButtonGroup::operator new | ( | size_t | ) | [protected] |
RadioButtonGroup& Gtk::RadioButtonGroup::operator= | ( | const RadioButtonGroup& | src | ) |
GSList* Gtk::RadioButtonGroup::group_ [protected] |