summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/CreateNodeTool.h
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-07 15:12:52 +0000
committerAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-07 15:12:52 +0000
commit815535a6159b8832dcc26554e5543cba1a020cbd (patch)
tree75d7b8626c1f0ec4086e52f1d1c362b1a813d6b1 /tikzit/src/gtk/CreateNodeTool.h
parent08c3207530816bc00efc9d6962eb44c0e9222221 (diff)
Improve config panels for create node/edge tools
Diffstat (limited to 'tikzit/src/gtk/CreateNodeTool.h')
-rw-r--r--tikzit/src/gtk/CreateNodeTool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/gtk/CreateNodeTool.h b/tikzit/src/gtk/CreateNodeTool.h
index b2205e3..b340a70 100644
--- a/tikzit/src/gtk/CreateNodeTool.h
+++ b/tikzit/src/gtk/CreateNodeTool.h
@@ -16,6 +16,7 @@
*/
#import "TZFoundation.h"
+#import <gtk/gtk.h>
#import "Tool.h"
@class NodeStyle;
@@ -26,6 +27,7 @@
GraphRenderer *renderer;
StyleManager *styleManager;
NodeStyleSelector *stylePicker;
+ GtkWidget *configWidget;
}
@property (retain) StyleManager *styleManager;