Code

make default paintbucket offset 0
[inkscape.git] / src / ui / dialog / filedialog.h
index ace3361776068993c82751f3dbbc0d4a229dae0c..c573dbe5dd337886faed11afd13091685f08cd0b 100644 (file)
@@ -8,6 +8,7 @@
  *   Bob Jamison <rwjj@earthlink.net>
  *   Inkscape Guys
  *
+ * Copyright (C) 2006 Johan Engelen <johan@shouraizou.nl>
  * Copyright (C) 2004-2006, Inkscape Authors
  *
  * Released under GNU GPL, read the file 'COPYING' for more information
@@ -164,8 +165,19 @@ public:
      */
     virtual Inkscape::Extension::Extension * getSelectionType() = 0;
 
+    virtual void setSelectionType( Inkscape::Extension::Extension * key ) = 0;
+
     virtual Glib::ustring getFilename () =0;
 
+    /**
+     * Change the window title.
+     */
+    virtual void change_title(const Glib::ustring& title) =0;
+
+    /**
+     * Change the default save path location.
+     */
+    virtual void change_path(const Glib::ustring& path) =0;
 
 }; //FileSaveDialog