mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:50:38 +00:00
Add implementations of methods to generate constraints
This commit is contained in:
parent
d2f79dbec0
commit
b352d55e55
2 changed files with 71 additions and 10 deletions
|
@ -37,6 +37,10 @@ extern "C" {
|
|||
|
||||
@interface NSLayoutAnchor : NSObject <NSCoding, NSCopying>
|
||||
{
|
||||
NSString *_name;
|
||||
id _item;
|
||||
BOOL _hasAmbiguousLayout;
|
||||
NSArray *_constraintsAffectingLayout;
|
||||
}
|
||||
|
||||
- (NSLayoutConstraint *) constraintEqualToAnchor: (NSLayoutAnchor *)anchor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue