mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 05:20:48 +00:00
Implemented TAB, Shift+TAB while editing in table view
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7320 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ef00b8e1ed
commit
c5ff85000b
1 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
Fri Sep 1 13:02:45 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Source/NSTableView.m ([-textDidEndEditing:]): Implemented Tab,
|
||||
Shift+Tab. ([-_editPreviousEditableCellBeforeRow:column:]),
|
||||
([-_editPreviousEditableCellBeforeRow:column:]): New private
|
||||
methods. (_isCellSelectable): New private inline function.
|
||||
|
||||
Fri Sep 1 12:01:36 2000 Georg Fleischmann <georg@vhf.de>
|
||||
|
||||
* Source/NSTabView.m ([-drawRect:]): Redraw using bounds instead
|
||||
|
@ -82,7 +89,7 @@ Tue Aug 29 20:07:23 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
|||
* Source/NSTableView.m ([-mouseDown:]): Double clicking starts
|
||||
editing only if row is selected.
|
||||
|
||||
2000-08-26 Georg Fleischmann
|
||||
2000-08-26 Georg Fleischmann
|
||||
|
||||
* gui/Source/NSApplication.m ([-NSApplication run]): Don't update
|
||||
menu for NSPeriodic and NSMouseMoved events.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue