Code

place apply horizonally
[inkscape.git] / src / ui / dialog / filedialog.h
index 5499603d3926a5481108a34cd907cb39a6f6606c..75c6f008073c4517a4dd1c17fd88c6c6f4eb129c 100644 (file)
 
 #include <glibmm.h>
 #include <vector>
+#include <gtkmm.h>
 
+namespace Inkscape {
+namespace Extension {
+class Extension;
+}
+}
 
 
-class Inkscape::Extension::Extension;
 
 
 namespace Inkscape
@@ -30,6 +35,7 @@ namespace Dialog
 {
 
 
+
 /**
  * Used for setting filters and options, and
  * reading them back from user selections.
@@ -53,7 +59,6 @@ typedef enum {
  */
 typedef struct FileOpenNativeData_def FileOpenNativeData;
 
-
 /**
  * This class provides an implementation-independent API for
  * file "Open" dialogs.  Using a standard interface obviates the need