1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

Minor usage fixes. Don't mention Motif or XView.

This commit is contained in:
Richard M. Stallman 2001-03-04 07:09:34 +00:00
parent 00a4199604
commit ce8abc78b4

View File

@ -65,13 +65,12 @@ Software Foundation raise funds for GNU development.''
@comment node-name, next, previous, up
@section Introduction
Most graphical user interface toolkits, such as Motif and XView, provide
a number of standard user interface controls (sometimes known as
`widgets' or `gadgets'). Emacs doesn't really support anything like
this, except for an incredibly powerful text ``widget''. On the other
hand, Emacs does provide the necessary primitives to implement many
other widgets within a text buffer. The @code{widget} package
simplifies this task.
Most graphical user interface toolkits provide a number of standard
user interface controls (sometimes known as `widgets' or `gadgets').
Emacs doesn't really support anything like this, except for an
incredibly powerful text ``widget.'' On the other hand, Emacs does
provide the necessary primitives to implement many other widgets
within a text buffer. The @code{widget} package simplifies this task.
@cindex basic widgets
@cindex widgets, basic types
@ -240,8 +239,8 @@ If point is not located on a button, invoke the binding in
@code{widget-global-map} (by default the global map).
@end deffn
@kindex mouse-2, on button widgets
@item mouse-2
@kindex Mouse-2 @r{(on button widgets})
@item Mouse-2
@deffn Command widget-button-click @var{event}
Invoke the button at the location of the mouse pointer. If the mouse
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.
@defvr Const widget-keymap
A keymap with the global keymap as its parent.@*
@key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and
@code{widget-backward}, respectively. @kbd{@key{RET}} and @kbd{mouse-2}
@code{widget-backward}, respectively. @key{RET} and @kbd{Mouse-2}
are bound to @code{widget-button-press} and
@code{widget-button-click}.@refill
@end defvr