apps-gorm/GormLib
Gregory John Casamento 57ffd597ea Added IBSystem header.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20463 72102866-910b-0410-8b05-ffd578937521
2004-12-18 13:57:26 +00:00
..
GNUmakefile Added IBSystem header. 2004-12-18 13:57:26 +00:00
GNUmakefile.postamble More makefile fixes. 2004-10-24 00:24:03 +00:00
GNUmakefile.preamble Added IBSystem header. 2004-12-18 13:57:26 +00:00
IBApplicationAdditions.h Added IBSystem header. 2004-12-18 13:57:26 +00:00
IBApplicationAdditions.m Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBCellAdditions.h New files to be more compliant. 2004-12-12 21:04:53 +00:00
IBCellProtocol.h New files to be more compliant. 2004-12-12 21:04:53 +00:00
IBConnectors.h Added IBSystem header. 2004-12-18 13:57:26 +00:00
IBConnectors.m Correction for Bug#10934. Implementation for category action support (the ability to add action existing appkit classes. Default implementation of nibInstantiate. 2004-11-07 19:32:57 +00:00
IBDefines.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBDocuments.h Added IBSystem header. 2004-12-18 13:57:26 +00:00
IBDocuments.m Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBEditors.h Added IBSystem header. 2004-12-18 13:57:26 +00:00
IBEditors.m Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBInspector.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBInspector.m More changes for standalone views. 2004-07-28 03:54:42 +00:00
IBObjectAdditions.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBObjectAdditions.m Correction for Report#9830 and other improvements. 2004-08-02 03:18:45 +00:00
IBObjectProtocol.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBPalette.h Added IBSystem header. 2004-12-18 13:57:26 +00:00
IBPalette.m More GormLib changes. 2004-12-13 01:58:43 +00:00
IBSystem.h Added IBSystem header. 2004-12-18 13:57:26 +00:00
IBViewAdditions.h New files to be more compliant. 2004-12-12 21:04:53 +00:00
IBViewProtocol.h New files to be more compliant. 2004-12-12 21:04:53 +00:00
InterfaceBuilder.h Added IBSystem header. 2004-12-18 13:57:26 +00:00
README Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00

GormLib is a clone of the InterfaceBuilder framework.  

GormLib's primary purpose is to allow the creation of custom palettes and
inspectors outside of Gorm.  This will also facilitate extension of Gorm 
since it will allow outside applications to have an interface with which they
can interact with the running Gorm application.

You must install this library before you can build Gorm. 

Thanks, Gregory John Casamento