Maemomm Reference Documentation: hildon-notifymm |
Inheritance diagram for Hildon::FileChooserDialog:
Since it is based on the Gtk::FileChooser, the API is similar to the one used in GTK+/gtkmm. For instance, you can use get_filename() from the Gtk::FileChooser base class.
The Hildon::FileChooserDialog is usually opened by the signal handler of the Open or Save menu entries or toolbar buttons.
Public Member Functions | ||||
FileChooserDialog (Gtk::Window& parent, Gtk::FileChooserAction action) | ||||
FileChooserDialog (Gtk::FileChooserAction action) | ||||
const HildonFileChooserDialog* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HildonFileChooserDialog* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
virtual | ~FileChooserDialog () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::FileChooserDialog* | wrap (HildonFileChooserDialog* object, bool take_copy=false) | |||
|
virtual Hildon::FileChooserDialog::~FileChooserDialog | ( | ) | [virtual] |
Hildon::FileChooserDialog::FileChooserDialog | ( | Gtk::FileChooserAction | action | ) | [explicit] |
Hildon::FileChooserDialog::FileChooserDialog | ( | Gtk::Window & | parent, | |
Gtk::FileChooserAction | action | |||
) | [explicit] |
const HildonFileChooserDialog* Hildon::FileChooserDialog::gobj | ( | ) | const [inline] |
HildonFileChooserDialog* Hildon::FileChooserDialog::gobj | ( | ) | [inline] |
Hildon::FileChooserDialog* wrap | ( | HildonFileChooserDialog * | object, | |
bool | take_copy = false | |||
) | [related] |
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. |