mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
add method documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32511 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f9fb57e717
commit
731f62b0e3
1 changed files with 3 additions and 0 deletions
|
@ -338,6 +338,9 @@ typedef enum _NSTableViewColumnAutoresizingStyle
|
|||
|
||||
@interface NSObject (NSTableDataSource)
|
||||
|
||||
/**
|
||||
* Returns the number of records that the data source manages for <em>aTableView</em>.
|
||||
*/
|
||||
- (int) numberOfRowsInTableView: (NSTableView *)aTableView;
|
||||
- (id) tableView: (NSTableView *)aTableView
|
||||
objectValueForTableColumn: (NSTableColumn *)aTableColumn
|
||||
|
|
Loading…
Reference in a new issue