home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / tcl / 2290 < prev    next >
Encoding:
Text File  |  1993-01-04  |  715 b   |  24 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!psuvax1!schwartz
  3. From: schwartz@roke.cs.psu.edu (Scott Schwartz)
  4. Subject: Re: changing cursors
  5. In-Reply-To: news@choreo.ca's message of Mon, 04 Jan 1993 16:08:44 GMT
  6. Message-ID: <C0CBov.Iwt@cs.psu.edu>
  7. Sender: news@cs.psu.edu (Usenet)
  8. Nntp-Posting-Host: roke.cs.psu.edu
  9. References: <1993Jan04.160844.1484@choreo.ca>
  10. Date: Mon, 4 Jan 1993 17:37:49 GMT
  11. Lines: 11
  12.  
  13. Chris <chare@choreo.ca> writes:
  14.    I want to be able to change cursors from the pointer to an
  15.    hourglass when I am off doing some processing in the app. 
  16.  
  17. # wait
  18. .frame config -cursor watch
  19. # done
  20. .frame config -cursor arrow
  21.  
  22. For more info, see the Tk_GetCursor manpage.
  23.  
  24.