home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14307 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1000 b 

  1. Path: sparky!uunet!gatech!rutgers!micro-heart-of-gold.mit.edu!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  2. From: converse@expo.lcs.mit.EDU (Donna Converse)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: Finding the current cursor
  5. Message-ID: <9207232005.AA13835@excess.lcs.mit.edu>
  6. Date: 23 Jul 92 20:05:40 GMT
  7. References: <1992Jul22.161928.19371@andersen.co.uk>
  8. Sender: daemon@athena.mit.edu (Mr Background)
  9. Organization: X Consortium, MIT Laboratory for Computer Science
  10. Lines: 14
  11.  
  12.  
  13. > I am using motif 1.1 and x11r4.
  14. > During an application I need to change the cursor, I do this with 
  15. > XdefineCursor.  I would like to be able to store the original cursor so
  16. > that I can change it back.  I have tried to retrieve the cursor with 
  17. > XtSetArg and XtGetValues with a resource of XmRCursor but this does not
  18. > work.
  19. > What am I doing wrong? 
  20.  
  21. I *guess* that you either do not have the correct name of the cursor
  22. resource or that you are doing get values before the widget's window 
  23. is realized.
  24.