summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Window.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/Window.h')
-rw-r--r--tikzit/src/gtk/Window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tikzit/src/gtk/Window.h b/tikzit/src/gtk/Window.h
index 089cc49..0e8ccdc 100644
--- a/tikzit/src/gtk/Window.h
+++ b/tikzit/src/gtk/Window.h
@@ -71,6 +71,11 @@
+ (id) windowWithDocument:(TikzDocument*)doc;
/**
+ * Present the window to the user
+ */
+- (void) present;
+
+/**
* Open a file, asking the user which file to open
*/
- (void) openFile;