mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
* GormCore/GormImageEditor.m * GormCore/GormOutlineView.m * GormCore/GormResourceManager.m * GormCore/GormSoundInspector.m * GormCore/GormSplitViewEditor.m * GormLib/IBInspectorManager.m * Palettes/2Controls/GormBoxAttributesInspector.m * Palettes/4Data/GormDateFormatterAttributesInspector.m * Palettes/4Data/GormImageViewAttributesInspector.m * Palettes/4Data/GormNumberFormatterAttributesInspector.m: General clean up and compilation fixes to allow Gorm to compile without warnings. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26447 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
.. | ||
GNUmakefile | ||
GNUmakefile.postamble | ||
GNUmakefile.preamble | ||
IBApplicationAdditions.h | ||
IBApplicationAdditions.m | ||
IBCellAdditions.h | ||
IBCellProtocol.h | ||
IBConnectors.h | ||
IBConnectors.m | ||
IBDefines.h | ||
IBDocuments.h | ||
IBDocuments.m | ||
IBEditors.h | ||
IBEditors.m | ||
IBInspector.h | ||
IBInspector.m | ||
IBInspectorManager.h | ||
IBInspectorManager.m | ||
IBInspectorMode.h | ||
IBInspectorMode.m | ||
IBObjectAdditions.h | ||
IBObjectAdditions.m | ||
IBObjectProtocol.h | ||
IBPalette.h | ||
IBPalette.m | ||
IBPlugin.h | ||
IBPlugin.m | ||
IBProjectFiles.h | ||
IBProjects.h | ||
IBResourceManager.h | ||
IBResourceManager.m | ||
IBSystem.h | ||
IBViewAdditions.h | ||
IBViewProtocol.h | ||
IBViewResourceDragging.h | ||
InterfaceBuilder.h | ||
README | ||
Version |
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