mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:40:47 +00:00
Add skeleton for NSTableRowView class that includes set/get methods
This commit is contained in:
parent
82dce67eb4
commit
4d2dcb9e04
3 changed files with 164 additions and 1 deletions
|
@ -102,6 +102,15 @@ typedef enum _NSTableViewRowSizeStyle
|
|||
} NSTableViewRowSizeStyle;
|
||||
#endif
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST)
|
||||
typedef enum _NSTableViewDraggingDestinationFeedbackStyle
|
||||
{
|
||||
NSTableViewDraggingDestinationFeedbackStyleNone = 0,
|
||||
NSTableViewDraggingDestinationFeedbackStyleRegular,
|
||||
NSTableViewDraggingDestinationFeedbackStyleSourceList,
|
||||
NSTableViewDraggingDestinationFeedbackStyleGap,
|
||||
} NSTableViewDraggingDestinationFeedbackStyle;
|
||||
#endif
|
||||
|
||||
APPKIT_EXPORT_CLASS
|
||||
@interface NSTableView : NSControl <NSUserInterfaceValidations>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue