eumandy/eugtk/examples/glade/test142.glade
2016-11-25 00:33:18 -07:00

59 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
<interface>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">100</property>
<property name="step_increment">0.5</property>
<property name="page_increment">1</property>
</object>
<object class="GtkWindow" id="window1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">5</property>
<property name="icon">mongoose.png</property>
<signal name="destroy" handler="Quit" swapped="no"/>
<child>
<object class="GtkBox" id="box1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkScale" id="scale1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="margin_left">5</property>
<property name="margin_right">5</property>
<property name="adjustment">adjustment1</property>
<property name="show_fill_level">True</property>
<property name="fill_level">66</property>
<property name="round_digits">1</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">5</property>
<property name="margin_bottom">6</property>
<property name="label" translatable="yes">&lt;b&gt;&lt;u&gt;Fill Level&lt;/u&gt;&lt;/b&gt;
You can set a fill level, which the scale
can or cannot exceed, with or without
a visual indication.</property>
<property name="use_markup">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
</child>
</object>
</interface>