home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1680 / Xse.ad < prev    next >
Encoding:
Text File  |  1990-12-28  |  727 b   |  31 lines

  1. !
  2. !    Xse.ad - Resources for xse: An interface to XSendEvent()
  3. !
  4. !    George Ferguson, fergsuon@cs.rochester.edu, 1 Jun 1990.
  5. !
  6. !    $Id: Xse.ad,v 1.4 90/08/15 11:32:13 ferguson Exp $
  7. !
  8. ! This has must be the first line in the "official" app-defaults file.
  9. Xse.revision:    $Revision: 1.4 $
  10.  
  11. ! Non-widget stuff
  12.  
  13. Xse.window:    InputFocus
  14.  
  15.  
  16. ! Widget stuff
  17.  
  18. Xse.widgets: \
  19.     Form        form        toplevel \n\
  20.     Command        button1        form \n\
  21.     Command        button2        form \n
  22.  
  23. Xse*button1.label:    send a to default window
  24. Xse*button1.translations:#override\n\
  25.     <Btn1Down>,<Btn1Up> : xse-send(<Key>a)\n
  26.  
  27. Xse*button2.label:    send a to ClickWindow
  28. Xse*button2.fromVert:    button1
  29. Xse*button2.translations:#override\n\
  30.     <Btn1Down>,<Btn1Up> : xse-send(ClickWindow,<Key>a)\n
  31.