Class Index Cross Index Namespace Index

Class Gtk::RadioButton_Helpers::Group

Group transfer agent for RadioButton
Contained in: Gtk::RadioButton_Helpers
Derived from: none
Derived by: none

#include <gtk--/radiobutton.h>


public function member index:

Group(GSList* group);
Group();
operator GSList* () const;
 

private function member index:

void add(RadioButton& item);
void* operator new(size_t);
 

Description:

Radio items must be grouped together to function. 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 called with new.


Function Member Descriptions:


Variable Member Descriptions: