apps-gorm/InterfaceBuilder
2023-10-22 07:45:46 -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 Change .m files to use local includes so that we don't include installed headers accidentally 2023-07-29 05:21:45 -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 Change .m files to use local includes so that we don't include installed headers accidentally 2023-07-29 05:21:45 -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 Change .m files to use local includes so that we don't include installed headers accidentally 2023-07-29 05:21:45 -04:00
IBInspectorManager.h Update ignore file 2023-06-14 04:09:37 -04:00
IBInspectorManager.m Change .m files to use local includes so that we don't include installed headers accidentally 2023-07-29 05:21:45 -04:00
IBInspectorMode.h Update ignore file 2023-06-14 04:09:37 -04:00
IBInspectorMode.m Change .m files to use local includes so that we don't include installed headers accidentally 2023-07-29 05:21:45 -04:00
IBObjectAdditions.h Update ignore file 2023-06-14 04:09:37 -04:00
IBObjectAdditions.m Change .m files to use local includes so that we don't include installed headers accidentally 2023-07-29 05:21:45 -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 Change .m files to use local includes so that we don't include installed headers accidentally 2023-07-29 05:21:45 -04:00
IBPlugin.h Update ignore file 2023-06-14 04:09:37 -04:00
IBPlugin.m Change .m files to use local includes so that we don't include installed headers accidentally 2023-07-29 05:21:45 -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 Change .m files to use local includes so that we don't include installed headers accidentally 2023-07-29 05:21:45 -04:00
IBSystem.h Fix build issue with InterfaceBuilder framework on Windows 2023-10-22 07:45:46 -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.md Update and rename README to README.md 2023-07-16 15:46:29 -04:00
Version Update ignore file 2023-06-14 04:09:37 -04:00

InterfaceBuilder framework

This is a clone of the InterfaceBuilder framework.

InteraceBuilder framework's primary purpose is to allow the creation of custom palettes and inspectors outside of Gorm. This will also facilitate the 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.