EditorInfo(3U) | InterViews Reference Manual | EditorInfo(3U) |
EditorInfo - stores information about an editor's contents
#include <Unidraw/editorinfo.h>
An EditorInfo object is a UMap that stores a list of strings and/or string tuples. Application-specific editors can use these objects to store information about what components, commands, and tools they incorporate in their interface. The programmer can write out this information with a catalog object and read it back in later. The application can then let the user change the editor's configuration by editing the catalog-generated file. For example, an EditorInfo object could have a list of names for tools in the editor's interface that have been saved with the catalog. When the application is restarted, the EditorInfo object can be read first, and then the catalog can reconstruct the tools given their names.
30 July 1990 | Unidraw |