mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 3.0 -->
|
||
|
<object class="GtkWindow" id="window1">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="type">popup</property>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="name">progressbars</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<child>
|
||
|
<object class="GtkProgressBar">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="show-text">True</property>
|
||
|
<property name="fraction">0</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkProgressBar">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="fraction">1</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkProgressBar">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="show-text">True</property>
|
||
|
<property name="fraction">0.4</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkProgressBar">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="inverted">True</property>
|
||
|
<property name="fraction">0.4</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkProgressBar">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<property name="fraction">0.4</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|