mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:50:38 +00:00
More CGFloat, NSUInteger and NSInteger changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36163 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b1fc7cb066
commit
0c95f32580
20 changed files with 211 additions and 182 deletions
|
@ -178,8 +178,8 @@ typedef enum _NSTableViewColumnAutoresizingStyle
|
|||
/* Drawing Attributes */
|
||||
- (void) setIntercellSpacing: (NSSize)aSize;
|
||||
- (NSSize) intercellSpacing;
|
||||
- (void) setRowHeight: (float)rowHeight;
|
||||
- (float) rowHeight;
|
||||
- (void) setRowHeight: (CGFloat)rowHeight;
|
||||
- (CGFloat) rowHeight;
|
||||
- (void) setBackgroundColor: (NSColor *)aColor;
|
||||
- (NSColor *) backgroundColor;
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
|
||||
|
@ -434,8 +434,8 @@ dataCellForTableColumn: (NSTableColumn *)aTableColumn
|
|||
- (void) tableViewSelectionDidChange: (NSNotification *)aNotification;
|
||||
- (void) tableViewSelectionIsChanging: (NSNotification *)aNotification;
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
||||
- (float) tableView: (NSTableView *)tableView
|
||||
heightOfRow: (NSInteger)row;
|
||||
- (CGFloat) tableView: (NSTableView *)tableView
|
||||
heightOfRow: (NSInteger)row;
|
||||
- (NSString *) tableView: (NSTableView *)tableView
|
||||
toolTipForCell: (NSCell *)cell
|
||||
rect: (NSRect *)rect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue