summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Tool.h
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2012-12-06 18:03:26 +0000
committerAlex Merry <dev@randomguy3.me.uk>2012-12-06 18:03:26 +0000
commit7aa6eda371eea746792dce412b97ed9799e3467e (patch)
treea4cd39419ef50345e8700f625066d42736a2bd9d /tikzit/src/gtk/Tool.h
parentf23a2d9daa1eb62b2afac8997f1d76eb881628f7 (diff)
Add a toolbox
Just allows selecting tools, so far - no tool configuration.
Diffstat (limited to 'tikzit/src/gtk/Tool.h')
-rw-r--r--tikzit/src/gtk/Tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tikzit/src/gtk/Tool.h b/tikzit/src/gtk/Tool.h
index de3d3ff..6f6ba19 100644
--- a/tikzit/src/gtk/Tool.h
+++ b/tikzit/src/gtk/Tool.h
@@ -29,7 +29,7 @@
@protocol Tool <RenderDelegate,InputDelegate>
@property (readonly) NSString *name;
-@property (readonly) const gchar *stockIcon;
+@property (readonly) const gchar *stockId;
@property (readonly) NSString *helpText;
@property (readonly) NSString *shortcut;
@property (retain) GraphRenderer *activeRenderer;