mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:30:47 +00:00
Additional method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3575 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
00fc607555
commit
b1aa75df09
3 changed files with 9 additions and 0 deletions
|
@ -749,6 +749,11 @@
|
|||
return NSNotFound;
|
||||
}
|
||||
|
||||
- (int) selectedRowInColumn: (int)column
|
||||
{
|
||||
return [[self matrixInColumn: column] selectedRow];
|
||||
}
|
||||
|
||||
- (void)setLastColumn:(int)column
|
||||
{
|
||||
_lastColumnLoaded = column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue