mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 12:41:56 +00:00
Doc updates and minor fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0a49837509
commit
fcef661dd3
9 changed files with 100 additions and 82 deletions
|
@ -2795,12 +2795,12 @@ byExtendingSelection: (BOOL)flag
|
|||
}
|
||||
}
|
||||
|
||||
- (NSIndexSet *) selectedColumnIndexes;
|
||||
- (NSIndexSet *) selectedColumnIndexes
|
||||
{
|
||||
return _selectedColumns;
|
||||
}
|
||||
|
||||
- (NSIndexSet *) selectedRowIndexes;
|
||||
- (NSIndexSet *) selectedRowIndexes
|
||||
{
|
||||
return _selectedRows;
|
||||
}
|
||||
|
@ -3084,7 +3084,7 @@ byExtendingSelection: (BOOL)flag
|
|||
// FIXME
|
||||
}
|
||||
|
||||
- (unsigned int) gridStyleMask;
|
||||
- (unsigned int) gridStyleMask
|
||||
{
|
||||
// FIXME
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue