apps-gorm/InterfaceBuilder
Gregory John Casamento 1a71d2cafb Update ignore file
2023-06-14 04:09:37 -04:00
..
COPYING.LIB Update ignore file 2023-06-14 04:09:37 -04:00
GNUmakefile Update ignore file 2023-06-14 04:09:37 -04:00
GNUmakefile.postamble Update ignore file 2023-06-14 04:09:37 -04:00
GNUmakefile.preamble Update ignore file 2023-06-14 04:09:37 -04:00
IBApplicationAdditions.h Update ignore file 2023-06-14 04:09:37 -04:00
IBApplicationAdditions.m Update ignore file 2023-06-14 04:09:37 -04:00
IBCellAdditions.h Update ignore file 2023-06-14 04:09:37 -04:00
IBCellProtocol.h Update ignore file 2023-06-14 04:09:37 -04:00
IBConnectors.h Update ignore file 2023-06-14 04:09:37 -04:00
IBConnectors.m Update ignore file 2023-06-14 04:09:37 -04:00
IBDefines.h Update ignore file 2023-06-14 04:09:37 -04:00
IBDocuments.h Update ignore file 2023-06-14 04:09:37 -04:00
IBDocuments.m Update ignore file 2023-06-14 04:09:37 -04:00
IBEditors.h Update ignore file 2023-06-14 04:09:37 -04:00
IBEditors.m Update ignore file 2023-06-14 04:09:37 -04:00
IBInspector.h Update ignore file 2023-06-14 04:09:37 -04:00
IBInspector.m Update ignore file 2023-06-14 04:09:37 -04:00
IBInspectorManager.h Update ignore file 2023-06-14 04:09:37 -04:00
IBInspectorManager.m Update ignore file 2023-06-14 04:09:37 -04:00
IBInspectorMode.h Update ignore file 2023-06-14 04:09:37 -04:00
IBInspectorMode.m Update ignore file 2023-06-14 04:09:37 -04:00
IBObjectAdditions.h Update ignore file 2023-06-14 04:09:37 -04:00
IBObjectAdditions.m Update ignore file 2023-06-14 04:09:37 -04:00
IBObjectProtocol.h Update ignore file 2023-06-14 04:09:37 -04:00
IBPalette.h Update ignore file 2023-06-14 04:09:37 -04:00
IBPalette.m Update ignore file 2023-06-14 04:09:37 -04:00
IBPlugin.h Update ignore file 2023-06-14 04:09:37 -04:00
IBPlugin.m Update ignore file 2023-06-14 04:09:37 -04:00
IBProjectFiles.h Update ignore file 2023-06-14 04:09:37 -04:00
IBProjects.h Update ignore file 2023-06-14 04:09:37 -04:00
IBResourceManager.h Update ignore file 2023-06-14 04:09:37 -04:00
IBResourceManager.m Update ignore file 2023-06-14 04:09:37 -04:00
IBSystem.h Update ignore file 2023-06-14 04:09:37 -04:00
IBViewAdditions.h Update ignore file 2023-06-14 04:09:37 -04:00
IBViewProtocol.h Update ignore file 2023-06-14 04:09:37 -04:00
IBViewResourceDragging.h Update ignore file 2023-06-14 04:09:37 -04:00
InterfaceBuilder.h Update ignore file 2023-06-14 04:09:37 -04:00
README Update ignore file 2023-06-14 04:09:37 -04:00
Version Update ignore file 2023-06-14 04:09:37 -04: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