(axe.info)AppRsrcs
Application Resources
---------------------
The following application resources are recognised
`fileServer'
Setting this boolean resource causes aXe to start up in server mode
with a FileNominator as the server window. Note: aXe as a server
of windows, for more on aXe as a server.
`server'
Setting this boolean resource, the default, causes aXe to start up
in server mode. It has lower precedence than fileServer. If
neither is set then the application terminates when the last
window is closed. Note: aXe as a server of windows, for
more on aXe as a server.
`windows'
This resource is used to stipulate how many initial windows should
be opened. If a greater number of files than the value of this
resource is specified on the command line, then the value is
ignored.
The associated command line keywords -noserver and -windows are
supported. -noserver is equivalent to server:False; -windows requires a
numeric argument.
The application geometry resource (-geometry keyword) is used as a
default for all windows opened, but only the width and height parts,
which are interpreted to refer to the size of editing buffers in
characters, are used. It is also possible to apply geometry
specifications one level down in the hierarchy at the individual window
(AxeWindow) level. Windows are named 00, 01, 02, etc. If windows are
deleted the lowest missing number is used as the instance name for the
next window to be opened. This is only relevant if geometry resource
specifications for named windows are in use, e.g.
Axe.windows: 2
Axe.00.geometry: 80x32+0+0
Axe.01.geometry: +0-0
automatically generated by info2www version 1.2.2.9