Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkRadioMenuItem *gtkobj();
-
-
const GtkRadioMenuItem *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_RadioMenuItem();
-
-
Gtk_RadioMenuItem(GSList *group);
-
-
Gtk_RadioMenuItem(GSList *group,const gtkmm_string &label);
-
-
GSList *group();
-
-
void set_group(GSList *group);
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_RadioMenuItem(GtkRadioMenuItem *castitem);
-
-
void constructor(GSList *group);
-
Private member index:
-
-
-
Gtk_RadioMenuItem(const Gtk_RadioMenuItem &);
-
-
Gtk_RadioMenuItem &operator =(const Gtk_RadioMenuItem &);
-
|