mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:50:48 +00:00
Implemented double click on table view header and not editable cells
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6707 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dbd41b352a
commit
501db85ea7
1 changed files with 18 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
|||
Fri Jun 16 19:32:11 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
Implemented double-click on NSTableView header and not editable
|
||||
cells.
|
||||
* Headers/AppKit/NSTableView.h: Added ivars _clickedRow,
|
||||
_clickedColumn, _target; added declaration of private method
|
||||
below.
|
||||
* Source/NSTableView.m ([-setTarget:]): Implemented.
|
||||
([-target]): Idem. ([-clickedColumn]): Idem.
|
||||
([-clickedRow]): Idem. ([-mouseDown:]): Implemented double-click
|
||||
to send double action when cell is not editable.
|
||||
([-_sendDoubleActionForColumn:]): New private method for use by
|
||||
NSTableHeaderView.
|
||||
* Source/NSTableHeaderView.m ([-mouseDown:]): Implemented
|
||||
double-click.
|
||||
* Source/NSTableView.m ([-scrollColumnToVisible:]): Tiny fix for
|
||||
coordinate change. ([-scrollRowToVisible:]): Idem.
|
||||
|
||||
2000-06-16 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/Parser/attributedStringConsumer.m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue