summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Application.h
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-12 12:57:25 +0000
committerAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-12 12:57:25 +0000
commit4ee50a8cf2b592c2ac98a45da63bde6466a9ee9f (patch)
tree1462a0245783ef25427803d8d67a2af8f2e0cabe /tikzit/src/gtk/Application.h
parentad869704e6dd52315bff174070e570727e7e8d98 (diff)
Implement (single-key) tool shortcuts
Diffstat (limited to 'tikzit/src/gtk/Application.h')
-rw-r--r--tikzit/src/gtk/Application.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tikzit/src/gtk/Application.h b/tikzit/src/gtk/Application.h
index 1e5ab97..eb9dbbf 100644
--- a/tikzit/src/gtk/Application.h
+++ b/tikzit/src/gtk/Application.h
@@ -16,6 +16,7 @@
*/
#import "TZFoundation.h"
+#import "InputDelegate.h"
@class Application;
@class Configuration;
@@ -149,6 +150,8 @@ extern Application* app;
*/
- (void) saveConfiguration;
+- (void) activateToolForKey:(unsigned int)keyVal withMask:(InputMask)mask;
+
@end
// vim:ft=objc:ts=8:et:sts=4:sw=4