This interface can be implemented by widgets which allow the user to choose an application (typically for the purpose of opening a file).  
 More...
|  | 
| static void | add_interface (GType gtype_implementer) | 
|  | 
| static GType | get_type () | 
|  | Get the GType for this class, for use with the underlying GObject type system.  More... 
 | 
|  | 
This interface can be implemented by widgets which allow the user to choose an application (typically for the purpose of opening a file). 
The main objects that implement this interface are AppChooserWidget, AppChooserDialog and AppChooserButton.
- Since gtkmm 3.0:
  
  | 
        
          | Gtk::AppChooser::AppChooser | ( |  | ) |  |  | protected | 
 
You should derive from this class to use it. 
 
 
  
  | 
        
          | virtual Gtk::AppChooser::~AppChooser | ( |  | ) |  |  | virtual | 
 
 
  
  | 
        
          | static void Gtk::AppChooser::add_interface | ( | GType | gtype_implementer | ) |  |  | static | 
 
 
Returns the currently selected application. 
- Since gtkmm 3.0:
- Returns
- A AppInfo for the currently selected application, or 0if none is selected. Free with Glib::object_unref().
 
 
Returns the currently selected application. 
- Since gtkmm 3.0:
- Returns
- A AppInfo for the currently selected application, or 0if none is selected. Free with Glib::object_unref().
 
 
  
  | 
        
          | static GType Gtk::AppChooser::get_type | ( |  | ) |  |  | static | 
 
Get the GType for this class, for use with the underlying GObject type system. 
 
 
  
  | 
        
          | GtkAppChooser* Gtk::AppChooser::gobj | ( |  | ) |  |  | inline | 
 
Provides access to the underlying C GObject. 
 
 
  
  | 
        
          | const GtkAppChooser* Gtk::AppChooser::gobj | ( |  | ) | const |  | inline | 
 
Provides access to the underlying C GObject. 
 
 
The content type used by the open with object. 
You rarely need to use properties because there are get_ and set_ methods for almost all of them. 
- Returns
- A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes. 
 
 
      
        
          | void Gtk::AppChooser::refresh | ( |  | ) |  | 
      
 
 
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: