index
gtk-- homepage



Description:
Gtk_RadioButton

#include <gtk--/radiobutton.h>
Base classes: Gtk_CheckButton



Properties:


Public member index:


static GtkType get_type();
GtkRadioButton *gtkobj();
const GtkRadioButton *gtkobj()const;
static bool isA(Gtk_Object *checkcast);
virtual ~Gtk_RadioButton();
Gtk_RadioButton(Group group=0);
Gtk_RadioButton(const string &label,Group group=0);
Group group();
void set_group(Group p0);
Protected member index:


void initialize_class();
void *get_parent_class();
static void init_parent_class();
explicit Gtk_RadioButton(GtkRadioButton *castitem);
Private member index:


Gtk_RadioButton(const Gtk_RadioButton &);
Gtk_RadioButton &operator =(const Gtk_RadioButton &);

Public member details:


Gtk_RadioButton
Gtk_RadioButton::Gtk_RadioButton(Group group=0);

Create an empty button belonging to the specified group, in which you can add() a widget (e.g. a Gtk_Pixmap). If you wish to add a Gtk_Label, you may want to use the {Gtk_RadioButton(const string &label, Group)} ctor directly instead. Specify a 0 group if you want to create a new button group


Gtk_RadioButton
Gtk_RadioButton::Gtk_RadioButton(const string &label,Group group=0);

Create a button belonging to the specified group, with a label inside. You won't be able to add a widget in this button since it already has a Gtk_Label in it. Specify a 0 group if you want to create a new button group


Protected member details:



Private member details:



Examples:





(pages generated by PERCEPS -script.)