diff options
| author | Andrew rugby471@gmail.com <> | 2011-03-22 17:14:49 +0000 |
|---|---|---|
| committer | Andrew rugby471@gmail.com <> | 2011-03-22 17:14:49 +0000 |
| commit | 7ab46bc54ee3aaa87282dfd35d8f6000fe811750 (patch) | |
| tree | 9b2780b8935b75dccef8908d9775c6b950656dfb /src/file.h | |
| parent | Remove all GNOMEVFS code (diff) | |
| download | inkscape-7ab46bc54ee3aaa87282dfd35d8f6000fe811750.tar.gz inkscape-7ab46bc54ee3aaa87282dfd35d8f6000fe811750.zip | |
Split OCALDialog code in fill.cpp into two, so we can have async stuff working
Added StatusWidget to show status of operations in dialog
Styled no search results label appropriately
Corrected callbacks for buttons
Start to get image downloading working
(bzr r10092.1.17)
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/file.h b/src/file.h index 97d1bd5f8..c6f43e905 100644 --- a/src/file.h +++ b/src/file.h @@ -19,6 +19,7 @@ #include <glib/gslist.h> #include <gtk/gtkwidget.h> +#include "ui/dialog/ocaldialogs.h" #include "extension/extension-forward.h" #include "extension/system.h" @@ -167,6 +168,12 @@ bool sp_file_export_dialog (Gtk::Window &parentWindow); /** * Import a document from OCAL */ +void on_import_from_ocal_response(Glib::ustring filename, + Inkscape::UI::Dialog::OCAL::ImportDialog* import_dialog); + +/** + * Import a document from OCAL + */ void sp_file_import_from_ocal (Gtk::Window &parentWindow ); |
