apps-gorm/InterfaceBuilder
2023-07-16 15:46:29 -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 Fix issues with active document and menu dismissal when testing 2023-06-23 10:21:51 -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.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.