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