aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDave Love <[email protected]>2001-02-10 01:04:02 +0000
committerDave Love <[email protected]>2001-02-10 01:04:02 +0000
commit976e00f1e4084e8d241e0e9a5aaaf835e0c36d74 (patch)
tree208483db31fc1ca6f6125ac4574affcbc91efba0 /man
parent684265eb7ceebff8964c02baed4455ac12cd8108 (diff)
*** empty log message ***
Diffstat (limited to 'man')
-rw-r--r--man/widget.texi30
1 files changed, 20 insertions, 10 deletions
diff --git a/man/widget.texi b/man/widget.texi
index 2b29df5750..41446a21e7 100644
--- a/man/widget.texi
+++ b/man/widget.texi
@@ -177,10 +177,10 @@ Some country.}
See also @b{_other work_} for more information.
Numbers: count to three below
-@b{+/-} @i{One}
-@b{+/-} @i{Eh, two?}
-@b{+/-} @i{Five!}
-@b{+}
+@b{[INS]} @b{[DEL]} @i{One}
+@b{[INS]} @b{[DEL]} @i{Eh, two?}
+@b{[INS]} @b{[DEL]} @i{Five!}
+@b{[INS]}
Select multiple:
@@ -259,7 +259,7 @@ When you invoke one of these buttons, you will be asked to choose
between a number of different options. This is how you edit an option
field. Option fields are created by the @code{menu-choice} widget. In
the example, @samp{@b{Choose}} is an option field tag.
-@item The @samp{@b{+/-}} buttons
+@item The @samp{@b{[INS]}} and @samp{@b{[DEL]}} buttons
Activating these will insert or delete elements from an editable list.
The list is created by the @code{editable-list} widget.
@cindex embedded buttons
@@ -1103,18 +1103,16 @@ The following @samp{%} escapes are available:
@item %v
This will be replaced with the buffer representation of the @var{type}
widget.
-@item %-
-Insert the @b{+/-} button.
@item %i
-Insert the @b{+} button at the end of a list.
+Insert the @b{[INS]} button.
@item %d
Insert the @b{[DEL]} button.
@item %%
Insert a literal @samp{%}.
@end table
-@vindex insert/delete-button-args@r{ keyword}
-@item :insert/delete-button-args
+@vindex insert-button-args@r{ keyword}
+@item :insert-button-args
A list of keyword arguments to pass to the insert buttons.
@vindex delete-button-args@r{ keyword}
@@ -1711,6 +1709,12 @@ This is only meaningful for radio buttons or checkboxes in a list.
It should be possible to add or remove items from a list with @kbd{C-k}
and @kbd{C-o} (suggested by @sc{rms}).
+@item
+The @samp{[INS]} and @samp{[DEL]} buttons should be replaced by a single
+dash (@samp{-}). The dash should be a button that, when invoked, asks
+whether you want to add or delete an item (@sc{rms} wanted to git rid of
+the ugly buttons, the dash is my idea).
+
@item
The @code{menu-choice} tag should be prettier, something like the abbreviated
menus in Open Look.
@@ -1732,6 +1736,12 @@ Find a way to disable mouse highlight for inactive widgets.
Find a way to make glyphs look inactive.
@item
+Add @code{property-list} widget.
+
+@item
+Add @code{association-list} widget.
+
+@item
Add @code{key-binding} widget.
@item