summaryrefslogtreecommitdiff
path: root/configs/apps/gladevcp/simple-callback/simplecallback.ui
blob: 68ac4aa8f8a1c7d0c2d98874372a2c9f52ce2975 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<interface>
  <requires lib="gtk+" version="2.16"/>
  <!-- interface-requires gladevcp 0.0 -->
  <!-- interface-naming-policy project-wide -->
  <object class="GtkWindow" id="window1">
    <property name="default_width">200</property>
    <property name="default_height">150</property>
    <child>
      <object class="GtkVBox" id="vbox1">
        <property name="visible">True</property>
        <child>
          <object class="HAL_Button" id="hal_button1">
            <property name="label" translatable="yes">Press me!</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">True</property>
            <signal name="pressed" handler="on_button_press"/>
          </object>
          <packing>
            <property name="position">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="label1">
            <property name="visible">True</property>
            <property name="label" translatable="yes">label</property>
          </object>
          <packing>
            <property name="position">1</property>
          </packing>
        </child>
        <child>
          <object class="HAL_HBar" id="hal_hbar1">
            <property name="visible">True</property>
            <property name="z1_color">#ffffffff0000</property>
            <property name="z2_color">#ffff00000000</property>
            <property name="z0_border">0.60000002384185791</property>
            <property name="max">10</property>
            <property name="bg_color">#bebebebebebe</property>
            <property name="z0_color">#0000ffff0000</property>
            <property name="z1_border">0.80000001192092896</property>
          </object>
          <packing>
            <property name="position">2</property>
          </packing>
        </child>
      </object>
    </child>
  </object>
</interface>