home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / tcl / 2182 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.3 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!sprite.Berkeley.EDU!ouster
  2. From: ouster@sprite.Berkeley.EDU (John Ousterhout)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Re: What do the bindings do?
  5. Date: 21 Dec 1992 16:48:23 GMT
  6. Organization: U.C. Berkeley Sprite Project
  7. Lines: 19
  8. Distribution: world
  9. Message-ID: <1h4sgnINNe9r@agate.berkeley.edu>
  10. References: <1992Dec18.221517.22231@bcars6a8.bnr.ca>
  11. NNTP-Posting-Host: tyranny.berkeley.edu
  12.  
  13. In article <1992Dec18.221517.22231@bcars6a8.bnr.ca>, norm@bnr.ca (Norm MacNeil) writes:
  14. |> In the documentation for "bind", it mentions the different sequences such as
  15. |>   ButtonPress, Expose, Gravity, etc.
  16. |> 
  17. |> My question is... some are obvious but some are not.  Is there somewhere that
  18. |> I obviously haven't looked where these are described in better detail?
  19. |> 
  20. |> Thanks,
  21. |>   Norm.
  22. |> 
  23. |> +-----------------------------------------------------------------------+
  24. |>  Norm MacNeil                     Phone: (613) 763-3372
  25. |>  Data Systems                     Fax:   (613) 765-2854
  26. |>  Bell-Northern Research Ltd.      EMail: norm@bnr.ca (INTERNET)
  27. |>  #include <disclaimer.std>       "Roller bladers do it in-line!"
  28.  
  29. For details on X events you have to refer to Xlib documentation, such
  30. as the Scheifler and Gettys book (warning:  this information isn't
  31. trivial to understand).
  32.