summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/CustomNodeController.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/osx/CustomNodeController.h')
-rw-r--r--tikzit/src/osx/CustomNodeController.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tikzit/src/osx/CustomNodeController.h b/tikzit/src/osx/CustomNodeController.h
index 56cb74c..5553fcd 100644
--- a/tikzit/src/osx/CustomNodeController.h
+++ b/tikzit/src/osx/CustomNodeController.h
@@ -18,14 +18,16 @@
@interface CustomNodeController : NSViewController <NSTableViewDelegate>{
NSDictionary* __weak nodeStyles;
NSMutableArray* customNodeStyles;
- NSMutableArray* __weak onodeStyles;
GraphicsView *__weak graphicsView;
TikzSourceController *__weak tikzSourceController;
+ NSTableView *customNodeTable;
}
@property (weak, readonly) NSDictionary *nodeStyles;
-@property (weak, readonly) NSMutableArray* onodeStyles;
+@property NSMutableArray* customNodeStyles;
+
+@property IBOutlet NSTableView *customNodeTable;
@property (weak) IBOutlet GraphicsView *graphicsView;
@property (weak) IBOutlet TikzSourceController *tikzSourceController;