mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 14:51:55 +00:00
Add initWithCoder: implementation
This commit is contained in:
parent
848586fb6b
commit
0e246f3c36
2 changed files with 31 additions and 3 deletions
|
@ -139,8 +139,7 @@ APPKIT_EXPORT const CGFloat NSGridViewSizeForContent;
|
|||
/// Column
|
||||
@interface NSGridColumn : NSObject <NSCoding>
|
||||
{
|
||||
NSGridView *_gridView;
|
||||
NSMutableArray *_col;
|
||||
NSGridView *_owningGrid;
|
||||
NSGridCellPlacement _xPlacement;
|
||||
CGFloat _width;
|
||||
CGFloat _leadingPadding;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue