Gtk::Item Class Reference
[Widgets]
This class should be considered as a virtual base class. More...
Inherits Gtk::Bin.
Inherited by Gtk::ComboDropDownItem, and Gtk::MenuItem.
List of all members.
Detailed Description
This class should be considered as a virtual base class. 
Only the signals and methods it provides are of any interest. You don't want to instantiate any objects of that class. 
Constructor & Destructor Documentation
      
        
          | virtual Gtk::Item::~Item | ( |  | ) |  [virtual] | 
      
 
 
      
        
          | Gtk::Item::Item | ( |  | ) |  [protected] | 
      
 
 
Member Function Documentation
      
        
          | void Gtk::Item::deselect | ( |  | ) |  | 
      
 
 
      
        
          | const GtkItem* Gtk::Item::gobj | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | GtkItem* Gtk::Item::gobj | ( |  | ) |  [inline] | 
      
 
 
      
        
          | virtual void Gtk::Item::on_deselect | ( |  | ) |  [protected, virtual] | 
      
 
 
      
        
          | virtual void Gtk::Item::on_select | ( |  | ) |  [protected, virtual] | 
      
 
 
      
        
          | virtual void Gtk::Item::on_toggle | ( |  | ) |  [protected, virtual] | 
      
 
 
      
        
          | void Gtk::Item::select | ( |  | ) |  | 
      
 
 
- Prototype:
- void on_my_deselect()
 
 
- Prototype:
- void on_my_select()
 
 
- Prototype:
- void on_my_toggle()
 
 
      
        
          | void Gtk::Item::toggle | ( |  | ) |  | 
      
 
 
Friends And Related Function Documentation
      
        
          | Gtk::Item* wrap | ( | GtkItem * | object, | 
        
          |  |  | bool | take_copy = false |  | 
        
          |  | ) |  |  |  [related] | 
      
 
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: