mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 23:30:46 +00:00
Implement _hasEqualSpacing
This commit is contained in:
parent
3fd0f590f4
commit
b5f820d052
2 changed files with 10 additions and 7 deletions
|
@ -79,6 +79,7 @@ static const CGFloat NSStackViewSpacingUseDefault = FLT_MAX;
|
|||
CGFloat _spacing;
|
||||
BOOL _detachesHiddenViews;
|
||||
BOOL _hasFlagViewHierarchy;
|
||||
BOOL _hasEqualSpacing;
|
||||
NSMutableArray *_arrangedSubviews;
|
||||
NSMutableArray *_detachedViews;
|
||||
NSMutableArray *_views;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue