This file is read only at execution time by graphical acedb applications. Non-graphical applications (e.g. tace) ignore this file.
It holds the display definitions necessary to the graphic interface.
You can freely edit this file without recompiling but it must remain consistent with the other wspec files.
Line starting with _DDisplayType are parsed, they are expected to contain a la Unix a set of -Option parameters. Options for unknown DisplayTypes are ignored without errors. To check the names of available displays, list the members of the class 'Display' with the query 'FIND Display' or 'select all class Display' (in AQL) This query is not guaranteed in non-graphical acedb applications.
Options names can be abbreviated, recognized options are
-Title text
-Width w -Height h -Xposition x -Yposition y
-Columns c -Rows r
-Width
and -Height
, the arguments are
in units of pixels (PIXEL_*
type graphs) or
characters (TEXT_*
) type graphs. These are most useful
for displays whose ideal size depends on the text
size. (eg main windows, keyset window...)
-Menu text
text
, to the
"Show as" menu in the KeySet window.
The standard options in that menu are 'Graph',
which chooses the configured default and 'Text'
which forces the tree display. This options
adds further items.
-Help section
Displays that aren't configured in this file, the default window size is 0.5 x 0.3 (450x300 pixels), title "acedb" and default "help" is acedb.html, which describes the main-window. The displays can be registered as the preferred display type of a class in the file wspec/options.wrm.