mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:40:37 +00:00
Added -columnIndexesInRect: and updated documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29175 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d831e0a199
commit
c444ae92d2
3 changed files with 38 additions and 1 deletions
|
@ -237,6 +237,9 @@ typedef enum _NSTableViewColumnAutoresizingStyle
|
|||
/* Layout */
|
||||
- (NSRect) rectOfColumn: (int)columnIndex;
|
||||
- (NSRect) rectOfRow: (int)rowIndex;
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
- (NSIndexSet *) columnIndexesInRect: (NSRect)aRect;
|
||||
#endif
|
||||
- (NSRange) columnsInRect: (NSRect)aRect;
|
||||
- (NSRange) rowsInRect: (NSRect)aRect;
|
||||
- (int) columnAtPoint: (NSPoint)aPoint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue