Headers/gnustep/gui/NSTableView.h

Source/NSTableView.m
Source/NSClipView.m


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11278 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Pierre-Yves Rivaille 2001-10-29 12:39:01 +00:00
parent 6bd75c41bc
commit 33aafe61be

View file

@ -1,3 +1,17 @@
2001-10-29 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Headers/gnustep/gui/NSTableView.h:
* Source/NSTableView.m:
[-sizeLastColumnToFit], [-sizeToFit], [-setAutoresizesAllColumnToFit],
[-autoresizesAllColumnsToFit] implementation
sizeToFit now behaves like OS4.2 (it did not)
Various changes for speed improvements ([-drawRect], [-updateCell])
New internal method ([-superviewFrameChanged:]) called by NSClipView
(conforms to OS4.2)
[-initWithCoder]: support for previously archived NSTableView
* Source/NSClipView.m: [-dealloc] and [-setDocumentView:]
Support for NSTableView superviewFrameChanged method
2001-10-28 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Source/NSStepper.m: