apps-gorm/GormLib
Gregory John Casamento edf2035650 Removed some methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20493 72102866-910b-0410-8b05-ffd578937521
2004-12-28 02:37:02 +00:00
..
GNUmakefile Added inspector manager to GormLib. This is part of the standard InterfaceBuilder framework. 2004-12-19 13:39:56 +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 Corrected the define name for IB_EXTERN 2004-12-18 18:24:28 +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 Corrected the define name for IB_EXTERN 2004-12-18 18:24:28 +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 Corrected the define name for IB_EXTERN 2004-12-18 18:24:28 +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 Corrected the define name for IB_EXTERN 2004-12-18 18:24:28 +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
IBInspectorManager.h Added inspector manager to GormLib. This is part of the standard InterfaceBuilder framework. 2004-12-19 13:39:56 +00:00
IBInspectorManager.m Added [super init] to init. 2004-12-19 14:05:10 +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 Removed some methods. 2004-12-28 02:37:02 +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 Corrected the define name for IB_EXTERN 2004-12-18 18:24:28 +00:00
IBPalette.m More GormLib changes. 2004-12-13 01:58:43 +00:00
IBSystem.h Corrected the define name for IB_EXTERN 2004-12-18 18:24:28 +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 inspector manager to GormLib. This is part of the standard InterfaceBuilder framework. 2004-12-19 13:39:56 +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