~gdesklets-desklet-team/gdesklets/develbook-control-array

« back to all changes in this revision

Viewing changes to prefs-tag-float.xml

  • Committer: Joe Sapp
  • Date: 2010-06-18 01:28:55 UTC
  • mfrom: (8.1.2 develbook)
  • Revision ID: nixphoeni@gmail.com-20100618012855-9wvhtf9y1lzr7q11
Merged main branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
          configuration dialog.</entry>
65
65
      </row>
66
66
      <row>
 
67
        <entry valign="top">increment</entry>
 
68
        <entry valign="top">float</entry>
 
69
        <entry valign="top">1.0</entry>
 
70
        <entry valign="top">The increment rate when the spin button's
 
71
          arrows are activated.</entry>
 
72
      </row>
 
73
      <row>
67
74
        <entry valign="top">label</entry>
68
75
        <entry valign="top">string</entry>
69
76
        <entry valign="top"></entry>
71
78
          configuration dialog.</entry>
72
79
      </row>
73
80
      <row>
 
81
        <entry valign="top">max</entry>
 
82
        <entry valign="top">float</entry>
 
83
        <entry valign="top">9999.0</entry>
 
84
        <entry valign="top">The maximal value allowed.</entry>
 
85
      </row>
 
86
      <row>
74
87
        <entry valign="top">min</entry>
75
88
        <entry valign="top">float</entry>
76
89
        <entry valign="top">0.0</entry>
77
90
        <entry valign="top">The minimal value allowed.</entry>
78
91
      </row>
79
 
      <row>
80
 
        <entry valign="top">max</entry>
81
 
        <entry valign="top">float</entry>
82
 
        <entry valign="top">9999.0</entry>
83
 
        <entry valign="top">The maximal value allowed.</entry>
84
 
      </row>
85
92
    </tbody>
86
93
 
87
94
    </tgroup>
95
102
 
96
103
    <programlisting><![CDATA[
97
104
<float label="Size:" bind="size" min="0.5" max="50.0"
 
105
       digits="2" increment="0.1" 
98
106
       help="The size of the clockface."/>
99
107
    ]]></programlisting>
100
108