GuisForCommonObjects

3 December 2004

GuisForCommonObjects

by common objects, i mean those that are in the Common library that comes with SC. under the new Gui system, a class named MyClassGui is assumed to be the gui class for MyClass.
Simply by putting these classes into your default library, you enable specific guis to be constructed for a variety of objects. if no class by that name is found, it searches up the superclass heirarchy until it at least hits ObjectGui, the generic gui. so the classes in this package can simply be placed in your library, and they will work.