|
Main Page
Widgets
Namespaces
Book
Gtk::RadioMenuItem Class Reference
[Menu classes, Widgets]
A CheckMenuItem that belongs to a group.
More...
Inheritance diagram for Gtk::RadioMenuItem:
[legend]List of all members.
Detailed Description
A CheckMenuItem that belongs to a group.
At each instant exactly one of the menu items from a group is selected.
Member Typedef Documentation
typedef RadioMenuItem_Helpers::Group Gtk::RadioMenuItem::Group
|
|
Constructor & Destructor Documentation
virtual Gtk::RadioMenuItem::~RadioMenuItem |
( |
|
) |
[virtual] |
|
Gtk::RadioMenuItem::RadioMenuItem |
( |
Group& |
groupx |
) |
|
|
Gtk::RadioMenuItem::RadioMenuItem |
( |
Group& |
groupx, |
|
|
const Glib::ustring& |
label, |
|
|
bool |
mnemonic = false |
|
) |
|
|
Member Function Documentation
void Gtk::RadioMenuItem::constructor |
( |
const Group& |
group |
) |
[protected] |
|
Group Gtk::RadioMenuItem::get_group |
( |
|
) |
|
|
const GtkRadioMenuItem* Gtk::RadioMenuItem::gobj |
( |
|
) |
const [inline] |
|
GtkRadioMenuItem* Gtk::RadioMenuItem::gobj |
( |
|
) |
[inline] |
|
void Gtk::RadioMenuItem::reset_group |
( |
|
) |
|
|
void Gtk::RadioMenuItem::set_group |
( |
Group& |
group |
) |
|
|
Friends And Related Function Documentation
Gtk::RadioMenuItem* wrap |
( |
GtkRadioMenuItem* |
object, |
|
|
bool |
take_copy = false |
|
) |
[related] |
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|