summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/CreateNodeTool.h
diff options
context:
space:
mode:
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;