mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Add NSTableCellView class header and simple implementation
This commit is contained in:
parent
c9539af267
commit
fa6889234a
1 changed files with 4 additions and 4 deletions
|
@ -30,6 +30,7 @@
|
|||
#import <AppKit/NSTableView.h>
|
||||
#import <AppKit/NSNibDeclarations.h>
|
||||
#import <AppKit/AppKitDefines.h>
|
||||
#import <AppKit/NSTableView.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST)
|
||||
|
||||
|
@ -43,12 +44,11 @@ APPKIT_EXPORT_CLASS
|
|||
@interface NSTableCellView : NSView
|
||||
{
|
||||
id _objectValue;
|
||||
IBOutlet NSImageView *_imageView;
|
||||
IBOutlet NSTextField *_textField;
|
||||
NSArray *_draggingImageComponents;
|
||||
|
||||
NSImageView *_imageView;
|
||||
NSTextField *_textField;
|
||||
NSBackgroundStyle _backgroundStyle;
|
||||
NSTableViewRowSizeStyle _rowSizeStyle;
|
||||
NSArray *_draggingImageComponents;
|
||||
}
|
||||
|
||||
- (id) objectValue;
|
||||
|
|
Loading…
Reference in a new issue