File: ProgressDisplayPlugin.ui

package info (click to toggle)
bless 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,960 kB
  • sloc: cs: 15,261; xml: 1,954; sh: 18; makefile: 15; python: 4
file content (27 lines) | stat: -rw-r--r-- 941 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<interface>
  <object class="GtkHBox" id="ProgressBarHBox">
    <property name="visible">True</property>
    <property name="border_width">6</property>
    <property name="spacing">6</property>
    <child>
      <object class="GtkProgressBar" id="ProgressBar">
        <property name="visible">True</property>
        <property name="show_text">True</property>
      </object>
    </child>
    <child>
      <object class="GtkButton" id="CancelButton">
        <property name="visible">True</property>
        <property name="label" translatable="no">gtk-cancel</property>
        <property name="use_stock">True</property>
        <signal handler="OnCancelButtonClicked" name="clicked"/>
      </object>
      <packing>
        <property name="expand">False</property>
        <property name="fill">False</property>
        <property name="position">1</property>
      </packing>
    </child>
  </object>
</interface>