import xemacs-21.2.37
[chise/xemacs-chise.git.1] / info / widget.info
index 652d4f1..425627c 100644 (file)
@@ -94,7 +94,7 @@ and the HTML form support in the `w3' browser.
    The advantages for a programmer of using the `widget' package to
 implement forms are:
 
-  1. More complex field than just editable text are supported.
+  1. More complex fields than just editable text are supported.
 
   2. You can give the user immediate feedback if he enters invalid data
      in a text field, and sometimes prevent entering invalid data.
@@ -416,7 +416,7 @@ Basic Types
      NAME ::= (NAME [KEYWORD ARGUMENT]... ARGS)
           |   NAME
 
-   Where, NAME is a widget name, KEYWORD is the name of a property,
+   where NAME is a widget name, KEYWORD is the name of a property,
 ARGUMENT is the value of the property, and ARGS are interpreted in a
 widget specific way.
 
@@ -490,7 +490,8 @@ widget specific way.
           The value of the symbol is expanded according to this table.
 
 `:doc'
-     The string inserted by the `%d' escape in the format string.
+     The string inserted by the `%d' or `%h' escape in the format
+     string.
 
 `:tag'
      The string inserted by the `%t' escape in the format string.
@@ -538,7 +539,7 @@ widget specific way.
      specified value.
 
 `:validate'
-     A function which takes a widget as an argument, and return nil if
+     A function which takes a widget as an argument, and returns nil if
      the widget's current value is valid for the widget.  Otherwise it
      should return the widget containing the invalid data, and set that
      widget's `:error' property to a string explaining the error.
@@ -685,8 +686,10 @@ widget will match all string values.
    The following extra properties are recognized.
 
 `:size'
-     The width of the editable field.
-     By default the field will reach to the end of the line.
+     The minimum width of the editable field.
+     By default the field will reach to the end of the line.  If the
+     content is too large, the displayed representation will expand to
+     contain it.  The content is not truncated to size.
 
 `:value-face'
      Face used for highlighting the editable field.  Default is
@@ -705,7 +708,7 @@ widget will match all string values.
 `:keymap'
      Keymap used in the editable field.  The default value is
      `widget-field-keymap', which allows you to use all the normal
-     editing commands, even if the buffers major mode suppress some of
+     editing commands, even if the buffer's major mode suppress some of
      them.  Pressing return invokes the function specified by `:action'.
 
 \1f
@@ -1517,35 +1520,35 @@ Wishlist
 Tag Table:
 Node: Top\7f211
 Node: Introduction\7f591
-Node: User Interface\7f4074
-Node: Programming Example\7f8969
-Node: Setting Up the Buffer\7f13119
-Node: Basic Types\7f14836
-Node: link\7f20881
-Node: url-link\7f21395
-Node: info-link\7f21707
-Node: push-button\7f21998
-Node: editable-field\7f22571
-Node: text\7f23910
-Node: menu-choice\7f24208
-Node: radio-button-choice\7f25061
-Node: item\7f26628
-Node: choice-item\7f27016
-Node: toggle\7f27514
-Node: checkbox\7f28251
-Node: checklist\7f28557
-Node: editable-list\7f30001
-Node: group\7f31183
-Node: Sexp Types\7f31470
-Node: constants\7f31783
-Node: generic\7f32862
-Node: atoms\7f33395
-Node: composite\7f35342
-Node: Widget Properties\7f37812
-Node: Defining New Widgets\7f40877
-Node: Widget Browser\7f46177
-Node: Widget Minor Mode\7f47035
-Node: Utilities\7f47592
-Node: Widget Wishlist\7f48073
+Node: User Interface\7f4075
+Node: Programming Example\7f8970
+Node: Setting Up the Buffer\7f13120
+Node: Basic Types\7f14837
+Node: link\7f20895
+Node: url-link\7f21409
+Node: info-link\7f21721
+Node: push-button\7f22012
+Node: editable-field\7f22585
+Node: text\7f24068
+Node: menu-choice\7f24366
+Node: radio-button-choice\7f25219
+Node: item\7f26786
+Node: choice-item\7f27174
+Node: toggle\7f27672
+Node: checkbox\7f28409
+Node: checklist\7f28715
+Node: editable-list\7f30159
+Node: group\7f31341
+Node: Sexp Types\7f31628
+Node: constants\7f31941
+Node: generic\7f33020
+Node: atoms\7f33553
+Node: composite\7f35500
+Node: Widget Properties\7f37970
+Node: Defining New Widgets\7f41035
+Node: Widget Browser\7f46335
+Node: Widget Minor Mode\7f47193
+Node: Utilities\7f47750
+Node: Widget Wishlist\7f48231
 \1f
 End Tag Table