Class Index Cross Index Namespace Index

Class Gtk::RadioButton


Contained in: Gtk
Derived from: Gtk::CheckButton
Derived by: none

#include <gtk--/radiobutton.h>


public function member index:

RadioButton();
RadioButton(Group& groupx);
RadioButton(Group& groupx, const string& label, gfloat xalign=0.5, gfloat yalign=0.5);
RadioButton(const string& label, gfloat xalign=0.5, gfloat yalign=0.5);
Group group();
GtkRadioButton* gtkobj();
const GtkRadioButton* gtkobj() const;
static bool isA(Object* object);
void set_group(Group p0);
virtual ~RadioButton();
 

Description:



Function Member Descriptions:

Gtk::RadioButton::gtkobj - Returns the underlaying gtk+ object.

GtkRadioButton* gtkobj();

Gtk::RadioButton::isA - Returns true if object is this type.

static bool isA(Object* object);