diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-03-13 13:57:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-03-13 13:57:50 (GMT) |
commit | 64dc4d20f50af60de85e9a7c61f4146ef5ea5a55 (patch) | |
tree | 57cd3bf2007a22202079e5c41cf4946fdccc178c /doc/busy.n | |
parent | a1be27aaab68d7bf4ff2be1f1785336b6dd3cb6d (diff) | |
download | tk-64dc4d20f50af60de85e9a7c61f4146ef5ea5a55.zip tk-64dc4d20f50af60de85e9a7c61f4146ef5ea5a55.tar.gz tk-64dc4d20f50af60de85e9a7c61f4146ef5ea5a55.tar.bz2 |
Minor spelling fixes.
Diffstat (limited to 'doc/busy.n')
-rw-r--r-- | doc/busy.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -52,8 +52,8 @@ a configurable busy cursor. There are many times in applications where you want to temporarily restrict what actions the user can take. For example, an application could have a .QW Run -button that when pressed causes some processing to occur. But while the -application is busy processing, you probably don't want the the user to be +button that when pressed causes some processing to occur. However, while the +application is busy processing, you probably don't want the user to be able to click the .QW Run button again. You may also want restrict the user from other tasks such as @@ -67,7 +67,7 @@ etc.\0are ignored by the widget. You can set a special cursor (like a watch) that overrides the widget's normal cursor, providing feedback that the application (widget) is temporarily busy. .PP -When a widget is made busy, the widget and all of its descendents will ignore +When a widget is made busy, the widget and all of its descendants will ignore events. It's easy to make an entire panel of widgets busy. You can simply make the toplevel widget (such as .QW . ) |