mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:10:37 +00:00
Add customPlacementConstraints
This commit is contained in:
parent
2576fbd215
commit
bf302d3a12
2 changed files with 9 additions and 2 deletions
|
@ -118,6 +118,7 @@ APPKIT_EXPORT const CGFloat NSGridViewSizeForContent;
|
|||
id _mergeHead;
|
||||
NSGridRow *_owningRow;
|
||||
NSGridColumn *_owningColumn;
|
||||
NSArray *_customPlacementConstraints;
|
||||
}
|
||||
|
||||
- (NSView *) contentView;
|
||||
|
@ -139,7 +140,7 @@ APPKIT_EXPORT const CGFloat NSGridViewSizeForContent;
|
|||
|
||||
// Constraints
|
||||
- (NSArray *) customPlacementConstraints;
|
||||
|
||||
- (void) setCustomPlacementConstraints: (NSArray *)constraints;
|
||||
@end
|
||||
|
||||
/// Column
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue