summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/ContextWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/ContextWindow.h')
-rw-r--r--tikzit/src/gtk/ContextWindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tikzit/src/gtk/ContextWindow.h b/tikzit/src/gtk/ContextWindow.h
index 7662fe4..1c2ca85 100644
--- a/tikzit/src/gtk/ContextWindow.h
+++ b/tikzit/src/gtk/ContextWindow.h
@@ -22,13 +22,16 @@
@class EdgeStylesModel;
@class NodeStylesModel;
@class PropertiesPane;
+@class SelectionPane;
@class StyleManager;
@class TikzDocument;
@interface ContextWindow: NSObject {
+ PropertiesPane *propsPane;
+ SelectionPane *selPane;
+
GtkWidget *window;
GtkWidget *layout;
- PropertiesPane *propsPane;
}
@property (retain) TikzDocument *document;