Add minimal version of predicate editor copied over from mySTEP.

This commit is contained in:
fredkiefer 2020-01-07 21:25:21 +01:00
parent 99c15ee911
commit c0714b0de1
14 changed files with 725 additions and 11 deletions

View file

@ -785,6 +785,17 @@ NSString *NSImageNameFontPanel = @"NSFontPanel";
NSString *NSImageNameColorPanel = @"NSColorPanel";
NSString *NSImageNameCaution = @"NSCaution";
// NSRuleEditor
NSString *const NSRuleEditorPredicateLeftExpression = @"NSRuleEditorPredicateLeftExpression";
NSString *const NSRuleEditorPredicateRightExpression = @"NSRuleEditorPredicateRightExpression";
NSString *const NSRuleEditorPredicateComparisonModifier = @"NSRuleEditorPredicateComparisonModifier";
NSString *const NSRuleEditorPredicateOptions = @"NSRuleEditorPredicateOptions";
NSString *const NSRuleEditorPredicateOperatorType = @"NSRuleEditorPredicateOperatorType";
NSString *const NSRuleEditorPredicateCustomSelector = @"NSRuleEditorPredicateCustomSelector";
NSString *const NSRuleEditorPredicateCompoundType = @"NSRuleEditorPredicateCompoundType";
NSString *NSRuleEditorRowsDidChangeNotification = @"NSRuleEditorRowsDidChangeNotification";
extern void __objc_gui_force_linking (void);
void
@ -793,5 +804,3 @@ __objc_gui_force_linking (void)
extern void __objc_gui_linking (void);
__objc_gui_linking ();
}