mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:20:38 +00:00
Update implementation to calculate position of items for the flow layout. implementation of copyWithZone. Implementation of initWithCoder for flow layout
This commit is contained in:
parent
7fe30c6db2
commit
8948aecae5
4 changed files with 97 additions and 14 deletions
|
@ -95,6 +95,9 @@ NSCollectionViewSupplementaryElementKind NSCollectionElementKindInterItemGapIndi
|
|||
- (NSCollectionElementCategory) representedElementCategory;
|
||||
- (NSString *) representedElementKind;
|
||||
|
||||
- (NSInteger) zIndex;
|
||||
- (void) setZIndex: (NSInteger)zIndex;
|
||||
|
||||
@end
|
||||
|
||||
enum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue