Implemented encoding/decoding of NSScroller, NSClipView; fix for

encoding/decoding of NSScrollView


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7377 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-09-04 23:03:17 +00:00
parent 35fb163728
commit e283291b1b

View file

@ -1,3 +1,12 @@
Tue Sep 5 00:31:50 2000 Nicola Pero <nicola@brainstorm.co.uk>
* Source/NSClipView.m ([-encodeWithCoder:]), ([-initWithCoder:]):
Implemented.
* Source/NSScroller.m ([-encodeWithCoder:]), ([-initWithCoder:]):
Implemented.
* Source/NSScrollView.m ([-initWithCoder:]): Fixed typos;
support headerview, cornerview; tile after decoding.
2000-09-03 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/gui/NSTypesetter.h: New file.