mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-16 17:19:41 +00:00
Minor usage fixes. Don't mention Motif or XView.
This commit is contained in:
parent
00a4199604
commit
ce8abc78b4
@ -65,13 +65,12 @@ Software Foundation raise funds for GNU development.''
|
|||||||
@comment node-name, next, previous, up
|
@comment node-name, next, previous, up
|
||||||
@section Introduction
|
@section Introduction
|
||||||
|
|
||||||
Most graphical user interface toolkits, such as Motif and XView, provide
|
Most graphical user interface toolkits provide a number of standard
|
||||||
a number of standard user interface controls (sometimes known as
|
user interface controls (sometimes known as `widgets' or `gadgets').
|
||||||
`widgets' or `gadgets'). Emacs doesn't really support anything like
|
Emacs doesn't really support anything like this, except for an
|
||||||
this, except for an incredibly powerful text ``widget''. On the other
|
incredibly powerful text ``widget.'' On the other hand, Emacs does
|
||||||
hand, Emacs does provide the necessary primitives to implement many
|
provide the necessary primitives to implement many other widgets
|
||||||
other widgets within a text buffer. The @code{widget} package
|
within a text buffer. The @code{widget} package simplifies this task.
|
||||||
simplifies this task.
|
|
||||||
|
|
||||||
@cindex basic widgets
|
@cindex basic widgets
|
||||||
@cindex widgets, basic types
|
@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).
|
@code{widget-global-map} (by default the global map).
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@kindex mouse-2, on button widgets
|
@kindex Mouse-2 @r{(on button widgets})
|
||||||
@item mouse-2
|
@item Mouse-2
|
||||||
@deffn Command widget-button-click @var{event}
|
@deffn Command widget-button-click @var{event}
|
||||||
Invoke the button at the location of the mouse pointer. If the mouse
|
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
|
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
|
@defvr Const widget-keymap
|
||||||
A keymap with the global keymap as its parent.@*
|
A keymap with the global keymap as its parent.@*
|
||||||
@key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and
|
@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
|
are bound to @code{widget-button-press} and
|
||||||
@code{widget-button-click}.@refill
|
@code{widget-button-click}.@refill
|
||||||
@end defvr
|
@end defvr
|
||||||
|
Loading…
Reference in New Issue
Block a user