mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:30:38 +00:00
Implement NSAutoresizingMaskLayoutConstraint class
This commit is contained in:
parent
4b13050e70
commit
4fec29a66b
4 changed files with 337 additions and 0 deletions
|
@ -112,6 +112,7 @@ enum {
|
|||
NSViewHeightSizable = 16, // view's height can stretch
|
||||
NSViewMaxYMargin = 32 // top margin between views can stretch
|
||||
};
|
||||
typedef NSUInteger NSAutoresizingMaskOptions;
|
||||
|
||||
/*
|
||||
* constants defining if and how a view (or cell) should draw a focus ring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue