diff options
| author | Richard M. Stallman | 2001-03-04 07:09:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-03-04 07:09:34 +0000 |
| commit | ce8abc78b4a003fba0424497a40c81564280bbb4 (patch) | |
| tree | 1416abbe4e2657cce7a2954e9504e17452f7e4d2 | |
| parent | 00a4199604532df4b13caf08d91545de187832df (diff) | |
| download | emacs-ce8abc78b4a003fba0424497a40c81564280bbb4.tar.gz emacs-ce8abc78b4a003fba0424497a40c81564280bbb4.zip | |
Minor usage fixes. Don't mention Motif or XView.
| -rw-r--r-- | man/widget.texi | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/man/widget.texi b/man/widget.texi index 41446a21e77..f320be9aade 100644 --- a/man/widget.texi +++ b/man/widget.texi | |||
| @@ -65,13 +65,12 @@ Software Foundation raise funds for GNU development.'' | |||
| 65 | @comment node-name, next, previous, up | 65 | @comment node-name, next, previous, up |
| 66 | @section Introduction | 66 | @section Introduction |
| 67 | 67 | ||
| 68 | Most graphical user interface toolkits, such as Motif and XView, provide | 68 | Most graphical user interface toolkits provide a number of standard |
| 69 | a number of standard user interface controls (sometimes known as | 69 | user interface controls (sometimes known as `widgets' or `gadgets'). |
| 70 | `widgets' or `gadgets'). Emacs doesn't really support anything like | 70 | Emacs doesn't really support anything like this, except for an |
| 71 | this, except for an incredibly powerful text ``widget''. On the other | 71 | incredibly powerful text ``widget.'' On the other hand, Emacs does |
| 72 | hand, Emacs does provide the necessary primitives to implement many | 72 | provide the necessary primitives to implement many other widgets |
| 73 | other widgets within a text buffer. The @code{widget} package | 73 | within a text buffer. The @code{widget} package simplifies this task. |
| 74 | simplifies this task. | ||
| 75 | 74 | ||
| 76 | @cindex basic widgets | 75 | @cindex basic widgets |
| 77 | @cindex widgets, basic types | 76 | @cindex widgets, basic types |
| @@ -240,8 +239,8 @@ If point is not located on a button, invoke the binding in | |||
| 240 | @code{widget-global-map} (by default the global map). | 239 | @code{widget-global-map} (by default the global map). |
| 241 | @end deffn | 240 | @end deffn |
| 242 | 241 | ||
| 243 | @kindex mouse-2, on button widgets | 242 | @kindex Mouse-2 @r{(on button widgets}) |
| 244 | @item mouse-2 | 243 | @item Mouse-2 |
| 245 | @deffn Command widget-button-click @var{event} | 244 | @deffn Command widget-button-click @var{event} |
| 246 | Invoke the button at the location of the mouse pointer. If the mouse | 245 | Invoke the button at the location of the mouse pointer. If the mouse |
| 247 | pointer is located in an editable text field, invoke the binding in | 246 | pointer is located in an editable text field, invoke the binding in |
| @@ -450,7 +449,7 @@ There is a standard widget keymap which you might find useful. | |||
| 450 | @defvr Const widget-keymap | 449 | @defvr Const widget-keymap |
| 451 | A keymap with the global keymap as its parent.@* | 450 | A keymap with the global keymap as its parent.@* |
| 452 | @key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and | 451 | @key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and |
| 453 | @code{widget-backward}, respectively. @kbd{@key{RET}} and @kbd{mouse-2} | 452 | @code{widget-backward}, respectively. @key{RET} and @kbd{Mouse-2} |
| 454 | are bound to @code{widget-button-press} and | 453 | are bound to @code{widget-button-press} and |
| 455 | @code{widget-button-click}.@refill | 454 | @code{widget-button-click}.@refill |
| 456 | @end defvr | 455 | @end defvr |