home *** CD-ROM | disk | FTP | other *** search
- !
- ! Xse.ad - Resources for xse: An interface to XSendEvent()
- !
- ! George Ferguson, fergsuon@cs.rochester.edu, 1 Jun 1990.
- !
- ! $Id: Xse.ad,v 1.4 90/08/15 11:32:13 ferguson Exp $
- !
- ! This has must be the first line in the "official" app-defaults file.
- Xse.revision: $Revision: 1.4 $
-
- ! Non-widget stuff
-
- Xse.window: InputFocus
-
-
- ! Widget stuff
-
- Xse.widgets: \
- Form form toplevel \n\
- Command button1 form \n\
- Command button2 form \n
-
- Xse*button1.label: send a to default window
- Xse*button1.translations:#override\n\
- <Btn1Down>,<Btn1Up> : xse-send(<Key>a)\n
-
- Xse*button2.label: send a to ClickWindow
- Xse*button2.fromVert: button1
- Xse*button2.translations:#override\n\
- <Btn1Down>,<Btn1Up> : xse-send(ClickWindow,<Key>a)\n
-