annotate man/widget.texi @ 41211:2e188a8c4ad8

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