home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / clients / xconsole / XConsole.ad < prev    next >
Encoding:
Text File  |  1991-07-11  |  624 b   |  22 lines

  1. *allowShellResize:        true
  2. XConsole.translations:        #override\
  3.     <MapNotify>:        Deiconified()    \n\
  4.     <UnmapNotify>:        Iconified()    \n\
  5.     <Message>WM_PROTOCOLS:    Quit()
  6. XConsole.baseTranslations:        #override\
  7.     <MapNotify>:        Deiconified()    \n\
  8.     <UnmapNotify>:        Iconified()    \n\
  9.     <Message>WM_PROTOCOLS:    Quit()
  10. *text.translations:        #override\
  11.     Ctrl<KeyPress>C:    Clear()    \n\
  12.     <KeyPress>Clear:    Clear()
  13. *text.baseTranslations:        #override\
  14.     Ctrl<KeyPress>C:    Clear()    \n\
  15.     <KeyPress>Clear:    Clear()
  16. *text.scrollVertical:        whenNeeded
  17. *text.scrollHorizontal:        whenNeeded
  18. *text.width:            400
  19. *text.height:            70
  20. *text.allowResize:        true
  21. *editType:            read
  22.