mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Implement methods in NSLayoutConstraint
This commit is contained in:
parent
a9a025ddf6
commit
0a2f4e90e5
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
static NSMutableArray *activeConstraints;
|
||||
|
||||
@implementation NSLayoutConstraint
|
||||
|
||||
+ (NSArray *) constraintsWithVisualFormat: (NSString *)fmt
|
||||
options: (NSLayoutFormatOptions)opt
|
||||
metrics: (NSDictionary *)metrics
|
||||
|
|
Loading…
Reference in a new issue