home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / tcl / 1235 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.5 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!agate!sprite.Berkeley.EDU!ouster
  2. From: ouster@sprite.Berkeley.EDU (John Ousterhout)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Re: changing cursors
  5. Date: 20 Aug 1992 15:32:24 GMT
  6. Organization: U.C. Berkeley Sprite Project
  7. Lines: 25
  8. Distribution: world
  9. Message-ID: <170du8INN5ss@agate.berkeley.edu>
  10. References: <gaede.714271458@bearsan>
  11. NNTP-Posting-Host: tyranny.berkeley.edu
  12.  
  13. In article <gaede.714271458@bearsan>, gaede@sda.com (Steve Gaede) writes:
  14. |> I need to change my cursor to an hourglass or something during
  15. |> an operation that takes a long time.  The "options" manual page
  16. |> says that I can use any of the forms acceptable to TkGetCursor.
  17. |> The "GetCursor" manual page says that I can use any X identifier
  18. |> for a cursor.
  19. |> 
  20. |> How can I find out what are the possible X identifiers I can use
  21. |> for setting a cursor in wish? 
  22. |> 
  23. |> Of course I'm ignorant about how to find this stuff in X, and not
  24. |> wanting to know *too* much about X Windows is one of my main reasons
  25. |> for using tk!  I have the same problem-- not knowing where to find
  26. |> lists of X definitions-- in looking for possible key bindings, as well.
  27. |> 
  28. |> Steve Gaede
  29. |> --
  30. |> Steve Gaede (gaede@sda.com)
  31. |> Software Design & Analysis, Inc.
  32. |> (303) 444-9100
  33.  
  34. The X cursors are listed in Appendix B of Scheifler & Gettys ("The
  35. X Window System") along with pictures showing what they look like.
  36. The names for these cursors are also in the header file
  37. <X11/cursorfont.h>.
  38.