stxapp.rc
author Claus Gittinger <cg@exept.de>
Mon, 21 Apr 1997 11:29:10 +0200
changeset 209 22793de5d56e
parent 83 d1c3a873a376
child 396 a17124ca4b63
permissions -rw-r--r--
*** empty log message ***

"/ $Header$
"/
"/ ST/X startup command file:
"/
"/ example for a very simple startup file for standAlone applications
"/ this is read for standAlone apps, if no <commandName>.rc is found.
"/
"/ without an stxapp.rc, no setup of keyboardMap or viewStyle
"/ is performed - this still works correctly, but may be invonvenient for the
"/ user ...

"/
"/ ... therefore, reuse display.rc for setup:
"/

Display notNil ifTrue:[
    Smalltalk fileIn:'display.rc'
].
Smalltalk silentLoading:true.
!