commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5817 - trunk/gnue-samples/testcases/forms/gauntlet


From: btami
Subject: r5817 - trunk/gnue-samples/testcases/forms/gauntlet
Date: Fri, 14 May 2004 03:40:31 -0500 (CDT)

Author: btami
Date: 2004-05-14 03:40:31 -0500 (Fri, 14 May 2004)
New Revision: 5817

Modified:
   trunk/gnue-samples/testcases/forms/gauntlet/gauntlet.gfd
Log:
updated gauntlet.gfd with a listbox style entry

Modified: trunk/gnue-samples/testcases/forms/gauntlet/gauntlet.gfd
===================================================================
--- trunk/gnue-samples/testcases/forms/gauntlet/gauntlet.gfd    2004-05-14 
08:25:59 UTC (rev 5816)
+++ trunk/gnue-samples/testcases/forms/gauntlet/gauntlet.gfd    2004-05-14 
08:40:31 UTC (rev 5817)
@@ -38,6 +38,8 @@
       <field name="checkboxField"/>
       <field name="dropdownField" fk_description="descr" fk_key="key"
              fk_source="dtsDrpStyleTest"/>
+      <field name="listboxField" fk_description="descr" fk_key="key"
+             fk_source="dtsDrpStyleTest"/>
       <field name="UnboundField1" case="upper"/>
       <field name="UnboundField2" case="lower"/>
       <field name="UnboundField3" max_length="5"/>
@@ -85,6 +87,8 @@
              Char:y="3" text="Password"/>
       <label name="Label9" Char:height="1" Char:width="9" Char:x="24"
              Char:y="3" text="Dropdown "/>
+      <label name="Label21" Char:height="1" Char:width="9" Char:x="46"
+             Char:y="1" text="Listbox"/>
       <label name="Label10" Char:height="1" Char:width="5" Char:x="24"
              Char:y="2" text="Label"/>
       <entry name="Entry1" Char:height="1" Char:width="10" Char:x="12"
@@ -101,7 +105,7 @@
       </entry>
       <entry name="Entry3" Char:height="1" Char:width="10" Char:x="33"
              Char:y="2" block="styleFields" field="labelField" style="label"/>
-      <entry name="Entry4" Char:height="1" Char:width="10" Char:x="45"
+      <entry name="Entry4" Char:height="1" Char:width="10" Char:x="33"
              Char:y="2" block="styleFields" field="checkboxField" 
style="checkbox" label="Checkbox">
         <options>
           <option name="tip" value="A checkbox entry widget"/>
@@ -113,7 +117,13 @@
           <option name="tip" value="A dropdown entry widget"/>
         </options>
       </entry>
-      <box name="Box1" Char:height="5" Char:width="60" Char:x="1" Char:y="0"
+      <entry name="Entry14" Char:height="4" Char:width="10" Char:x="46"
+             Char:y="2" block="styleFields" field="listboxField" 
style="listbox">
+        <options>
+          <option name="tip" value="A listbox entry widget"/>
+        </options>
+      </entry>
+      <box name="Box1" Char:height="6" Char:width="60" Char:x="1" Char:y="0"
            label="Entry Styles"/>
       <box name="Box2" Char:height="10" Char:width="60" Char:x="1" Char:y="5"
            label="&lt;entry&gt; features"/>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]