Specifies a type for nesting modes.
SDK
- macOS 10.5+
Framework
- App
Kit
Declaration
typedef enum NSRuleEditorNestingMode : NSUInteger {
...
} NSRuleEditorNestingMode;
Overview
See Nesting Modes for possible values.
Specifies a type for nesting modes.
SDK
Framework
typedef enum NSRuleEditorNestingMode : NSUInteger {
...
} NSRuleEditorNestingMode;
See Nesting Modes for possible values.
NSRule Editor Nesting Mode Compound
Unlimited nesting and compound rows.
NSRule Editor Nesting Mode List
Allows a single list, with no nesting and no compound rows.
NSRule Editor Nesting Mode Simple
One compound row at the top with subrows beneath it, and no further nesting allowed.
NSRule Editor Nesting Mode Single
Only a single row is allowed.
editable
A Boolean value that determines whether the rule editor is editable.
nesting Mode
The rule editor’s nesting mode.
can Remove All Rows
A Boolean value that indicates whether all the rows can be removed.
row Height
The rule editor’s row height.