summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/StylePaletteController.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/osx/StylePaletteController.h')
-rw-r--r--tikzit/src/osx/StylePaletteController.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/tikzit/src/osx/StylePaletteController.h b/tikzit/src/osx/StylePaletteController.h
index 51404bb..0242b61 100644
--- a/tikzit/src/osx/StylePaletteController.h
+++ b/tikzit/src/osx/StylePaletteController.h
@@ -28,8 +28,8 @@
@class SFBInspectorView;
@interface StylePaletteController : NSWindowController {
- NSMutableArray *__weak nodeStyles;
- NSMutableArray *__weak edgeStyles;
+ NSMutableArray *nodeStyles;
+ NSMutableArray *edgeStyles;
IBOutlet NSArrayController *nodeStyleArrayController;
IBOutlet NSArrayController *filteredNodeStyleArrayController;
IBOutlet NSArrayController *edgeStyleArrayController;
@@ -43,15 +43,15 @@
NSString *displayedEdgeStyleCategory;
}
-@property (weak, readonly) NSMutableArray *nodeStyles;
-@property (weak, readonly) NSMutableArray *edgeStyles;
-@property (readonly) BOOL documentActive;
-@property (weak) NodeStyle *activeNodeStyle;
-@property (weak) EdgeStyle *activeEdgeStyle;
+@property (strong) NSMutableArray *nodeStyles;
+@property (strong) NSMutableArray *edgeStyles;
+@property BOOL documentActive;
+@property (strong) NodeStyle *activeNodeStyle;
+@property (strong) EdgeStyle *activeEdgeStyle;
@property (copy) NSString *displayedNodeStyleCategory;
@property (copy) NSString *displayedEdgeStyleCategory;
-@property (weak, readonly) NSPredicate *displayedNodeStylePredicate;
-@property (weak, readonly) NSPredicate *displayedEdgeStylePredicate;
+@property (weak) NSPredicate *displayedNodeStylePredicate;
+@property (weak) NSPredicate *displayedEdgeStylePredicate;
//@property NSString *nodeLabel;