aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-03-04 07:09:34 +0000
committerRichard M. Stallman2001-03-04 07:09:34 +0000
commitce8abc78b4a003fba0424497a40c81564280bbb4 (patch)
tree1416abbe4e2657cce7a2954e9504e17452f7e4d2
parent00a4199604532df4b13caf08d91545de187832df (diff)
downloademacs-ce8abc78b4a003fba0424497a40c81564280bbb4.tar.gz
emacs-ce8abc78b4a003fba0424497a40c81564280bbb4.zip
Minor usage fixes. Don't mention Motif or XView.
-rw-r--r--man/widget.texi19
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
68Most graphical user interface toolkits, such as Motif and XView, provide 68Most graphical user interface toolkits provide a number of standard
69a number of standard user interface controls (sometimes known as 69user interface controls (sometimes known as `widgets' or `gadgets').
70`widgets' or `gadgets'). Emacs doesn't really support anything like 70Emacs doesn't really support anything like this, except for an
71this, except for an incredibly powerful text ``widget''. On the other 71incredibly powerful text ``widget.'' On the other hand, Emacs does
72hand, Emacs does provide the necessary primitives to implement many 72provide the necessary primitives to implement many other widgets
73other widgets within a text buffer. The @code{widget} package 73within a text buffer. The @code{widget} package simplifies this task.
74simplifies 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}
246Invoke the button at the location of the mouse pointer. If the mouse 245Invoke the button at the location of the mouse pointer. If the mouse
247pointer is located in an editable text field, invoke the binding in 246pointer 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
451A keymap with the global keymap as its parent.@* 450A 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}
454are bound to @code{widget-button-press} and 453are 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