Three new classes: GSTable, GSHbox, GSVbox.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5267 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-11-23 23:43:03 +00:00
parent 102ad52e84
commit 597303485e

View file

@ -1,3 +1,15 @@
Wed Nov 24 1999 Nicola Pero <n.pero@mi.flashnet.it>
The three new autolayout classes; code extremely stable, API
experimental. Documentation/example code forthcoming,
* Source/GSHbox.m: New file.
* Source/GSTable.m: New file.
* Source/GSVbox.m: New file.
* Headers/AppKit/GSHbox.h: New file.
* Headers/AppKit/GSTable.h: New File.
* Headers/AppKit/GSVbox.h: New file.
* Source/GNUmakefile: Updated for new files.
Tue Nov 23 14:08:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Source/NSApplication.m: Rewrite focus handling, preliminary attempt