mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 17:26:29 +00:00
Implement part of GSAutoLayoutEngine dependency management logic (#178)
* Implement part of GSAutoLayoutEngine dependency management logic * Fix formatting of GSAutoLayoutEngine, GSCSFloatComparator and GSCSSolution * Address PR feedback * Address PR feedback * Replace assignment with ASSIGN macro and fix makefile * Add back dealloc in GSAutoLayoutEngine.m and GSCSSolution.m
This commit is contained in:
parent
a913346b83
commit
2be7334ce2
16 changed files with 870 additions and 18 deletions
|
@ -47,6 +47,8 @@
|
|||
|
||||
- (GSAutoLayoutEngine*) _layoutEngine;
|
||||
|
||||
- (void) _layoutEngineDidChangeAlignmentRect;
|
||||
|
||||
@end
|
||||
|
||||
#endif // _GNUstep_H_NSViewPrivate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue