apps-gorm/GormLib
Gregory John Casamento 966d2b8409 Merge from NibCompatibility branch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23033 72102866-910b-0410-8b05-ffd578937521
2006-06-05 02:12:00 +00:00
..
GNUmakefile Addition of IBInspectorMode and changes to inspector manager. 2005-07-02 20:09:49 +00:00
GNUmakefile.postamble More makefile fixes. 2004-10-24 00:24:03 +00:00
GNUmakefile.preamble Adding -lobjc manually is no longer needed on mingw 2005-03-21 22:17:21 +00:00
IBApplicationAdditions.h Implemented view resource delegate functionality. 2005-07-03 16:27:52 +00:00
IBApplicationAdditions.m Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBCellAdditions.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBCellProtocol.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBConnectors.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBConnectors.m Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBDefines.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBDocuments.h Merge from NibCompatibility branch. 2006-06-05 02:12:00 +00:00
IBDocuments.m Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBEditors.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBEditors.m Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBInspector.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBInspector.m Corrected problem in IBInspector.m 2005-08-06 21:55:23 +00:00
IBInspectorManager.h Addition of IBInspectorMode and changes to inspector manager. 2005-07-02 20:09:49 +00:00
IBInspectorManager.m Addition of IBInspectorMode and changes to inspector manager. 2005-07-02 20:09:49 +00:00
IBInspectorMode.h Addition of IBInspectorMode and changes to inspector manager. 2005-07-02 20:09:49 +00:00
IBInspectorMode.m Addition of IBInspectorMode and changes to inspector manager. 2005-07-02 20:09:49 +00:00
IBObjectAdditions.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBObjectAdditions.m Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBObjectProtocol.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBPalette.h Implemented view resource delegate functionality. 2005-07-03 16:27:52 +00:00
IBPalette.m Merge from NibCompatibility branch. 2006-06-05 02:12:00 +00:00
IBProjectFiles.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBProjects.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBResourceManager.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBResourceManager.m Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBSystem.h Fixed building on Windows 2005-03-21 22:16:52 +00:00
IBViewAdditions.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBViewProtocol.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
IBViewResourceDragging.h Change of address change for FSF. 2005-05-26 03:37:38 +00:00
InterfaceBuilder.h Change of address change for FSF. 2005-05-26 03:37:38 +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