summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/ContextWindow.h
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-17 19:09:06 +0000
committerAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-17 19:09:06 +0000
commit58ceedc38ed430535508360adde7b5b6d76b08e6 (patch)
treee43e8fc2e63f00ff7945bb1bd6d1c3e41b3f5e1d /tikzit/src/gtk/ContextWindow.h
parent5ac1d383d2a89d22fbf54d688d64bf6a1036df6b (diff)
Allow node and edge styles to be applied to selection
Brings back some old functionality, but in a more compact way.
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;