This interface can be implemented by widgets which allow the user to choose an application (typically for the purpose of opening a file). More...
List of all members.
Static Public Member Functions |
static void | add_interface (GType gtype_implementer) |
Protected Member Functions |
| AppChooser () |
| You should derive from this class to use it.
|
Detailed Description
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:
Constructor & Destructor Documentation
Gtk::AppChooser::AppChooser |
( |
| ) |
|
|
protected |
You should derive from this class to use it.
virtual Gtk::AppChooser::~AppChooser |
( |
| ) |
|
|
virtual |
Member Function Documentation
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
0
if 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
0
if none is selected. Free with Glib::object_unref().
GtkAppChooser* Gtk::AppChooser::gobj |
( |
| ) |
|
|
inline |
const GtkAppChooser* Gtk::AppChooser::gobj |
( |
| ) |
const |
|
inline |
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 that allows you to get or set the property of the value, or receive notification when the value of the property changes.
void Gtk::AppChooser::refresh |
( |
| ) |
|
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: