Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Namespaces | |
namespace | Gio |
namespace | Glib |
namespace | Gtk |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
namespace | Inkscape::UI |
User interface code. | |
namespace | Inkscape::UI::Dialog |
Dialog code. | |
Functions | |
void | Inkscape::UI::Dialog::get_start_directory (std::string &start_path, Glib::ustring const &prefs_path, bool try_document_dir=false) |
Find the start directory for a file dialog. | |
Glib::RefPtr< Gio::ListStore< Gtk::FileFilter > > | Inkscape::UI::Dialog::create_open_filters () |
Create a Gtk::FileFilter for all image file types. | |
Glib::RefPtr< Gio::ListStore< Gtk::FileFilter > > | Inkscape::UI::Dialog::create_export_filters (bool for_save=false) |
Create a Gtk::FileFilter for all export file types. | |