summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Application.h
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2013-03-22 15:59:02 +0000
committerAlex Merry <dev@randomguy3.me.uk>2013-03-22 15:59:02 +0000
commitce114d1100efb2c7635227e2aa1a5b738bc54b1f (patch)
tree8cd0582f01af471540f615ef2e1aab141f6d2a93 /tikzit/src/gtk/Application.h
parentc27208f7a1051dcd5fa9c042d3eb87ae9a42f28f (diff)
Add "space" shortcut to refresh preview without it grabbing focus
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