mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 07:20:38 +00:00
Add minimal version of predicate editor copied over from mySTEP.
This commit is contained in:
parent
99c15ee911
commit
c0714b0de1
14 changed files with 725 additions and 11 deletions
|
@ -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 ();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue