mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:10:38 +00:00
* Headers/AppKit/NSBrowser.h
* Headers/AppKit/NSFontPanel.h * Headers/AppKit/NSMatrix.h * Headers/AppKit/NSTableView.h * Source/NSBrowser.m * Source/NSFontPanel.m * Source/NSMatrix.m: Small fixes to last change. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36042 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
40fb48e5de
commit
1aa1803744
8 changed files with 84 additions and 28 deletions
|
@ -54,6 +54,7 @@ enum {
|
|||
NSTableViewSolidHorizontalGridLineMask = 1 << 1,
|
||||
NSTableViewDashedHorizontalGridLineMask = 1 << 3
|
||||
};
|
||||
typedef NSUInteger NSTableViewGridLineStyle;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
||||
typedef enum _NSTableViewColumnAutoresizingStyle
|
||||
|
@ -66,7 +67,6 @@ typedef enum _NSTableViewColumnAutoresizingStyle
|
|||
NSTableViewFirstColumnOnlyAutoresizingStyle
|
||||
} NSTableViewColumnAutoresizingStyle;
|
||||
#endif
|
||||
typedef NSUInteger NSTableViewGridLineStyle;
|
||||
|
||||
|
||||
@interface NSTableView : NSControl <NSUserInterfaceValidations>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue