diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-03-02 05:06:08 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-03-02 05:06:08 +0000 |
| commit | 616adca9fc928cfe2533973872d25507f175daaa (patch) | |
| tree | f1d7776c34fc339ae2bef66ea97b39b6d0961684 /src/ui/dialog/filedialog.h | |
| parent | Allow for filling of only visible parts of the bounded area, presenting a war... (diff) | |
| download | inkscape-616adca9fc928cfe2533973872d25507f175daaa.tar.gz inkscape-616adca9fc928cfe2533973872d25507f175daaa.zip | |
Switched from deferred extension appending to live extension swapping in the dialog
(bzr r2494)
Diffstat (limited to 'src/ui/dialog/filedialog.h')
| -rw-r--r-- | src/ui/dialog/filedialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/filedialog.h b/src/ui/dialog/filedialog.h index 508c72997..c573dbe5d 100644 --- a/src/ui/dialog/filedialog.h +++ b/src/ui/dialog/filedialog.h @@ -165,6 +165,8 @@ public: */ virtual Inkscape::Extension::Extension * getSelectionType() = 0; + virtual void setSelectionType( Inkscape::Extension::Extension * key ) = 0; + virtual Glib::ustring getFilename () =0; /** |
