![]() |
![]() |
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_ |
Friends | |
class | Gtk::RadioButton |
class | Gtk::RadioMenuItem |
class | Gtk::RadioAction |
class | Gtk::RadioToolButton |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|