home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.tcl
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!psuvax1!schwartz
- From: schwartz@roke.cs.psu.edu (Scott Schwartz)
- Subject: Re: changing cursors
- In-Reply-To: news@choreo.ca's message of Mon, 04 Jan 1993 16:08:44 GMT
- Message-ID: <C0CBov.Iwt@cs.psu.edu>
- Sender: news@cs.psu.edu (Usenet)
- Nntp-Posting-Host: roke.cs.psu.edu
- References: <1993Jan04.160844.1484@choreo.ca>
- Date: Mon, 4 Jan 1993 17:37:49 GMT
- Lines: 11
-
- Chris <chare@choreo.ca> writes:
- I want to be able to change cursors from the pointer to an
- hourglass when I am off doing some processing in the app.
-
- # wait
- .frame config -cursor watch
- # done
- .frame config -cursor arrow
-
- For more info, see the Tk_GetCursor manpage.
-
-