summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Application.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/Application.h')
-rw-r--r--tikzit/src/gtk/Application.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tikzit/src/gtk/Application.h b/tikzit/src/gtk/Application.h
index f412a67..1e5ab97 100644
--- a/tikzit/src/gtk/Application.h
+++ b/tikzit/src/gtk/Application.h
@@ -130,6 +130,10 @@ extern Application* app;
*/
- (void) showPreamblesEditor;
/**
+ * Show the property editor pane
+ */
+- (void) showPropertyEditor;
+/**
* Show or update the preview window.
*/
- (void) showPreviewForDocument:(TikzDocument*)doc;