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.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/tikzit/src/gtk/Application.h b/tikzit/src/gtk/Application.h
index e82d2b1..c17a523 100644
--- a/tikzit/src/gtk/Application.h
+++ b/tikzit/src/gtk/Application.h
@@ -129,19 +129,23 @@ extern Application* app;
/**
* Show the dialog for editing preambles.
*/
-- (void) showPreamblesEditor;
+- (void) presentPreamblesEditor;
/**
* Show the context-aware window
*/
-- (void) showContextWindow;
+- (void) presentContextWindow;
/**
* Show or update the preview window.
*/
-- (void) showPreviewForDocument:(TikzDocument*)doc;
+- (void) presentPreviewForDocument:(TikzDocument*)doc;
+/**
+ * Show or update the preview window without it grabbing focus
+ */
+- (void) previewDocument:(TikzDocument*)doc;
/**
* Show the settings dialog.
*/
-- (void) showSettingsDialog;
+- (void) presentSettingsDialog;
/**
* Save the application configuration to permanent storage