home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14387 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.3 KB  |  28 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!usc!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!mouse
  3. From: mouse@thunder.mcrcim.mcgill.edu (der Mouse)
  4. Subject: Re: Finding the current cursor
  5. Message-ID: <1992Jul25.110619.8548@thunder.mcrcim.mcgill.edu>
  6. Organization: McGill Research Centre for Intelligent Machines
  7. References:  <1992Jul22.161928.19371@andersen.co.uk> <1992Jul23.141226.19607@rchland.ibm.com>
  8. Date: Sat, 25 Jul 92 11:06:19 GMT
  9. Lines: 18
  10.  
  11. In article <1992Jul23.141226.19607@rchland.ibm.com>, shmdgljd@rchland.vnet.ibm.com (Jay Schmidgall) writes:
  12. > In article <1992Jul22.161928.19371@andersen.co.uk>, you write:
  13. >> During an application I need to change the cursor, I do this with
  14. >> XdefineCursor.  I would like to be able to store the original cursor
  15. >> so that I can change it back.
  16. > I don't think you need to store the original cursor at all; instead,
  17. > store your new cursor.  Then, when you're done, undefine the new
  18. > cursor.  The original cursor is automagically restored.
  19.  
  20. This doesn't restore the original cursor per se; rather, it causes the
  21. window to use its parent's cursor.  This may or may not be what the
  22. cursor was before the XDefineCursor call was made; it is equivalent to
  23. assuming the original cursor was None.
  24.  
  25.                     der Mouse
  26.  
  27.                 mouse@larry.mcrcim.mcgill.edu
  28.