Google

logo top
Main Page   Widgets   Namespaces   Book  

Gtk::RadioButton_Helpers::Group Class Reference

Group identifier for RadioButtons To set up this group, construct a Group and then pass it to the constructor of all radio items. More...

List of all members.

Public Methods

 Group ()
 Group (const Group& src)
Group& operator= (const Group& src)

Protected Methods

 Group (GSList* group)
void add (RadioButton& item)
void add (RadioMenuItem& item)
void* operator new (size_t)

Protected Attributes

GSList* group_

Friends

class Gtk::RadioButton
class Gtk::RadioMenuItem


Detailed Description

Group identifier for RadioButtons To set up this group, construct a Group and then pass it to the constructor of all radio items.

You do not need to keep the group beyond the initial construction. It should not be instantiated with new, and it will be invalid after the RadioButtons have been deleted.


Constructor & Destructor Documentation

Gtk::RadioButton_Helpers::Group::Group (  
 

Gtk::RadioButton_Helpers::Group::Group ( const Group&    src
 

Gtk::RadioButton_Helpers::Group::Group ( GSList*    group [explicit, protected]
 


Member Function Documentation

void Gtk::RadioButton_Helpers::Group::add ( RadioMenuItem   item [protected]
 

void Gtk::RadioButton_Helpers::Group::add ( RadioButton   item [protected]
 

void* Gtk::RadioButton_Helpers::Group::operator new ( size_t    [protected]
 

Group& Gtk::RadioButton_Helpers::Group::operator= ( const Group&    src
 


Friends And Related Function Documentation

friend class Gtk::RadioButton [friend]
 

friend class Gtk::RadioMenuItem [friend]
 


Member Data Documentation

GSList* Gtk::RadioButton_Helpers::Group::group_ [protected]
 


The documentation for this class was generated from the following file:
Generated for gtkmm by Doxygen 1.3-rc1 © 1997-2001