A CheckMenuItem that belongs to a group. More...
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
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 | ( |  | ) |  | 
      
 
Returns the group to which the radio menu item belongs, as a List of Gtk::RadioMenuItem. 
The list belongs to GTK+ and should not be freed. 
- Returns:
- The group of radio_menu_item. 
 
 
      
        
          | const GtkRadioMenuItem* Gtk::RadioMenuItem::gobj | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | GtkRadioMenuItem* Gtk::RadioMenuItem::gobj | ( |  | ) |  [inline] | 
      
 
 
      
        
          | virtual void Gtk::RadioMenuItem::on_group_changed | ( |  | ) |  [protected, virtual] | 
      
 
 
      
        
          | void Gtk::RadioMenuItem::reset_group | ( |  | ) |  | 
      
 
 
      
        
          | void Gtk::RadioMenuItem::set_group | ( | Group& | group | ) |  | 
      
 
 
Emitted when the group of radio menu items that a radio menu item belongs to changes. 
This is emitted when a radio menu item switches from being alone to being part of a group of 2 or more menu items, or vice-versa, and when a buttton is moved from one group of 2 or more menu items to a different one, but not when the composition of the group that a menu item belongs to changes.
- Prototype:
- void on_my_group_changed()
 
 
Friends And Related Function Documentation
A Glib::wrap() method for this object. 
- Parameters:
- 
  
    | object | The C instance. |  | take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |  
 
- Returns:
- A C++ instance that wraps this C instance. 
 
 
The documentation for this class was generated from the following file: