Mercurial > emacs
annotate man/widget.texi @ 52286:2c851f739011
Comment.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 20 Aug 2003 18:46:55 +0000 |
parents | b4f51d656553 |
children | 9bdd2608958e |
rev | line source |
---|---|
25829 | 1 \input texinfo.tex |
2 | |
3 @c %**start of header | |
4 @setfilename ../info/widget | |
5 @settitle The Emacs Widget Library | |
47737
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
46641
diff
changeset
|
6 @syncodeindex fn cp |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
46641
diff
changeset
|
7 @syncodeindex vr cp |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
46641
diff
changeset
|
8 @syncodeindex ky cp |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
46641
diff
changeset
|
9 @afourpaper |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
46641
diff
changeset
|
10 @c %**end of header |
33521 | 11 |
47737
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
46641
diff
changeset
|
12 @copying |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
46641
diff
changeset
|
13 Copyright @copyright{} 2000, 2002 Free Software Foundation, Inc. |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
46641
diff
changeset
|
14 |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
46641
diff
changeset
|
15 @quotation |
33521 | 16 Permission is granted to copy, distribute and/or modify this document |
17 under the terms of the GNU Free Documentation License, Version 1.1 or | |
18 any later version published by the Free Software Foundation; with the | |
19 Invariant Sections being ``The GNU Manifesto'', ``Distribution'' and | |
20 ``GNU GENERAL PUBLIC LICENSE'', with the Front-Cover texts being ``A GNU | |
21 Manual'', and with the Back-Cover Texts as in (a) below. A copy of the | |
22 license is included in the section entitled ``GNU Free Documentation | |
23 License'' in the Emacs manual. | |
24 | |
25 This document is part of a collection distributed under the GNU Free | |
26 Documentation License. If you want to distribute this document | |
27 separately from the collection, you can do so by adding a copy of the | |
28 license to the document, as described in section 6 of the license. | |
29 | |
30 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify | |
31 this GNU Manual, like GNU software. Copies published by the Free | |
32 Software Foundation raise funds for GNU development.'' | |
47737
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
46641
diff
changeset
|
33 @end quotation |
0a70200bde27
use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents:
46641
diff
changeset
|
34 @end copying |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
35 |
30009 | 36 @dircategory Emacs |
25829 | 37 @direntry |
43962
661b1aa856cc
Synchronize DIR entries with @direntry text in Texinfo sources.
Eli Zaretskii <eliz@gnu.org>
parents:
37806
diff
changeset
|
38 * Widget: (widget). The "widget" package used by the Emacs Customization |
661b1aa856cc
Synchronize DIR entries with @direntry text in Texinfo sources.
Eli Zaretskii <eliz@gnu.org>
parents:
37806
diff
changeset
|
39 facility. |
25829 | 40 @end direntry |
41 | |
42 @node Top, Introduction, (dir), (dir) | |
43 @comment node-name, next, previous, up | |
44 @top The Emacs Widget Library | |
45 | |
46 @menu | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
47 * Introduction:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
48 * User Interface:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
49 * Programming Example:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
50 * Setting Up the Buffer:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
51 * Basic Types:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
52 * Sexp Types:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
53 * Widget Properties:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
54 * Defining New Widgets:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
55 * Widget Browser:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
56 * Widget Minor Mode:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
57 * Utilities:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
58 * Widget Wishlist:: |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
59 * Index:: |
25829 | 60 @end menu |
61 | |
62 @node Introduction, User Interface, Top, Top | |
63 @comment node-name, next, previous, up | |
64 @section Introduction | |
65 | |
36512
00a52c680a19
Minor usage fixes. Don't mention Motif or XView.
Richard M. Stallman <rms@gnu.org>
parents:
36020
diff
changeset
|
66 Most graphical user interface toolkits provide a number of standard |
00a52c680a19
Minor usage fixes. Don't mention Motif or XView.
Richard M. Stallman <rms@gnu.org>
parents:
36020
diff
changeset
|
67 user interface controls (sometimes known as `widgets' or `gadgets'). |
00a52c680a19
Minor usage fixes. Don't mention Motif or XView.
Richard M. Stallman <rms@gnu.org>
parents:
36020
diff
changeset
|
68 Emacs doesn't really support anything like this, except for an |
00a52c680a19
Minor usage fixes. Don't mention Motif or XView.
Richard M. Stallman <rms@gnu.org>
parents:
36020
diff
changeset
|
69 incredibly powerful text ``widget.'' On the other hand, Emacs does |
00a52c680a19
Minor usage fixes. Don't mention Motif or XView.
Richard M. Stallman <rms@gnu.org>
parents:
36020
diff
changeset
|
70 provide the necessary primitives to implement many other widgets |
00a52c680a19
Minor usage fixes. Don't mention Motif or XView.
Richard M. Stallman <rms@gnu.org>
parents:
36020
diff
changeset
|
71 within a text buffer. The @code{widget} package simplifies this task. |
25829 | 72 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
73 @cindex basic widgets |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
74 @cindex widgets, basic types |
25829 | 75 The basic widgets are: |
76 | |
77 @table @code | |
78 @item link | |
79 Areas of text with an associated action. Intended for hypertext links | |
80 embedded in text. | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
81 @item push-button |
25829 | 82 Like link, but intended for stand-alone buttons. |
83 @item editable-field | |
84 An editable text field. It can be either variable or fixed length. | |
85 @item menu-choice | |
86 Allows the user to choose one of multiple options from a menu, each | |
87 option is itself a widget. Only the selected option will be visible in | |
88 the buffer. | |
89 @item radio-button-choice | |
90 Allows the user to choose one of multiple options by activating radio | |
91 buttons. The options are implemented as widgets. All options will be | |
92 visible in the buffer. | |
93 @item item | |
94 A simple constant widget intended to be used in the @code{menu-choice} and | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
95 @code{radio-button-choice} widgets. |
25829 | 96 @item choice-item |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
97 A button item only intended for use in choices. When invoked, the user |
25829 | 98 will be asked to select another option from the choice widget. |
99 @item toggle | |
100 A simple @samp{on}/@samp{off} switch. | |
101 @item checkbox | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
102 A checkbox (@samp{[ ]}/@samp{[X]}). |
25829 | 103 @item editable-list |
104 Create an editable list. The user can insert or delete items in the | |
105 list. Each list item is itself a widget. | |
106 @end table | |
107 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
108 Now, of what possible use can support for widgets be in a text editor? |
25829 | 109 I'm glad you asked. The answer is that widgets are useful for |
110 implementing forms. A @dfn{form} in Emacs is a buffer where the user is | |
111 supposed to fill out a number of fields, each of which has a specific | |
112 meaning. The user is not supposed to change or delete any of the text | |
113 between the fields. Examples of forms in Emacs are the @file{forms} | |
114 package (of course), the customize buffers, the mail and news compose | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
115 modes, and the @sc{html} form support in the @file{w3} browser. |
25829 | 116 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
117 @cindex widget library, why use it |
25829 | 118 The advantages for a programmer of using the @code{widget} package to |
119 implement forms are: | |
120 | |
121 @enumerate | |
122 @item | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
123 More complex fields than just editable text are supported. |
25829 | 124 @item |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
125 You can give the users immediate feedback if they enter invalid data in a |
25829 | 126 text field, and sometimes prevent entering invalid data. |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
127 @item |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
128 You can have fixed sized fields, thus allowing multiple fields to be |
25829 | 129 lined up in columns. |
130 @item | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
131 It is simple to query or set the value of a field. |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
132 @item |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
133 Editing happens in the buffer, not in the mini-buffer. |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
134 @item |
25829 | 135 Packages using the library get a uniform look, making them easier for |
136 the user to learn. | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
137 @item |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
138 As support for embedded graphics improve, the widget library will be |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
139 extended to use the GUI features. This means that your code using the |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
140 widget library will also use the new graphic features automatically. |
25829 | 141 @end enumerate |
142 | |
143 In order to minimize the code that is loaded by users who does not | |
144 create any widgets, the code has been split in two files: | |
145 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
146 @cindex widget library, files |
25829 | 147 @table @file |
148 @item widget.el | |
149 This will declare the user variables, define the function | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
150 @code{define-widget}, and autoload the function @code{widget-create}. |
25829 | 151 @item wid-edit.el |
152 Everything else is here, there is no reason to load it explicitly, as | |
153 it will be autoloaded when needed. | |
154 @end table | |
155 | |
156 @node User Interface, Programming Example, Introduction, Top | |
157 @comment node-name, next, previous, up | |
158 @section User Interface | |
159 | |
160 A form consist of read only text for documentation and some fields, | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
161 where each field contains two parts, a tag and a value. The tags are |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
162 used to identify the fields, so the documentation can refer to the |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
163 @samp{foo field}, meaning the field tagged with @samp{Foo}. Here is an |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
164 example form: |
25829 | 165 |
166 @example | |
167 Here is some documentation. | |
168 | |
169 Name: @i{My Name} @strong{Choose}: This option | |
170 Address: @i{Some Place | |
171 In some City | |
172 Some country.} | |
173 | |
174 See also @b{_other work_} for more information. | |
175 | |
176 Numbers: count to three below | |
36020 | 177 @b{[INS]} @b{[DEL]} @i{One} |
178 @b{[INS]} @b{[DEL]} @i{Eh, two?} | |
179 @b{[INS]} @b{[DEL]} @i{Five!} | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
180 @b{[INS]} |
25829 | 181 |
182 Select multiple: | |
183 | |
184 @b{[X]} This | |
185 @b{[ ]} That | |
186 @b{[X]} Thus | |
187 | |
188 Select one: | |
189 | |
190 @b{(*)} One | |
191 @b{( )} Another One. | |
192 @b{( )} A Final One. | |
193 | |
194 @b{[Apply Form]} @b{[Reset Form]} | |
195 @end example | |
196 | |
197 The top level widgets in is example are tagged @samp{Name}, | |
198 @samp{Choose}, @samp{Address}, @samp{_other work_}, @samp{Numbers}, | |
199 @samp{Select multiple}, @samp{Select one}, @samp{[Apply Form]}, and | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
200 @samp{[Reset Form]}. There are basically two things the user can do |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
201 within a form, namely editing the editable text fields and activating |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
202 the buttons. |
25829 | 203 |
204 @subsection Editable Text Fields | |
205 | |
206 In the example, the value for the @samp{Name} is most likely displayed | |
207 in an editable text field, and so are values for each of the members of | |
208 the @samp{Numbers} list. All the normal Emacs editing operations are | |
209 available for editing these fields. The only restriction is that each | |
210 change you make must be contained within a single editable text field. | |
211 For example, capitalizing all text from the middle of one field to the | |
212 middle of another field is prohibited. | |
213 | |
214 Editing text fields are created by the @code{editable-field} widget. | |
215 | |
216 The editing text fields are highlighted with the | |
217 @code{widget-field-face} face, making them easy to find. | |
218 | |
219 @deffn Face widget-field-face | |
220 Face used for other editing fields. | |
221 @end deffn | |
222 | |
223 @subsection Buttons | |
224 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
225 @cindex widget buttons |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
226 @cindex button widgets |
25829 | 227 Some portions of the buffer have an associated @dfn{action}, which can |
228 be @dfn{invoked} by a standard key or mouse command. These portions | |
229 are called @dfn{buttons}. The default commands for activating a button | |
230 are: | |
231 | |
232 @table @kbd | |
233 @item @key{RET} | |
234 @deffn Command widget-button-press @var{pos} &optional @var{event} | |
235 Invoke the button at @var{pos}, defaulting to point. | |
236 If point is not located on a button, invoke the binding in | |
237 @code{widget-global-map} (by default the global map). | |
238 @end deffn | |
239 | |
36512
00a52c680a19
Minor usage fixes. Don't mention Motif or XView.
Richard M. Stallman <rms@gnu.org>
parents:
36020
diff
changeset
|
240 @kindex Mouse-2 @r{(on button widgets}) |
00a52c680a19
Minor usage fixes. Don't mention Motif or XView.
Richard M. Stallman <rms@gnu.org>
parents:
36020
diff
changeset
|
241 @item Mouse-2 |
25829 | 242 @deffn Command widget-button-click @var{event} |
243 Invoke the button at the location of the mouse pointer. If the mouse | |
244 pointer is located in an editable text field, invoke the binding in | |
245 @code{widget-global-map} (by default the global map). | |
246 @end deffn | |
247 @end table | |
248 | |
249 There are several different kind of buttons, all of which are present in | |
250 the example: | |
251 | |
252 @table @emph | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
253 @cindex option field tag |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
254 @item The Option Field Tags |
25829 | 255 When you invoke one of these buttons, you will be asked to choose |
256 between a number of different options. This is how you edit an option | |
257 field. Option fields are created by the @code{menu-choice} widget. In | |
258 the example, @samp{@b{Choose}} is an option field tag. | |
36020 | 259 @item The @samp{@b{[INS]}} and @samp{@b{[DEL]}} buttons |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
260 Activating these will insert or delete elements from an editable list. |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
261 The list is created by the @code{editable-list} widget. |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
262 @cindex embedded buttons |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
263 @item Embedded Buttons |
25829 | 264 The @samp{@b{_other work_}} is an example of an embedded |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
265 button. Embedded buttons are not associated with a fields, but can serve |
25829 | 266 any purpose, such as implementing hypertext references. They are |
267 usually created by the @code{link} widget. | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
268 @item The @samp{@b{[ ]}} and @samp{@b{[X]}} buttons |
25829 | 269 Activating one of these will convert it to the other. This is useful |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
270 for implementing multiple-choice fields. You can create it with the |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
271 @code{checkbox} widget. |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
272 @item The @samp{@b{( )}} and @samp{@b{(*)}} buttons |
25829 | 273 Only one radio button in a @code{radio-button-choice} widget can be |
274 selected at any time. When you invoke one of the unselected radio | |
275 buttons, it will be selected and the previous selected radio button will | |
276 become unselected. | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
277 @item The @samp{@b{[Apply Form]}} @samp{@b{[Reset Form]}} buttons |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
278 These are explicit buttons made with the @code{push-button} widget. The |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
279 main difference from the @code{link} widget is that the buttons will be |
25829 | 280 displayed as GUI buttons when possible. |
281 @end table | |
282 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
283 To make them easier to locate, buttons are emphasized in the buffer. |
25829 | 284 |
285 @deffn Face widget-button-face | |
286 Face used for buttons. | |
287 @end deffn | |
288 | |
289 @defopt widget-mouse-face | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
290 Face used for highlighting a button when the mouse pointer moves across |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
291 it. |
25829 | 292 @end defopt |
293 | |
294 @subsection Navigation | |
295 | |
296 You can use all the normal Emacs commands to move around in a form | |
297 buffer, plus you will have these additional commands: | |
298 | |
299 @table @kbd | |
300 @item @key{TAB} | |
301 @deffn Command widget-forward &optional count | |
302 Move point @var{count} buttons or editing fields forward. | |
303 @end deffn | |
304 @item @key{M-TAB} | |
305 @deffn Command widget-backward &optional count | |
306 Move point @var{count} buttons or editing fields backward. | |
307 @end deffn | |
308 @end table | |
309 | |
310 @node Programming Example, Setting Up the Buffer, User Interface, Top | |
311 @comment node-name, next, previous, up | |
312 @section Programming Example | |
313 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
314 @cindex widgets, programming example |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
315 @cindex example of using widgets |
25829 | 316 Here is the code to implement the user interface example (@pxref{User |
317 Interface}). | |
318 | |
319 @lisp | |
320 (require 'widget) | |
321 | |
322 (eval-when-compile | |
323 (require 'wid-edit)) | |
324 | |
325 (defvar widget-example-repeat) | |
326 | |
327 (defun widget-example () | |
328 "Create the widgets from the Widget manual." | |
329 (interactive) | |
330 (switch-to-buffer "*Widget Example*") | |
331 (kill-all-local-variables) | |
332 (make-local-variable 'widget-example-repeat) | |
333 (let ((inhibit-read-only t)) | |
334 (erase-buffer)) | |
335 (widget-insert "Here is some documentation.\n\nName: ") | |
336 (widget-create 'editable-field | |
337 :size 13 | |
338 "My Name") | |
339 (widget-create 'menu-choice | |
340 :tag "Choose" | |
341 :value "This" | |
342 :help-echo "Choose me, please!" | |
343 :notify (lambda (widget &rest ignore) | |
344 (message "%s is a good choice!" | |
345 (widget-value widget))) | |
346 '(item :tag "This option" :value "This") | |
347 '(choice-item "That option") | |
348 '(editable-field :menu-tag "No option" "Thus option")) | |
349 (widget-insert "Address: ") | |
350 (widget-create 'editable-field | |
351 "Some Place\nIn some City\nSome country.") | |
352 (widget-insert "\nSee also ") | |
353 (widget-create 'link | |
354 :notify (lambda (&rest ignore) | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
355 (widget-value-set widget-example-repeat |
25829 | 356 '("En" "To" "Tre")) |
357 (widget-setup)) | |
358 "other work") | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
359 (widget-insert |
37806 | 360 " for more information.\n\nNumbers: count to three below\n") |
25829 | 361 (setq widget-example-repeat |
362 (widget-create 'editable-list | |
363 :entry-format "%i %d %v" | |
364 :notify (lambda (widget &rest ignore) | |
365 (let ((old (widget-get widget | |
366 ':example-length)) | |
367 (new (length (widget-value widget)))) | |
368 (unless (eq old new) | |
369 (widget-put widget ':example-length new) | |
370 (message "You can count to %d." new)))) | |
371 :value '("One" "Eh, two?" "Five!") | |
372 '(editable-field :value "three"))) | |
373 (widget-insert "\n\nSelect multiple:\n\n") | |
374 (widget-create 'checkbox t) | |
375 (widget-insert " This\n") | |
376 (widget-create 'checkbox nil) | |
377 (widget-insert " That\n") | |
378 (widget-create 'checkbox | |
379 :notify (lambda (&rest ignore) (message "Tickle")) | |
380 t) | |
381 (widget-insert " Thus\n\nSelect one:\n\n") | |
382 (widget-create 'radio-button-choice | |
383 :value "One" | |
384 :notify (lambda (widget &rest ignore) | |
385 (message "You selected %s" | |
386 (widget-value widget))) | |
387 '(item "One") '(item "Another One.") '(item "A Final One.")) | |
388 (widget-insert "\n") | |
389 (widget-create 'push-button | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
390 :notify (lambda (&rest ignore) |
25829 | 391 (if (= (length (widget-value widget-example-repeat)) |
392 3) | |
393 (message "Congratulation!") | |
394 (error "Three was the count!"))) | |
395 "Apply Form") | |
396 (widget-insert " ") | |
397 (widget-create 'push-button | |
398 :notify (lambda (&rest ignore) | |
399 (widget-example)) | |
400 "Reset Form") | |
401 (widget-insert "\n") | |
402 (use-local-map widget-keymap) | |
403 (widget-setup)) | |
404 @end lisp | |
405 | |
406 @node Setting Up the Buffer, Basic Types, Programming Example, Top | |
407 @comment node-name, next, previous, up | |
408 @section Setting Up the Buffer | |
409 | |
410 Widgets are created with @code{widget-create}, which returns a | |
411 @dfn{widget} object. This object can be queried and manipulated by | |
412 other widget functions, until it is deleted with @code{widget-delete}. | |
413 After the widgets have been created, @code{widget-setup} must be called | |
414 to enable them. | |
415 | |
416 @defun widget-create type [ keyword argument ]@dots{} | |
417 Create and return a widget of type @var{type}. | |
418 The syntax for the @var{type} argument is described in @ref{Basic Types}. | |
419 | |
420 The keyword arguments can be used to overwrite the keyword arguments | |
421 that are part of @var{type}. | |
422 @end defun | |
423 | |
424 @defun widget-delete widget | |
425 Delete @var{widget} and remove it from the buffer. | |
426 @end defun | |
427 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
428 @defun widget-setup |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
429 Set up a buffer to support widgets. |
25829 | 430 |
431 This should be called after creating all the widgets and before allowing | |
432 the user to edit them. | |
433 @refill | |
434 @end defun | |
435 | |
436 If you want to insert text outside the widgets in the form, the | |
437 recommended way to do that is with @code{widget-insert}. | |
438 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
439 @defun widget-insert |
25829 | 440 Insert the arguments, either strings or characters, at point. |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
441 The inserted text will be read-only. |
25829 | 442 @end defun |
443 | |
444 There is a standard widget keymap which you might find useful. | |
445 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
446 @findex widget-button-press |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
447 @findex widget-button-click |
25829 | 448 @defvr Const widget-keymap |
449 A keymap with the global keymap as its parent.@* | |
450 @key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and | |
36512
00a52c680a19
Minor usage fixes. Don't mention Motif or XView.
Richard M. Stallman <rms@gnu.org>
parents:
36020
diff
changeset
|
451 @code{widget-backward}, respectively. @key{RET} and @kbd{Mouse-2} |
25829 | 452 are bound to @code{widget-button-press} and |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
453 @code{widget-button-click}.@refill |
25829 | 454 @end defvr |
455 | |
456 @defvar widget-global-map | |
457 Keymap used by @code{widget-button-press} and @code{widget-button-click} | |
458 when not on a button. By default this is @code{global-map}. | |
459 @end defvar | |
460 | |
461 @node Basic Types, Sexp Types, Setting Up the Buffer, Top | |
462 @comment node-name, next, previous, up | |
463 @section Basic Types | |
464 | |
465 The syntax of a type specification is given below: | |
466 | |
467 @example | |
468 NAME ::= (NAME [KEYWORD ARGUMENT]... ARGS) | |
469 | NAME | |
470 @end example | |
471 | |
472 Where, @var{name} is a widget name, @var{keyword} is the name of a | |
473 property, @var{argument} is the value of the property, and @var{args} | |
474 are interpreted in a widget specific way. | |
475 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
476 @cindex keyword arguments |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
477 The following keyword arguments that apply to all widgets: |
25829 | 478 |
479 @table @code | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
480 @vindex value@r{ keyword} |
25829 | 481 @item :value |
482 The initial value for widgets of this type. | |
483 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
484 @vindex format@r{ keyword} |
25829 | 485 @item :format |
486 This string will be inserted in the buffer when you create a widget. | |
487 The following @samp{%} escapes are available: | |
488 | |
489 @table @samp | |
490 @item %[ | |
491 @itemx %] | |
492 The text inside will be marked as a button. | |
493 | |
494 By default, the text will be shown in @code{widget-button-face}, and | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
495 surrounded by brackets. |
25829 | 496 |
497 @defopt widget-button-prefix | |
498 String to prefix buttons. | |
499 @end defopt | |
500 | |
501 @defopt widget-button-suffix | |
502 String to suffix buttons. | |
503 @end defopt | |
504 | |
505 @item %@{ | |
506 @itemx %@} | |
507 The text inside will be displayed with the face specified by | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
508 @code{:sample-face}. |
25829 | 509 |
510 @item %v | |
27214 | 511 This will be replaced with the buffer representation of the widget's |
25829 | 512 value. What this is depends on the widget type. |
513 | |
514 @item %d | |
515 Insert the string specified by @code{:doc} here. | |
516 | |
517 @item %h | |
518 Like @samp{%d}, with the following modifications: If the documentation | |
519 string is more than one line, it will add a button which will toggle | |
520 between showing only the first line, and showing the full text. | |
521 Furthermore, if there is no @code{:doc} property in the widget, it will | |
522 instead examine the @code{:documentation-property} property. If it is a | |
523 lambda expression, it will be called with the widget's value as an | |
524 argument, and the result will be used as the documentation text. | |
525 | |
526 @item %t | |
527 Insert the string specified by @code{:tag} here, or the @code{princ} | |
528 representation of the value if there is no tag. | |
529 | |
530 @item %% | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
531 Insert a literal @samp{%}. |
25829 | 532 @end table |
533 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
534 @vindex button-face@r{ keyword} |
25829 | 535 @item :button-face |
536 Face used to highlight text inside %[ %] in the format. | |
537 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
538 @vindex button-prefix@r{ keyword} |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
539 @vindex button-suffix@r{ keyword} |
25829 | 540 @item :button-prefix |
541 @itemx :button-suffix | |
542 Text around %[ %] in the format. | |
543 | |
544 These can be | |
545 @table @emph | |
546 @item nil | |
547 No text is inserted. | |
548 | |
549 @item a string | |
550 The string is inserted literally. | |
551 | |
552 @item a symbol | |
553 The value of the symbol is expanded according to this table. | |
554 @end table | |
555 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
556 @vindex doc@r{ keyword} |
25829 | 557 @item :doc |
558 The string inserted by the @samp{%d} escape in the format | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
559 string. |
25829 | 560 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
561 @vindex tag@r{ keyword} |
25829 | 562 @item :tag |
563 The string inserted by the @samp{%t} escape in the format | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
564 string. |
25829 | 565 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
566 @vindex tag-glyph@r{ keyword} |
25829 | 567 @item :tag-glyph |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
568 Name of image to use instead of the string specified by @code{:tag} on |
25829 | 569 Emacsen that supports it. |
570 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
571 @vindex help-echo@r{ keyword} |
25829 | 572 @item :help-echo |
33521 | 573 Specifies how to display a message whenever you move to the widget with |
574 either @code{widget-forward} or @code{widget-backward} or move the mouse | |
33538 | 575 over it (using the standard @code{help-echo} mechanism). The argument |
52269
b4f51d656553
(Basic Types): The argument to `:help-echo' can now be a form that
Luc Teirlinck <teirllm@auburn.edu>
parents:
49600
diff
changeset
|
576 is either a string to display, a function of one argument, the widget, |
b4f51d656553
(Basic Types): The argument to `:help-echo' can now be a form that
Luc Teirlinck <teirllm@auburn.edu>
parents:
49600
diff
changeset
|
577 which should return a string to display, or a form that evaluates to |
b4f51d656553
(Basic Types): The argument to `:help-echo' can now be a form that
Luc Teirlinck <teirllm@auburn.edu>
parents:
49600
diff
changeset
|
578 such a string. |
25829 | 579 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
580 @vindex indent@r{ keyword} |
25829 | 581 @item :indent |
582 An integer indicating the absolute number of spaces to indent children | |
583 of this widget. | |
584 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
585 @vindex offset@r{ keyword} |
25829 | 586 @item :offset |
587 An integer indicating how many extra spaces to add to the widget's | |
588 grandchildren compared to this widget. | |
589 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
590 @vindex extra-offset@r{ keyword} |
25829 | 591 @item :extra-offset |
592 An integer indicating how many extra spaces to add to the widget's | |
593 children compared to this widget. | |
594 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
595 @vindex notify@r{ keyword} |
25829 | 596 @item :notify |
597 A function called each time the widget or a nested widget is changed. | |
598 The function is called with two or three arguments. The first argument | |
599 is the widget itself, the second argument is the widget that was | |
600 changed, and the third argument is the event leading to the change, if | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
601 any. |
25829 | 602 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
603 @vindex menu-tag@r{ keyword} |
25829 | 604 @item :menu-tag |
605 Tag used in the menu when the widget is used as an option in a | |
606 @code{menu-choice} widget. | |
607 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
608 @vindex menu-tag-get@r{ keyword} |
25829 | 609 @item :menu-tag-get |
610 Function used for finding the tag when the widget is used as an option | |
611 in a @code{menu-choice} widget. By default, the tag used will be either the | |
612 @code{:menu-tag} or @code{:tag} property if present, or the @code{princ} | |
613 representation of the @code{:value} property if not. | |
614 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
615 @vindex match@r{ keyword} |
25829 | 616 @item :match |
617 Should be a function called with two arguments, the widget and a value, | |
47866
5177877a5328
Minor Texinfo usage fix.
Richard M. Stallman <rms@gnu.org>
parents:
47741
diff
changeset
|
618 and returning non-@code{nil} if the widget can represent the specified value. |
25829 | 619 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
620 @vindex validate@r{ keyword} |
25829 | 621 @item :validate |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
622 A function which takes a widget as an argument, and returns @code{nil} |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
623 if the widget's current value is valid for the widget. Otherwise it |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
624 should return the widget containing the invalid data, and set that |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
625 widget's @code{:error} property to a string explaining the error. |
25829 | 626 |
627 The following predefined function can be used: | |
628 | |
629 @defun widget-children-validate widget | |
630 All the @code{:children} of @var{widget} must be valid. | |
631 @end defun | |
632 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
633 @vindex tab-order@r{ keyword} |
25829 | 634 @item :tab-order |
635 Specify the order in which widgets are traversed with | |
636 @code{widget-forward} or @code{widget-backward}. This is only partially | |
637 implemented. | |
638 | |
639 @enumerate a | |
640 @item | |
641 Widgets with tabbing order @code{-1} are ignored. | |
642 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
643 @item |
25829 | 644 (Unimplemented) When on a widget with tabbing order @var{n}, go to the |
645 next widget in the buffer with tabbing order @var{n+1} or @code{nil}, | |
646 whichever comes first. | |
647 | |
648 @item | |
649 When on a widget with no tabbing order specified, go to the next widget | |
650 in the buffer with a positive tabbing order, or @code{nil} | |
651 @end enumerate | |
652 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
653 @vindex parent@r{ keyword} |
25829 | 654 @item :parent |
33521 | 655 The parent of a nested widget (e.g.@: a @code{menu-choice} item or an |
25829 | 656 element of a @code{editable-list} widget). |
657 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
658 @vindex sibling-args@r{ keyword} |
25829 | 659 @item :sibling-args |
660 This keyword is only used for members of a @code{radio-button-choice} or | |
661 @code{checklist}. The value should be a list of extra keyword | |
662 arguments, which will be used when creating the @code{radio-button} or | |
663 @code{checkbox} associated with this item. | |
664 | |
665 @end table | |
666 | |
667 @deffn {User Option} widget-glyph-directory | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
668 Directory where glyphs are found. |
25829 | 669 Widget will look here for a file with the same name as specified for the |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
670 image, with either a @file{.xpm} (if supported) or @file{.xbm} extension. |
25829 | 671 @end deffn |
672 | |
673 @deffn{User Option} widget-glyph-enable | |
674 If non-nil, allow glyphs to appear on displays where they are supported. | |
675 @end deffn | |
676 | |
677 | |
678 @menu | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
679 * link:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
680 * url-link:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
681 * info-link:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
682 * push-button:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
683 * editable-field:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
684 * text:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
685 * menu-choice:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
686 * radio-button-choice:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
687 * item:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
688 * choice-item:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
689 * toggle:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
690 * checkbox:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
691 * checklist:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
692 * editable-list:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
693 * group:: |
25829 | 694 @end menu |
695 | |
696 @node link, url-link, Basic Types, Basic Types | |
697 @comment node-name, next, previous, up | |
698 @subsection The @code{link} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
699 @findex link@r{ widget} |
25829 | 700 |
701 Syntax: | |
702 | |
703 @example | |
704 TYPE ::= (link [KEYWORD ARGUMENT]... [ VALUE ]) | |
705 @end example | |
706 | |
707 The @var{value}, if present, is used to initialize the @code{:value} | |
708 property. The value should be a string, which will be inserted in the | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
709 buffer. |
25829 | 710 |
711 By default the link will be shown in brackets. | |
712 | |
713 @defopt widget-link-prefix | |
714 String to prefix links. | |
715 @end defopt | |
716 | |
717 @defopt widget-link-suffix | |
718 String to suffix links. | |
719 @end defopt | |
720 | |
721 @node url-link, info-link, link, Basic Types | |
722 @comment node-name, next, previous, up | |
723 @subsection The @code{url-link} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
724 @findex url-link@r{ widget} |
25829 | 725 |
726 Syntax: | |
727 | |
728 @example | |
729 TYPE ::= (url-link [KEYWORD ARGUMENT]... URL) | |
730 @end example | |
731 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
732 @findex browse-url-browser-function@r{, and @code{url-link} widget} |
25829 | 733 When this link is invoked, the @sc{www} browser specified by |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
734 @code{browse-url-browser-function} will be called with @var{url}. |
25829 | 735 |
736 @node info-link, push-button, url-link, Basic Types | |
737 @comment node-name, next, previous, up | |
738 @subsection The @code{info-link} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
739 @findex info-link@r{ widget} |
25829 | 740 |
741 Syntax: | |
742 | |
743 @example | |
744 TYPE ::= (info-link [KEYWORD ARGUMENT]... ADDRESS) | |
745 @end example | |
746 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
747 When this link is invoked, the built-in Info reader is started on |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
748 @var{address}. |
25829 | 749 |
750 @node push-button, editable-field, info-link, Basic Types | |
751 @comment node-name, next, previous, up | |
752 @subsection The @code{push-button} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
753 @findex push-button@r{ widget} |
25829 | 754 |
755 Syntax: | |
756 | |
757 @example | |
758 TYPE ::= (push-button [KEYWORD ARGUMENT]... [ VALUE ]) | |
759 @end example | |
760 | |
761 The @var{value}, if present, is used to initialize the @code{:value} | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
762 property. The value should be a string, which will be inserted in the |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
763 buffer. |
25829 | 764 |
765 By default the tag will be shown in brackets. | |
766 | |
767 @defopt widget-push-button-prefix | |
768 String to prefix push buttons. | |
769 @end defopt | |
770 | |
771 @defopt widget-push-button-suffix | |
772 String to suffix push buttons. | |
773 @end defopt | |
774 | |
775 @node editable-field, text, push-button, Basic Types | |
776 @comment node-name, next, previous, up | |
777 @subsection The @code{editable-field} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
778 @findex editable-field@r{ widget} |
25829 | 779 |
780 Syntax: | |
781 | |
782 @example | |
783 TYPE ::= (editable-field [KEYWORD ARGUMENT]... [ VALUE ]) | |
784 @end example | |
785 | |
786 The @var{value}, if present, is used to initialize the @code{:value} | |
787 property. The value should be a string, which will be inserted in | |
788 field. This widget will match all string values. | |
789 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
790 The following extra properties are recognized: |
25829 | 791 |
792 @table @code | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
793 @vindex size@r{ keyword} |
25829 | 794 @item :size |
795 The width of the editable field.@* | |
796 By default the field will reach to the end of the line. | |
797 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
798 @vindex value-face@r{ keyword} |
25829 | 799 @item :value-face |
800 Face used for highlighting the editable field. Default is | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
801 @code{widget-field-face}, see @ref{User Interface}. |
25829 | 802 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
803 @vindex secret@r{ keyword} |
25829 | 804 @item :secret |
33521 | 805 Character used to display the value. You can set this to e.g.@: @code{?*} |
25829 | 806 if the field contains a password or other secret information. By |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
807 default, this is nil, and the value is not secret. |
25829 | 808 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
809 @vindex valid-regexp@r{ keyword} |
25829 | 810 @item :valid-regexp |
811 By default the @code{:validate} function will match the content of the | |
812 field with the value of this attribute. The default value is @code{""} | |
813 which matches everything. | |
814 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
815 @vindex keymap@r{ keyword} |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
816 @vindex widget-field-keymap |
25829 | 817 @item :keymap |
818 Keymap used in the editable field. The default value is | |
819 @code{widget-field-keymap}, which allows you to use all the normal | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
820 editing commands, even if the buffer's major mode suppresses some of |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
821 them. Pressing @key{RET} invokes the function specified by |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
822 @code{:action}. |
25829 | 823 @end table |
824 | |
825 @node text, menu-choice, editable-field, Basic Types | |
826 @comment node-name, next, previous, up | |
827 @subsection The @code{text} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
828 @findex text@r{ widget} |
25829 | 829 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
830 @vindex widget-text-keymap |
25829 | 831 This is just like @code{editable-field}, but intended for multiline text |
832 fields. The default @code{:keymap} is @code{widget-text-keymap}, which | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
833 does not rebind the @key{RET} key. |
25829 | 834 |
835 @node menu-choice, radio-button-choice, text, Basic Types | |
836 @comment node-name, next, previous, up | |
837 @subsection The @code{menu-choice} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
838 @findex menu-choice@r{ widget} |
25829 | 839 |
840 Syntax: | |
841 | |
842 @example | |
843 TYPE ::= (menu-choice [KEYWORD ARGUMENT]... TYPE ... ) | |
844 @end example | |
845 | |
27214 | 846 The @var{type} argument represents each possible choice. The widget's |
847 value will be that of the chosen @var{type} argument. This widget will | |
848 match any value matching at least one of the specified @var{type} | |
849 arguments. | |
25829 | 850 |
851 @table @code | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
852 @vindex void@r{ keyword} |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
853 @item :void |
25829 | 854 Widget type used as a fallback when the value does not match any of the |
855 specified @var{type} arguments. | |
856 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
857 @vindex case-fold@r{ keyword} |
25829 | 858 @item :case-fold |
859 Set this to nil if you don't want to ignore case when prompting for a | |
860 choice through the minibuffer. | |
861 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
862 @vindex children@r{ keyword} |
25829 | 863 @item :children |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
864 A list whose @code{car} is the widget representing the currently chosen |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
865 type in the buffer. |
25829 | 866 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
867 @vindex choice@r{ keyword} |
25829 | 868 @item :choice |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
869 The current chosen type. |
25829 | 870 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
871 @vindex args@r{ keyword} |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
872 @item :args |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
873 The list of types. |
25829 | 874 @end table |
875 | |
876 @node radio-button-choice, item, menu-choice, Basic Types | |
877 @comment node-name, next, previous, up | |
878 @subsection The @code{radio-button-choice} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
879 @findex radio-button-choice@r{ widget} |
25829 | 880 |
881 Syntax: | |
882 | |
883 @example | |
884 TYPE ::= (radio-button-choice [KEYWORD ARGUMENT]... TYPE ... ) | |
885 @end example | |
886 | |
27214 | 887 The @var{type} argument represents each possible choice. The widget's |
888 value will be that of the chosen @var{type} argument. This widget will | |
889 match any value matching at least one of the specified @var{type} | |
890 arguments. | |
25829 | 891 |
892 The following extra properties are recognized. | |
893 | |
894 @table @code | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
895 @vindex entry-format@r{ keyword} |
25829 | 896 @item :entry-format |
897 This string will be inserted for each entry in the list. | |
898 The following @samp{%} escapes are available: | |
899 @table @samp | |
900 @item %v | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
901 Replace with the buffer representation of the @var{type} widget. |
25829 | 902 @item %b |
903 Replace with the radio button. | |
904 @item %% | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
905 Insert a literal @samp{%}. |
25829 | 906 @end table |
907 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
908 @vindex button-args@r{ keyword} |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
909 @item :button-args |
25829 | 910 A list of keywords to pass to the radio buttons. Useful for setting |
33521 | 911 e.g.@: the @samp{:help-echo} for each button. |
25829 | 912 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
913 @vindex buttons@r{ keyword} |
25829 | 914 @item :buttons |
915 The widgets representing the radio buttons. | |
916 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
917 @vindex children@r{ keyword} |
25829 | 918 @item :children |
919 The widgets representing each type. | |
920 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
921 @vindex choice@r{ keyword} |
25829 | 922 @item :choice |
923 The current chosen type | |
924 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
925 @vindex args@r{ keyword} |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
926 @item :args |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
927 The list of types. |
25829 | 928 @end table |
929 | |
930 You can add extra radio button items to a @code{radio-button-choice} | |
931 widget after it has been created with the function | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
932 @code{widget-radio-add-item}. |
25829 | 933 |
934 @defun widget-radio-add-item widget type | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
935 Add to @code{radio-button-choice} widget @var{widget} a new radio button |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
936 item of type @var{type}. |
25829 | 937 @end defun |
938 | |
939 Please note that such items added after the @code{radio-button-choice} | |
940 widget has been created will @strong{not} be properly destructed when | |
941 you call @code{widget-delete}. | |
942 | |
943 @node item, choice-item, radio-button-choice, Basic Types | |
944 @comment node-name, next, previous, up | |
945 @subsection The @code{item} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
946 @findex item@r{ widget} |
25829 | 947 |
948 Syntax: | |
949 | |
950 @example | |
951 ITEM ::= (item [KEYWORD ARGUMENT]... VALUE) | |
952 @end example | |
953 | |
954 The @var{value}, if present, is used to initialize the @code{:value} | |
955 property. The value should be a string, which will be inserted in the | |
956 buffer. This widget will only match the specified value. | |
957 | |
958 @node choice-item, toggle, item, Basic Types | |
959 @comment node-name, next, previous, up | |
960 @subsection The @code{choice-item} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
961 @findex choice-item@r{ widget} |
25829 | 962 |
963 Syntax: | |
964 | |
965 @example | |
966 ITEM ::= (choice-item [KEYWORD ARGUMENT]... VALUE) | |
967 @end example | |
968 | |
969 The @var{value}, if present, is used to initialize the @code{:value} | |
970 property. The value should be a string, which will be inserted in the | |
971 buffer as a button. Activating the button of a @code{choice-item} is | |
972 equivalent to activating the parent widget. This widget will only match | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
973 the specified value. |
25829 | 974 |
975 @node toggle, checkbox, choice-item, Basic Types | |
976 @comment node-name, next, previous, up | |
977 @subsection The @code{toggle} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
978 @findex toggle@r{ widget} |
25829 | 979 |
980 Syntax: | |
981 | |
982 @example | |
983 TYPE ::= (toggle [KEYWORD ARGUMENT]...) | |
984 @end example | |
985 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
986 The widget has two possible states, @samp{on} and @samp{off}, which |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
987 correspond to a @code{t} or @code{nil} value, respectively. |
25829 | 988 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
989 The following extra properties are recognized: |
25829 | 990 |
991 @table @code | |
992 @item :on | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
993 A string representing the @samp{on} state. By default the string |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
994 @samp{on}. |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
995 @item :off |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
996 A string representing the @samp{off} state. By default the string |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
997 @samp{off}. |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
998 @vindex on-glyph@r{ keyword} |
25829 | 999 @item :on-glyph |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1000 Name of a glyph to be used instead of the @samp{:on} text string, on |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1001 emacsen that supports this. |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1002 @vindex off-glyph@r{ keyword} |
25829 | 1003 @item :off-glyph |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1004 Name of a glyph to be used instead of the @samp{:off} text string, on |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1005 emacsen that supports this. |
25829 | 1006 @end table |
1007 | |
1008 @node checkbox, checklist, toggle, Basic Types | |
1009 @comment node-name, next, previous, up | |
1010 @subsection The @code{checkbox} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1011 @findex checkbox@r{ widget} |
25829 | 1012 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1013 This widget has two possible states, @samp{selected} and |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1014 @samp{unselected}, which corresponds to a @code{t} or @code{nil} value. |
25829 | 1015 |
1016 Syntax: | |
1017 | |
1018 @example | |
1019 TYPE ::= (checkbox [KEYWORD ARGUMENT]...) | |
1020 @end example | |
1021 | |
1022 @node checklist, editable-list, checkbox, Basic Types | |
1023 @comment node-name, next, previous, up | |
1024 @subsection The @code{checklist} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1025 @findex checklist@r{ widget} |
25829 | 1026 |
1027 Syntax: | |
1028 | |
1029 @example | |
1030 TYPE ::= (checklist [KEYWORD ARGUMENT]... TYPE ... ) | |
1031 @end example | |
1032 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1033 The @var{type} arguments represent each checklist item. The widget's |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1034 value will be a list containing the values of all checked @var{type} |
27214 | 1035 arguments. The checklist widget will match a list whose elements all |
1036 match at least one of the specified @var{type} arguments. | |
25829 | 1037 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1038 The following extra properties are recognized: |
25829 | 1039 |
1040 @table @code | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1041 @vindex entry-format@r{ keyword} |
25829 | 1042 @item :entry-format |
1043 This string will be inserted for each entry in the list. | |
1044 The following @samp{%} escapes are available: | |
1045 @table @samp | |
1046 @item %v | |
1047 Replaced with the buffer representation of the @var{type} widget. | |
1048 @item %b | |
1049 Replace with the checkbox. | |
1050 @item %% | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1051 Insert a literal @samp{%}. |
25829 | 1052 @end table |
1053 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1054 @vindex greedy@r{ keyword} |
25829 | 1055 @item :greedy |
27214 | 1056 Usually a checklist will only match if the items are in the exact |
25829 | 1057 sequence given in the specification. By setting @code{:greedy} to |
1058 non-nil, it will allow the items to come in any sequence. However, if | |
1059 you extract the value they will be in the sequence given in the | |
33521 | 1060 checklist, i.e.@: the original sequence is forgotten. |
25829 | 1061 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1062 @vindex button-args@r{ keyword} |
33521 | 1063 @item :button-args |
25829 | 1064 A list of keywords to pass to the checkboxes. Useful for setting |
33521 | 1065 e.g.@: the @samp{:help-echo} for each checkbox. |
25829 | 1066 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1067 @vindex buttons@r{ keyword} |
25829 | 1068 @item :buttons |
1069 The widgets representing the checkboxes. | |
1070 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1071 @vindex children@r{ keyword} |
25829 | 1072 @item :children |
1073 The widgets representing each type. | |
1074 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1075 @vindex args@r{ keyword} |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1076 @item :args |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1077 The list of types. |
25829 | 1078 @end table |
1079 | |
1080 @node editable-list, group, checklist, Basic Types | |
1081 @comment node-name, next, previous, up | |
1082 @subsection The @code{editable-list} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1083 @findex editable-list@r{ widget} |
25829 | 1084 |
1085 Syntax: | |
1086 | |
1087 @example | |
1088 TYPE ::= (editable-list [KEYWORD ARGUMENT]... TYPE) | |
1089 @end example | |
1090 | |
1091 The value is a list, where each member represents one widget of type | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1092 @var{type}. |
25829 | 1093 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1094 The following extra properties are recognized: |
25829 | 1095 |
1096 @table @code | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1097 @vindex entry-format@r{ keyword} |
25829 | 1098 @item :entry-format |
1099 This string will be inserted for each entry in the list. | |
1100 The following @samp{%} escapes are available: | |
1101 @table @samp | |
1102 @item %v | |
1103 This will be replaced with the buffer representation of the @var{type} | |
1104 widget. | |
1105 @item %i | |
36020 | 1106 Insert the @b{[INS]} button. |
25829 | 1107 @item %d |
1108 Insert the @b{[DEL]} button. | |
1109 @item %% | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1110 Insert a literal @samp{%}. |
25829 | 1111 @end table |
1112 | |
36020 | 1113 @vindex insert-button-args@r{ keyword} |
1114 @item :insert-button-args | |
25829 | 1115 A list of keyword arguments to pass to the insert buttons. |
1116 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1117 @vindex delete-button-args@r{ keyword} |
25829 | 1118 @item :delete-button-args |
1119 A list of keyword arguments to pass to the delete buttons. | |
1120 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1121 @vindex append-button-args@r{ keyword} |
25829 | 1122 @item :append-button-args |
1123 A list of keyword arguments to pass to the trailing insert button. | |
1124 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1125 @vindex buttons@r{ keyword} |
25829 | 1126 @item :buttons |
1127 The widgets representing the insert and delete buttons. | |
1128 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1129 @vindex children@r{ keyword} |
25829 | 1130 @item :children |
1131 The widgets representing the elements of the list. | |
1132 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1133 @vindex args@r{ keyword} |
25829 | 1134 @item :args |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1135 List whose @code{car} is the type of the list elements. |
25829 | 1136 @end table |
1137 | |
1138 @node group, , editable-list, Basic Types | |
1139 @comment node-name, next, previous, up | |
1140 @subsection The @code{group} Widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1141 @findex group@r{ widget} |
25829 | 1142 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1143 This widget simply group other widgets together. |
25829 | 1144 |
1145 Syntax: | |
1146 | |
1147 @example | |
1148 TYPE ::= (group [KEYWORD ARGUMENT]... TYPE...) | |
1149 @end example | |
1150 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1151 The value is a list, with one member for each @var{type}. |
25829 | 1152 |
1153 @node Sexp Types, Widget Properties, Basic Types, Top | |
1154 @comment | |
1155 @section Sexp Types | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1156 @cindex sexp types |
25829 | 1157 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1158 A number of widgets for editing @dfn{s-expressions} (lisp types), sexp |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1159 for short, are also available. These basically fall in several |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1160 categories described in this section. |
25829 | 1161 |
1162 @menu | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1163 * constants:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1164 * generic:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1165 * atoms:: |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1166 * composite:: |
25829 | 1167 @end menu |
1168 | |
1169 @node constants, generic, Sexp Types, Sexp Types | |
1170 @comment node-name, next, previous, up | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1171 @subsection The Constant Widgets |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1172 @cindex constant widgets |
25829 | 1173 |
1174 The @code{const} widget can contain any lisp expression, but the user is | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1175 prohibited from editing it, which is mainly useful as a component of one |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1176 of the composite widgets. |
25829 | 1177 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1178 The syntax for the @code{const} widget is: |
25829 | 1179 |
1180 @example | |
1181 TYPE ::= (const [KEYWORD ARGUMENT]... [ VALUE ]) | |
1182 @end example | |
1183 | |
1184 The @var{value}, if present, is used to initialize the @code{:value} | |
1185 property and can be any s-expression. | |
1186 | |
1187 @deffn Widget const | |
1188 This will display any valid s-expression in an immutable part of the | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1189 buffer. |
25829 | 1190 @end deffn |
1191 | |
1192 There are two variations of the @code{const} widget, namely | |
1193 @code{variable-item} and @code{function-item}. These should contain a | |
1194 symbol with a variable or function binding. The major difference from | |
1195 the @code{const} widget is that they will allow the user to see the | |
1196 variable or function documentation for the symbol. | |
1197 | |
1198 @deffn Widget variable-item | |
1199 An immutable symbol that is bound as a variable. | |
1200 @end deffn | |
1201 | |
1202 @deffn Widget function-item | |
1203 An immutable symbol that is bound as a function. | |
1204 @end deffn | |
1205 | |
1206 @node generic, atoms, constants, Sexp Types | |
1207 @comment node-name, next, previous, up | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1208 @subsection Generic Sexp Widget |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1209 @cindex generic sexp widget |
25829 | 1210 |
1211 The @code{sexp} widget can contain any lisp expression, and allows the | |
1212 user to edit it inline in the buffer. | |
1213 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1214 The syntax for the @code{sexp} widget is: |
25829 | 1215 |
1216 @example | |
1217 TYPE ::= (sexp [KEYWORD ARGUMENT]... [ VALUE ]) | |
1218 @end example | |
1219 | |
1220 @deffn Widget sexp | |
1221 This will allow you to edit any valid s-expression in an editable buffer | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1222 field. |
25829 | 1223 |
1224 The @code{sexp} widget takes the same keyword arguments as the | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1225 @code{editable-field} widget. @xref{editable-field}. |
25829 | 1226 @end deffn |
1227 | |
1228 @node atoms, composite, generic, Sexp Types | |
1229 @comment node-name, next, previous, up | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1230 @subsection Atomic Sexp Widgets |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1231 @cindex atomic sexp widget |
25829 | 1232 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1233 The atoms are s-expressions that do not consist of other s-expressions. |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1234 For example, a string, a file name, or a symbol are atoms, while a list |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1235 is a composite type. You can edit the value of an atom with the |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1236 following widgets. |
25829 | 1237 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1238 The syntax for all the atoms are: |
25829 | 1239 |
1240 @example | |
1241 TYPE ::= (NAME [KEYWORD ARGUMENT]... [ VALUE ]) | |
1242 @end example | |
1243 | |
1244 The @var{value}, if present, is used to initialize the @code{:value} | |
1245 property and must be an expression of the same type as the widget. | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1246 That is, the string widget can only be initialized with a string. |
25829 | 1247 |
1248 All the atom widgets take the same keyword arguments as the | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1249 @code{editable-field} widget. @xref{editable-field}. |
25829 | 1250 |
1251 @deffn Widget string | |
1252 Allows you to edit a string in an editable field. | |
1253 @end deffn | |
1254 | |
1255 @deffn Widget regexp | |
1256 Allows you to edit a regular expression in an editable field. | |
1257 @end deffn | |
1258 | |
1259 @deffn Widget character | |
1260 Allows you to enter a character in an editable field. | |
1261 @end deffn | |
1262 | |
1263 @deffn Widget file | |
1264 Allows you to edit a file name in an editable field. If you invoke | |
1265 the tag button, you can edit the file name in the mini-buffer with | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1266 completion. |
25829 | 1267 |
1268 Keywords: | |
1269 @table @code | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1270 @vindex must-match@r{ keyword} |
25829 | 1271 @item :must-match |
1272 If this is set to non-nil, only existing file names will be allowed in | |
1273 the minibuffer. | |
1274 @end table | |
1275 @end deffn | |
1276 | |
1277 @deffn Widget directory | |
1278 Allows you to edit a directory name in an editable field. | |
1279 Similar to the @code{file} widget. | |
1280 @end deffn | |
1281 | |
1282 @deffn Widget symbol | |
1283 Allows you to edit a lisp symbol in an editable field. | |
1284 @end deffn | |
1285 | |
1286 @deffn Widget function | |
1287 Allows you to edit a lambda expression, or a function name with completion. | |
1288 @end deffn | |
1289 | |
1290 @deffn Widget variable | |
1291 Allows you to edit a variable name, with completion. | |
1292 @end deffn | |
1293 | |
1294 @deffn Widget integer | |
1295 Allows you to edit an integer in an editable field. | |
1296 @end deffn | |
1297 | |
1298 @deffn Widget number | |
1299 Allows you to edit a number in an editable field. | |
1300 @end deffn | |
1301 | |
1302 @deffn Widget boolean | |
1303 Allows you to edit a boolean. In lisp this means a variable which is | |
1304 either nil meaning false, or non-nil meaning true. | |
1305 @end deffn | |
1306 | |
1307 | |
1308 @node composite, , atoms, Sexp Types | |
1309 @comment node-name, next, previous, up | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1310 @subsection Composite Sexp Widgets |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1311 @cindex composite sexp widgets |
25829 | 1312 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1313 The syntax for the composite widget is: |
25829 | 1314 |
1315 @example | |
1316 TYPE ::= (NAME [KEYWORD ARGUMENT]... COMPONENT...) | |
1317 @end example | |
1318 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1319 @noindent |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1320 where each @var{component} must be a widget type. Each component widget |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1321 will be displayed in the buffer, and will be editable by the user. |
25829 | 1322 |
1323 @deffn Widget cons | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1324 The value of a @code{cons} widget is a cons-cell where the @code{car} is |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1325 the value of the first component and the @code{cdr} is the value of the |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1326 second component. There must be exactly two components. |
25829 | 1327 @end deffn |
1328 | |
1329 @deffn Widget list | |
1330 The value of a @code{list} widget is a list containing the value of | |
1331 each of its component. | |
1332 @end deffn | |
1333 | |
1334 @deffn Widget vector | |
1335 The value of a @code{vector} widget is a vector containing the value of | |
1336 each of its component. | |
1337 @end deffn | |
1338 | |
1339 The above suffice for specifying fixed size lists and vectors. To get | |
1340 variable length lists and vectors, you can use a @code{choice}, | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1341 @code{set}, or @code{repeat} widgets together with the @code{:inline} |
25829 | 1342 keywords. If any component of a composite widget has the @code{:inline} |
1343 keyword set, its value must be a list which will then be spliced into | |
1344 the composite. For example, to specify a list whose first element must | |
1345 be a file name, and whose remaining arguments should either by the | |
1346 symbol @code{t} or two files, you can use the following widget | |
1347 specification: | |
1348 | |
1349 @example | |
1350 (list file | |
1351 (choice (const t) | |
1352 (list :inline t | |
1353 :value ("foo" "bar") | |
1354 string string))) | |
1355 @end example | |
1356 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1357 The value of a widget of this type will either have the form |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1358 @code{(file t)} or @code{(file string string)}. |
25829 | 1359 |
1360 This concept of inline is probably hard to understand. It was certainly | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1361 hard to implement, so instead of confusing you more by trying to explain |
27214 | 1362 it here, I'll just suggest you meditate over it for a while. |
25829 | 1363 |
1364 @deffn Widget choice | |
27214 | 1365 Allows you to edit a sexp which may have one of a fixed set of types. |
1366 It is currently implemented with the @code{choice-menu} basic widget, | |
1367 and has a similar syntax. | |
25829 | 1368 @end deffn |
1369 | |
1370 @deffn Widget set | |
1371 Allows you to specify a type which must be a list whose elements all | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1372 belong to given set. The elements of the list are not significant. |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1373 This is implemented on top of the @code{checklist} basic widget, and has |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1374 a similar syntax. |
25829 | 1375 @end deffn |
1376 | |
1377 @deffn Widget repeat | |
1378 Allows you to specify a variable length list whose members are all of | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1379 the same type. Implemented on top of the @code{editable-list} basic |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1380 widget, and has a similar syntax. |
25829 | 1381 @end deffn |
1382 | |
1383 @node Widget Properties, Defining New Widgets, Sexp Types, Top | |
1384 @comment node-name, next, previous, up | |
1385 @section Properties | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1386 @cindex properties of widgets |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1387 @cindex widget properties |
25829 | 1388 |
1389 You can examine or set the value of a widget by using the widget object | |
1390 that was returned by @code{widget-create}. | |
1391 | |
1392 @defun widget-value widget | |
1393 Return the current value contained in @var{widget}. | |
1394 It is an error to call this function on an uninitialized widget. | |
1395 @end defun | |
1396 | |
1397 @defun widget-value-set widget value | |
1398 Set the value contained in @var{widget} to @var{value}. | |
1399 It is an error to call this function with an invalid @var{value}. | |
1400 @end defun | |
1401 | |
1402 @strong{Important:} You @emph{must} call @code{widget-setup} after | |
1403 modifying the value of a widget before the user is allowed to edit the | |
1404 widget again. It is enough to call @code{widget-setup} once if you | |
1405 modify multiple widgets. This is currently only necessary if the widget | |
1406 contains an editing field, but may be necessary for other widgets in the | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1407 future. |
25829 | 1408 |
1409 If your application needs to associate some information with the widget | |
1410 objects, for example a reference to the item being edited, it can be | |
1411 done with @code{widget-put} and @code{widget-get}. The property names | |
1412 must begin with a @samp{:}. | |
1413 | |
1414 @defun widget-put widget property value | |
1415 In @var{widget} set @var{property} to @var{value}. | |
1416 @var{property} should be a symbol, while @var{value} can be anything. | |
1417 @end defun | |
1418 | |
1419 @defun widget-get widget property | |
1420 In @var{widget} return the value for @var{property}. | |
1421 @var{property} should be a symbol, the value is what was last set by | |
1422 @code{widget-put} for @var{property}. | |
1423 @end defun | |
1424 | |
1425 @defun widget-member widget property | |
1426 Non-nil if @var{widget} has a value (even nil) for property @var{property}. | |
1427 @end defun | |
1428 | |
1429 Occasionally it can be useful to know which kind of widget you have, | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1430 i.e.@: the name of the widget type you gave when the widget was created. |
25829 | 1431 |
1432 @defun widget-type widget | |
1433 Return the name of @var{widget}, a symbol. | |
1434 @end defun | |
1435 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1436 @cindex active widget |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1437 @cindex inactive widget |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1438 @cindex activate a widget |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1439 @cindex deactivate a widget |
25829 | 1440 Widgets can be in two states: active, which means they are modifiable by |
1441 the user, or inactive, which means they cannot be modified by the user. | |
1442 You can query or set the state with the following code: | |
1443 | |
1444 @lisp | |
1445 ;; Examine if @var{widget} is active or not. | |
1446 (if (widget-apply @var{widget} :active) | |
1447 (message "Widget is active.") | |
1448 (message "Widget is inactive.") | |
1449 | |
1450 ;; Make @var{widget} inactive. | |
1451 (widget-apply @var{widget} :deactivate) | |
1452 | |
1453 ;; Make @var{widget} active. | |
1454 (widget-apply @var{widget} :activate) | |
1455 @end lisp | |
1456 | |
27214 | 1457 A widget is inactive if it, or any of its ancestors (found by |
1458 following the @code{:parent} link), have been deactivated. To make sure | |
1459 a widget is really active, you must therefore activate both it and | |
25829 | 1460 all its ancestors. |
1461 | |
1462 @lisp | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1463 (while widget |
25829 | 1464 (widget-apply widget :activate) |
1465 (setq widget (widget-get widget :parent))) | |
1466 @end lisp | |
1467 | |
1468 You can check if a widget has been made inactive by examining the value | |
27214 | 1469 of the @code{:inactive} keyword. If this is non-nil, the widget itself |
1470 has been deactivated. This is different from using the @code{:active} | |
1471 keyword, in that the latter tells you if the widget @strong{or} any of | |
1472 its ancestors have been deactivated. Do not attempt to set the | |
25829 | 1473 @code{:inactive} keyword directly. Use the @code{:activate} |
27214 | 1474 @code{:deactivate} keywords instead. |
25829 | 1475 |
1476 | |
1477 @node Defining New Widgets, Widget Browser, Widget Properties, Top | |
1478 @comment node-name, next, previous, up | |
1479 @section Defining New Widgets | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1480 @cindex new widgets |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1481 @cindex defining new widgets |
25829 | 1482 |
37448
a788be76cf22
widget-define => define-widget.
Richard M. Stallman <rms@gnu.org>
parents:
36512
diff
changeset
|
1483 You can define specialized widgets with @code{define-widget}. It allows |
25829 | 1484 you to create a shorthand for more complex widgets, including specifying |
27214 | 1485 component widgets and new default values for the keyword |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1486 arguments. |
25829 | 1487 |
37448
a788be76cf22
widget-define => define-widget.
Richard M. Stallman <rms@gnu.org>
parents:
36512
diff
changeset
|
1488 @defun define-widget name class doc &rest args |
25829 | 1489 Define a new widget type named @var{name} from @code{class}. |
1490 | |
1491 @var{name} and class should both be symbols, @code{class} should be one | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1492 of the existing widget types. |
25829 | 1493 |
1494 The third argument @var{DOC} is a documentation string for the widget. | |
1495 | |
1496 After the new widget has been defined, the following two calls will | |
1497 create identical widgets: | |
1498 | |
1499 @itemize @bullet | |
1500 @item | |
1501 @lisp | |
1502 (widget-create @var{name}) | |
1503 @end lisp | |
1504 | |
1505 @item | |
1506 @lisp | |
1507 (apply widget-create @var{class} @var{args}) | |
1508 @end lisp | |
1509 @end itemize | |
1510 | |
1511 @end defun | |
1512 | |
37448
a788be76cf22
widget-define => define-widget.
Richard M. Stallman <rms@gnu.org>
parents:
36512
diff
changeset
|
1513 Using @code{define-widget} just stores the definition of the widget type |
27214 | 1514 in the @code{widget-type} property of @var{name}, which is what |
25829 | 1515 @code{widget-create} uses. |
1516 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1517 If you only want to specify defaults for keywords with no complex |
25829 | 1518 conversions, you can use @code{identity} as your conversion function. |
1519 | |
1520 The following additional keyword arguments are useful when defining new | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1521 widgets: |
25829 | 1522 @table @code |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1523 @vindex convert-widget@r{ keyword} |
25829 | 1524 @item :convert-widget |
1525 Function to convert a widget type before creating a widget of that | |
1526 type. It takes a widget type as an argument, and returns the converted | |
1527 widget type. When a widget is created, this function is called for the | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1528 widget type and all the widget's parent types, most derived first. |
25829 | 1529 |
1530 The following predefined functions can be used here: | |
1531 | |
1532 @defun widget-types-convert-widget widget | |
1533 Convert @code{:args} as widget types in @var{widget}. | |
1534 @end defun | |
1535 | |
1536 @defun widget-value-convert-widget widget | |
1537 Initialize @code{:value} from @code{:args} in @var{widget}. | |
1538 @end defun | |
1539 | |
47741 | 1540 @vindex copy@r{ keyword} |
1541 @item :copy | |
1542 Function to deep copy a widget type. It takes a shallow copy of the | |
1543 widget type as an argument (made by @code{copy-sequence}), and returns a | |
1544 deep copy. The purpose of this is to avoid having different instances | |
1545 of combined widgets share nested attributes. | |
1546 | |
1547 The following predefined functions can be used here: | |
1548 | |
1549 @defun widget-types-copy widget | |
1550 Copy @code{:args} as widget types in @var{widget}. | |
1551 @end defun | |
1552 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1553 @vindex value-to-internal@r{ keyword} |
25829 | 1554 @item :value-to-internal |
1555 Function to convert the value to the internal format. The function | |
1556 takes two arguments, a widget and an external value, and returns the | |
1557 internal value. The function is called on the present @code{:value} | |
1558 when the widget is created, and on any value set later with | |
1559 @code{widget-value-set}. | |
1560 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1561 @vindex value-to-external@r{ keyword} |
25829 | 1562 @item :value-to-external |
1563 Function to convert the value to the external format. The function | |
1564 takes two arguments, a widget and an internal value, and returns the | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1565 external value. The function is called on the present @code{:value} |
25829 | 1566 when the widget is created, and on any value set later with |
1567 @code{widget-value-set}. | |
1568 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1569 @vindex create@r{ keyword} |
25829 | 1570 @item :create |
1571 Function to create a widget from scratch. The function takes one | |
27214 | 1572 argument, a widget type, and creates a widget of that type, inserts it |
1573 in the buffer, and returns a widget object. | |
25829 | 1574 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1575 @vindex delete@r{ keyword} |
25829 | 1576 @item :delete |
1577 Function to delete a widget. The function takes one argument, a widget, | |
1578 and should remove all traces of the widget from the buffer. | |
1579 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1580 @vindex value-create@r{ keyword} |
25829 | 1581 @item :value-create |
1582 Function to expand the @samp{%v} escape in the format string. It will | |
27214 | 1583 be called with the widget as its argument and should insert a |
1584 representation of the widget's value in the buffer. | |
25829 | 1585 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1586 @vindex value-delete@r{ keyword} |
25829 | 1587 @item :value-delete |
27214 | 1588 Should remove the representation of the widget's value from the buffer. |
25829 | 1589 It will be called with the widget as its argument. It doesn't have to |
1590 remove the text, but it should release markers and delete nested widgets | |
27214 | 1591 if such have been used. |
25829 | 1592 |
1593 The following predefined function can be used here: | |
1594 | |
1595 @defun widget-children-value-delete widget | |
1596 Delete all @code{:children} and @code{:buttons} in @var{widget}. | |
1597 @end defun | |
1598 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1599 @vindex value-get@r{ keyword} |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1600 @item :value-get |
25829 | 1601 Function to extract the value of a widget, as it is displayed in the |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1602 buffer. |
25829 | 1603 |
1604 The following predefined function can be used here: | |
1605 | |
1606 @defun widget-value-value-get widget | |
1607 Return the @code{:value} property of @var{widget}. | |
1608 @end defun | |
1609 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1610 @vindex format-handler@r{ keyword} |
25829 | 1611 @item :format-handler |
1612 Function to handle unknown @samp{%} escapes in the format string. It | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1613 will be called with the widget and the character that follows the |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1614 @samp{%} as arguments. You can set this to allow your widget to handle |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1615 non-standard escapes. |
25829 | 1616 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1617 @findex widget-default-format-handler |
25829 | 1618 You should end up calling @code{widget-default-format-handler} to handle |
1619 unknown escape sequences, which will handle the @samp{%h} and any future | |
1620 escape sequences, as well as give an error for unknown escapes. | |
1621 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1622 @vindex action@r{ keyword} |
25829 | 1623 @item :action |
1624 Function to handle user initiated events. By default, @code{:notify} | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1625 the parent. |
25829 | 1626 |
1627 The following predefined function can be used here: | |
1628 | |
1629 @defun widget-parent-action widget &optional event | |
1630 Tell @code{:parent} of @var{widget} to handle the @code{:action}. | |
1631 Optional @var{event} is the event that triggered the action. | |
1632 @end defun | |
1633 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1634 @vindex prompt-value@r{ keyword} |
25829 | 1635 @item :prompt-value |
1636 Function to prompt for a value in the minibuffer. The function should | |
1637 take four arguments, @var{widget}, @var{prompt}, @var{value}, and | |
1638 @var{unbound} and should return a value for widget entered by the user. | |
1639 @var{prompt} is the prompt to use. @var{value} is the default value to | |
27214 | 1640 use, unless @var{unbound} is non-nil, in which case there is no default |
25829 | 1641 value. The function should read the value using the method most natural |
1642 for this widget, and does not have to check that it matches. | |
1643 @end table | |
1644 | |
1645 If you want to define a new widget from scratch, use the @code{default} | |
1646 widget as its base. | |
1647 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1648 @deffn Widget default |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1649 Widget used as a base for other widgets. |
25829 | 1650 |
1651 It provides most of the functionality that is referred to as ``by | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1652 default'' in this text. |
25829 | 1653 @end deffn |
1654 | |
1655 @node Widget Browser, Widget Minor Mode, Defining New Widgets, Top | |
1656 @comment node-name, next, previous, up | |
1657 @section Widget Browser | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1658 @cindex widget browser |
25829 | 1659 |
1660 There is a separate package to browse widgets. This is intended to help | |
1661 programmers who want to examine the content of a widget. The browser | |
1662 shows the value of each keyword, but uses links for certain keywords | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1663 such as @samp{:parent}, which avoids printing cyclic structures. |
25829 | 1664 |
46641 | 1665 @deffn Command widget-browse @var{widget} |
1666 Create a widget browser for @var{widget}. | |
1667 When called interactively, prompt for @var{widget}. | |
25829 | 1668 @end deffn |
1669 | |
46641 | 1670 @deffn Command widget-browse-other-window @var{widget} |
1671 Create a widget browser for @var{widget} and show it in another window. | |
1672 When called interactively, prompt for @var{widget}. | |
25829 | 1673 @end deffn |
1674 | |
46641 | 1675 @deffn Command widget-browse-at @var{pos} |
1676 Create a widget browser for the widget at @var{pos}. | |
25829 | 1677 When called interactively, use the position of point. |
1678 @end deffn | |
1679 | |
1680 @node Widget Minor Mode, Utilities, Widget Browser, Top | |
1681 @comment node-name, next, previous, up | |
1682 @section Widget Minor Mode | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1683 @cindex widget minor mode |
25829 | 1684 |
1685 There is a minor mode for manipulating widgets in major modes that | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1686 don't provide any support for widgets themselves. This is mostly |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1687 intended to be useful for programmers doing experiments. |
25829 | 1688 |
1689 @deffn Command widget-minor-mode | |
1690 Toggle minor mode for traversing widgets. | |
1691 With arg, turn widget mode on if and only if arg is positive. | |
1692 @end deffn | |
1693 | |
1694 @defvar widget-minor-mode-keymap | |
1695 Keymap used in @code{widget-minor-mode}. | |
1696 @end defvar | |
1697 | |
1698 @node Utilities, Widget Wishlist, Widget Minor Mode, Top | |
1699 @comment node-name, next, previous, up | |
1700 @section Utilities. | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1701 @cindex utility functions for widgets |
25829 | 1702 |
1703 @defun widget-prompt-value widget prompt [ value unbound ] | |
1704 Prompt for a value matching @var{widget}, using @var{prompt}. | |
1705 The current value is assumed to be @var{value}, unless @var{unbound} is | |
1706 non-nil.@refill | |
1707 @end defun | |
1708 | |
1709 @defun widget-get-sibling widget | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1710 Get the item which @var{widget} is assumed to toggle. |
25829 | 1711 This is only meaningful for radio buttons or checkboxes in a list. |
1712 @end defun | |
1713 | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1714 @node Widget Wishlist, Index, Utilities, Top |
25829 | 1715 @comment node-name, next, previous, up |
1716 @section Wishlist | |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1717 @cindex todo |
25829 | 1718 |
1719 @itemize @bullet | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1720 @item |
25829 | 1721 It should be possible to add or remove items from a list with @kbd{C-k} |
1722 and @kbd{C-o} (suggested by @sc{rms}). | |
1723 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1724 @item |
36020 | 1725 The @samp{[INS]} and @samp{[DEL]} buttons should be replaced by a single |
1726 dash (@samp{-}). The dash should be a button that, when invoked, asks | |
1727 whether you want to add or delete an item (@sc{rms} wanted to git rid of | |
1728 the ugly buttons, the dash is my idea). | |
1729 | |
25829 | 1730 @item |
1731 The @code{menu-choice} tag should be prettier, something like the abbreviated | |
1732 menus in Open Look. | |
1733 | |
1734 @item | |
1735 Finish @code{:tab-order}. | |
1736 | |
1737 @item | |
1738 Make indentation work with glyphs and proportional fonts. | |
1739 | |
1740 @item | |
1741 Add commands to show overview of object and class hierarchies to the | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1742 browser. |
25829 | 1743 |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1744 @item |
25829 | 1745 Find a way to disable mouse highlight for inactive widgets. |
1746 | |
1747 @item | |
1748 Find a way to make glyphs look inactive. | |
1749 | |
1750 @item | |
36020 | 1751 Add @code{property-list} widget. |
1752 | |
1753 @item | |
1754 Add @code{association-list} widget. | |
1755 | |
1756 @item | |
25829 | 1757 Add @code{key-binding} widget. |
1758 | |
1759 @item | |
1760 Add @code{widget} widget for editing widget specifications. | |
1761 | |
1762 @item | |
1763 Find clean way to implement variable length list. | |
1764 See @code{TeX-printer-list} for an explanation. | |
1765 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1766 @item |
25829 | 1767 @kbd{C-h} in @code{widget-prompt-value} should give type specific help. |
1768 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47866
diff
changeset
|
1769 @item |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1770 Add a @code{mailto} widget. |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1771 @end itemize |
25829 | 1772 |
30775
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1773 @node Index, , Widget Wishlist, Top |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1774 @comment node-name, next, previous, up |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1775 @unnumbered Index |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1776 |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1777 This is an alphabetical listing of all concepts, functions, commands, |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1778 variables, and widgets described in this manual. |
33d2bde9a99a
(Top): Add Index in the menu.
Eli Zaretskii <eliz@gnu.org>
parents:
30009
diff
changeset
|
1779 @printindex cp |
25829 | 1780 |
29713 | 1781 @setchapternewpage odd |
25829 | 1782 @contents |
1783 @bye |