[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: GSMutableDictionary(instance) does not recognize willRemoveSubView:
From: |
Benhur Stein |
Subject: |
RE: GSMutableDictionary(instance) does not recognize willRemoveSubView: |
Date: |
Wed, 19 Mar 2003 18:43:38 -0300 |
User-agent: |
Internet Messaging Program (IMP) 3.0 |
Citando Benhur Stein <benhur@inf.ufsm.br>:
> I can make a new patch with these changes.
Here it is.
It is the same patch as before, with changes to -selectTextAtRow:column:
to use _selectCell:atRow:column: instead of the other way around,
and calls to -selectTextAtRow:column: in -selectCell:, -selectCellWithTag:,
-selectCellAtRow:column:
I have also changed the name of -_setDottedRow:column: to _setKeyRow:column:
Probably the variable names (_dottedRow and _dottedColumn) should be changed
too.
I also removed all uses of the instance variable _keyCell. They have been
replaced with _cells[_dottedRow][_dottedColumn]. _keyCell could be removed from
NSMatrix.h
As before, I did not touch keyboard navigation.
Have fun,
Benhur