~saurabhanandiit/gtg/exportFixed

« back to all changes in this revision

Viewing changes to GTG/plugins/helloworld/hello_world.ui

Merge of my work on liblarch newbase and all the backends ported to liblarch
(which mainly means porting the datastore).
One failing test, will check it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
  <!-- interface-requires gtk+ 2.12 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkDialog" id="helloworld">
6
 
    <property name="width_request">300</property>
7
 
    <property name="height_request">150</property>
8
 
    <property name="title" translatable="yes">Hello World</property>
9
 
    <property name="type_hint">dialog</property>
10
 
    <signal name="close" handler="on_btn_close_clicked"/>
11
 
    <child internal-child="vbox">
12
 
      <object class="GtkVBox" id="dialog-vbox1">
13
 
        <property name="visible">True</property>
14
 
        <child>
15
 
          <object class="GtkVBox" id="vbox1">
16
 
            <property name="visible">True</property>
17
 
            <child>
18
 
              <object class="GtkLabel" id="label1">
19
 
                <property name="visible">True</property>
20
 
                <property name="ypad">6</property>
21
 
                <property name="label" translatable="yes">Hello World Plugin</property>
22
 
              </object>
23
 
              <packing>
24
 
                <property name="expand">False</property>
25
 
                <property name="fill">False</property>
26
 
                <property name="position">0</property>
27
 
              </packing>
28
 
            </child>
29
 
            <child>
30
 
              <object class="GtkLabel" id="lbl_helloworld">
31
 
                <property name="visible">True</property>
32
 
                <property name="ypad">24</property>
33
 
                <property name="wrap">True</property>
34
 
              </object>
35
 
              <packing>
36
 
                <property name="expand">False</property>
37
 
                <property name="fill">False</property>
38
 
                <property name="position">1</property>
39
 
              </packing>
40
 
            </child>
41
 
          </object>
42
 
          <packing>
43
 
            <property name="position">2</property>
44
 
          </packing>
45
 
        </child>
46
 
        <child internal-child="action_area">
47
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
48
 
            <property name="visible">True</property>
49
 
            <property name="layout_style">end</property>
50
 
            <child>
51
 
              <object class="GtkButton" id="btn_close">
52
 
                <property name="label">gtk-close</property>
53
 
                <property name="visible">True</property>
54
 
                <property name="can_focus">True</property>
55
 
                <property name="can_default">True</property>
56
 
                <property name="receives_default">False</property>
57
 
                <property name="use_stock">True</property>
58
 
                <signal name="clicked" handler="on_btn_close_clicked"/>
59
 
              </object>
60
 
              <packing>
61
 
                <property name="expand">False</property>
62
 
                <property name="fill">False</property>
63
 
                <property name="position">0</property>
64
 
              </packing>
65
 
            </child>
66
 
          </object>
67
 
          <packing>
68
 
            <property name="expand">False</property>
69
 
            <property name="pack_type">end</property>
70
 
            <property name="position">0</property>
71
 
          </packing>
72
 
        </child>
73
 
      </object>
74
 
    </child>
75
 
    <action-widgets>
76
 
      <action-widget response="-7">btn_close</action-widget>
77
 
    </action-widgets>
78
 
  </object>
79
 
</interface>