2015-07-31 20:36:02 +00:00
|
|
|
<interface>
|
|
|
|
<object class="GtkAdjustment" id="adjustment1">
|
|
|
|
<property name="upper">4</property>
|
|
|
|
<property name="value">2</property>
|
2016-08-24 15:11:57 +00:00
|
|
|
<property name="step-increment">0.1</property>
|
|
|
|
<property name="page-increment">1</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
</object>
|
|
|
|
<object class="GtkAdjustment" id="adjustment2">
|
|
|
|
<property name="upper">4</property>
|
|
|
|
<property name="value">2</property>
|
2016-08-24 15:11:57 +00:00
|
|
|
<property name="step-increment">0.1</property>
|
|
|
|
<property name="page-increment">1</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
</object>
|
|
|
|
<object class="GtkAdjustment" id="adjustment3">
|
|
|
|
<property name="upper">4</property>
|
|
|
|
<property name="value">2</property>
|
2016-08-24 15:11:57 +00:00
|
|
|
<property name="step-increment">0.1</property>
|
|
|
|
<property name="page-increment">1</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
</object>
|
|
|
|
<object class="GtkWindow" id="window1">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="title" translatable="yes">Scales</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkGrid" id="grid1">
|
|
|
|
<property name="row-spacing">10</property>
|
|
|
|
<property name="column-spacing">10</property>
|
2016-10-26 19:11:18 +00:00
|
|
|
<property name="margin">20</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
<child>
|
2018-03-19 15:29:25 +00:00
|
|
|
<object class="GtkLabel" id="label_plain">
|
2015-07-31 20:36:02 +00:00
|
|
|
<property name="label">Plain</property>
|
|
|
|
<property name="xalign">0</property>
|
2018-03-19 15:29:25 +00:00
|
|
|
<accessibility>
|
|
|
|
<relation type="label-for" target="scale_plain"/>
|
|
|
|
</accessibility>
|
2015-07-31 20:36:02 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-03-19 15:29:25 +00:00
|
|
|
<object class="GtkScale" id="scale_plain">
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="can-focus">1</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
<property name="width-request">200</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="draw-value">0</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
<property name="adjustment">adjustment1</property>
|
2015-09-09 21:34:32 +00:00
|
|
|
<property name="hexpand">1</property>
|
2018-03-19 15:29:25 +00:00
|
|
|
<accessibility>
|
|
|
|
<relation type="labelled-by" target="label_plain"/>
|
|
|
|
</accessibility>
|
2015-07-31 20:36:02 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">0</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-03-19 15:29:25 +00:00
|
|
|
<object class="GtkLabel" id="label_marks">
|
2015-07-31 20:36:02 +00:00
|
|
|
<property name="label">Marks</property>
|
|
|
|
<property name="xalign">0</property>
|
2018-03-19 15:29:25 +00:00
|
|
|
<accessibility>
|
|
|
|
<relation type="label-for" target="scale_marks"/>
|
|
|
|
</accessibility>
|
2015-07-31 20:36:02 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-03-19 15:29:25 +00:00
|
|
|
<object class="GtkScale" id="scale_marks">
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="can-focus">1</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
<property name="width-request">200</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="draw-value">0</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
<property name="adjustment">adjustment2</property>
|
2015-09-09 21:34:32 +00:00
|
|
|
<property name="hexpand">1</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
<marks>
|
2019-02-07 08:23:02 +00:00
|
|
|
<mark value="0" position="bottom"/>
|
|
|
|
<mark value="1" position="bottom"/>
|
|
|
|
<mark value="2" position="bottom"/>
|
|
|
|
<mark value="3" position="bottom"/>
|
|
|
|
<mark value="4" position="bottom"/>
|
2015-07-31 20:36:02 +00:00
|
|
|
</marks>
|
2018-03-19 15:29:25 +00:00
|
|
|
<accessibility>
|
|
|
|
<relation type="labelled-by" target="label_marks"/>
|
|
|
|
</accessibility>
|
2015-07-31 20:36:02 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-03-19 15:29:25 +00:00
|
|
|
<object class="GtkLabel" id="label_discrete">
|
2015-07-31 20:36:02 +00:00
|
|
|
<property name="label">Discrete</property>
|
|
|
|
<property name="xalign">0</property>
|
2018-03-19 15:29:25 +00:00
|
|
|
<accessibility>
|
|
|
|
<relation type="label-for" target="scale_discrete"/>
|
|
|
|
</accessibility>
|
2015-07-31 20:36:02 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">2</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-03-19 15:29:25 +00:00
|
|
|
<object class="GtkScale" id="scale_discrete">
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="can-focus">1</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
<property name="width-request">200</property>
|
|
|
|
<property name="round-digits">0</property>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="draw-value">0</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
<property name="adjustment">adjustment3</property>
|
2015-09-09 21:34:32 +00:00
|
|
|
<property name="hexpand">1</property>
|
2018-03-19 15:29:25 +00:00
|
|
|
<accessibility>
|
|
|
|
<relation type="labelled-by" target="label_discrete"/>
|
|
|
|
</accessibility>
|
2015-07-31 20:36:02 +00:00
|
|
|
<marks>
|
2019-02-07 08:23:02 +00:00
|
|
|
<mark value="0" position="bottom"/>
|
|
|
|
<mark value="1" position="bottom"/>
|
|
|
|
<mark value="2" position="bottom"/>
|
|
|
|
<mark value="3" position="bottom"/>
|
|
|
|
<mark value="4" position="bottom"/>
|
2015-07-31 20:36:02 +00:00
|
|
|
</marks>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">2</property>
|
2015-07-31 20:36:02 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|