47 lines
1.4 KiB
XML
47 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<glade-interface>
|
|
<!-- interface-requires gtk+ 2.16 -->
|
|
<!-- interface-naming-policy project-wide -->
|
|
<widget class="GtkWindow" id="window1">
|
|
<child>
|
|
<widget class="GtkAlignment" id="ProgressWidget">
|
|
<property name="xscale">0</property>
|
|
<property name="yscale">0</property>
|
|
<property name="top_padding">12</property>
|
|
<property name="bottom_padding">12</property>
|
|
<property name="left_padding">12</property>
|
|
<property name="right_padding">12</property>
|
|
<child>
|
|
<widget class="GtkTable" id="table2">
|
|
<property name="visible">True</property>
|
|
<property name="n_columns">2</property>
|
|
<property name="column_spacing">6</property>
|
|
<child>
|
|
<widget class="GtkProgressBar" id="progressbar">
|
|
<property name="visible">True</property>
|
|
<property name="activity_mode">True</property>
|
|
<property name="show_text">True</property>
|
|
<property name="text">Doing stuff</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkButton" id="cancel">
|
|
<property name="label">gtk-cancel</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">False</property>
|
|
<property name="use_stock">True</property>
|
|
<property name="focus_on_click">False</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</glade-interface>
|