home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / x / 20508 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!gatech!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  3. From: converse@expo.lcs.mit.EDU (Donna Converse)
  4. Subject: Re: translation complication
  5. Message-ID: <9212221900.AA24018@excess>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Organization: X Consortium, MIT Laboratory for Computer Science
  8. References: <9212151907.AA26253@IMSI.COM>
  9. Date: Tue, 22 Dec 1992 19:00:54 GMT
  10. Lines: 19
  11.  
  12.  
  13. > I include here source for a simple program to experiment with
  14. > translations.  What I want is to be able to distinguish the following
  15. > user actions for the following purposes:
  16. >     <Btn1Down>        initiate a 'move' operation
  17. >     <Btn1Down>(2)        initiate a 'resize' operation
  18. >     <Btn1Motion>        do the operation
  19. >     Shift<Btn1Motion>    do the operation with constraints
  20. >     <Btn1Up>        complete the operation
  21.  
  22. The Xt specification doesn't support a translation table which contains
  23. both double-click translations and pointer motion translations.   This
  24. is mentioned in Appendix B of the specification and is expained in more
  25. detail on pages 353 and 354 of Asente & Swick.
  26.  
  27.  
  28. Donna Converse
  29. MIT X Consortium
  30.