| gtkmm 3.1.10 | 
This interface can be implemented by widgets which allow the user to choose an application (typically for the purpose of opening a file). More...


| Public Member Functions | |
| virtual | ~AppChooser () | 
| GtkAppChooser* | gobj () | 
| Provides access to the underlying C GObject. | |
| const GtkAppChooser* | gobj () const | 
| Provides access to the underlying C GObject. | |
| Glib::RefPtr< Gio::AppInfo > | get_app_info () | 
| Returns the currently selected application. | |
| Glib::RefPtr< const Gio::AppInfo > | get_app_info () const | 
| Returns the currently selected application. | |
| Glib::ustring | get_content_type () const | 
| Returns the current value of the Gtk::AppChooser:content-type property. | |
| void | refresh () | 
| Reloads the list of applications. | |
| Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_content_type () const | 
| The content type used by the open with object. | |
| Static Public Member Functions | |
| static void | add_interface (GType gtype_implementer) | 
| Related Functions | |
| (Note that these are not member functions.) | |
| Glib::RefPtr< Gtk::AppChooser > | wrap (GtkAppChooser* object, bool take_copy=false) | 
| A Glib::wrap() method for this object. | |
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.
| virtual Gtk::AppChooser::~AppChooser | ( | ) |  [virtual] | 
| static void Gtk::AppChooser::add_interface | ( | GType | gtype_implementer | ) |  [static] | 
| Glib::RefPtr<Gio::AppInfo> Gtk::AppChooser::get_app_info | ( | ) | 
Returns the currently selected application.
0 if none is selected. Free with Glib::object_unref(). | Glib::RefPtr<const Gio::AppInfo> Gtk::AppChooser::get_app_info | ( | ) | const | 
Returns the currently selected application.
0 if none is selected. Free with Glib::object_unref(). | Glib::ustring Gtk::AppChooser::get_content_type | ( | ) | const | 
Returns the current value of the Gtk::AppChooser:content-type property.
| GtkAppChooser* Gtk::AppChooser::gobj | ( | ) |  [inline] | 
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface.
Reimplemented in Gtk::AppChooserButton, Gtk::AppChooserDialog, and Gtk::AppChooserWidget.
| const GtkAppChooser* Gtk::AppChooser::gobj | ( | ) | const  [inline] | 
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface.
Reimplemented in Gtk::AppChooserButton, Gtk::AppChooserDialog, and Gtk::AppChooserWidget.
| Glib::PropertyProxy_ReadOnly<Glib::ustring> Gtk::AppChooser::property_content_type | ( | ) | const | 
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.
| void Gtk::AppChooser::refresh | ( | ) | 
Reloads the list of applications.
| Glib::RefPtr< Gtk::AppChooser > wrap | ( | GtkAppChooser * | object, | 
| bool | take_copy = false | ||
| ) |  [related] | 
A Glib::wrap() method for this object.
| 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. | 
 1.7.3
 1.7.3