Implement NSAutoresizingMaskLayoutConstraint class

This commit is contained in:
Benjamin Johnson 2023-02-04 19:09:09 +11:00
parent 4b13050e70
commit 4fec29a66b
4 changed files with 337 additions and 0 deletions

View file

@ -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