~ubuntu-branches/ubuntu/saucy/radiotray/saucy-proposed

« back to all changes in this revision

Viewing changes to data/configPlugins.glade

  • Committer: Package Import Robot
  • Author(s): Elías Alejandro Año Mendoza
  • Date: 2011-12-28 17:06:38 UTC
  • mfrom: (6.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20111228170638-cym2rxl7boqq8dxr
* New upstream release
* debian/copyright
  + Added new copyright owners

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkDialog" id="dialog1">
 
6
    <property name="width_request">350</property>
 
7
    <property name="height_request">380</property>
 
8
    <property name="border_width">5</property>
 
9
    <property name="title" translatable="yes" comments="Plugins configuration window title">Config Plugins</property>
 
10
    <property name="type_hint">normal</property>
 
11
    <child internal-child="vbox">
 
12
      <object class="GtkVBox" id="dialog-vbox1">
 
13
        <property name="visible">True</property>
 
14
        <property name="spacing">2</property>
 
15
        <child>
 
16
          <object class="GtkVBox" id="vbox1">
 
17
            <property name="visible">True</property>
 
18
            <child>
 
19
              <object class="GtkLabel" id="label1">
 
20
                <property name="visible">True</property>
 
21
                <property name="xalign">0</property>
 
22
                <property name="label" translatable="yes">Available Plugins:</property>
 
23
                <property name="single_line_mode">True</property>
 
24
              </object>
 
25
              <packing>
 
26
                <property name="expand">False</property>
 
27
                <property name="fill">False</property>
 
28
                <property name="position">0</property>
 
29
              </packing>
 
30
            </child>
 
31
            <child>
 
32
              <object class="GtkScrolledWindow" id="scrolledwindow1">
 
33
                <property name="visible">True</property>
 
34
                <property name="can_focus">True</property>
 
35
                <property name="hscrollbar_policy">automatic</property>
 
36
                <property name="vscrollbar_policy">automatic</property>
 
37
                <child>
 
38
                  <object class="GtkTreeView" id="treeview1">
 
39
                    <property name="visible">True</property>
 
40
                    <property name="can_focus">True</property>
 
41
                  </object>
 
42
                </child>
 
43
              </object>
 
44
              <packing>
 
45
                <property name="position">1</property>
 
46
              </packing>
 
47
            </child>
 
48
            <child>
 
49
              <object class="GtkHButtonBox" id="hbuttonbox1">
 
50
                <property name="visible">True</property>
 
51
                <child>
 
52
                  <placeholder/>
 
53
                </child>
 
54
                <child>
 
55
                  <placeholder/>
 
56
                </child>
 
57
              </object>
 
58
              <packing>
 
59
                <property name="expand">False</property>
 
60
                <property name="position">2</property>
 
61
              </packing>
 
62
            </child>
 
63
          </object>
 
64
          <packing>
 
65
            <property name="position">1</property>
 
66
          </packing>
 
67
        </child>
 
68
        <child internal-child="action_area">
 
69
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
70
            <property name="visible">True</property>
 
71
            <property name="layout_style">end</property>
 
72
            <child>
 
73
              <placeholder/>
 
74
            </child>
 
75
            <child>
 
76
              <object class="GtkButton" id="button1">
 
77
                <property name="label">gtk-close</property>
 
78
                <property name="visible">True</property>
 
79
                <property name="can_focus">True</property>
 
80
                <property name="receives_default">True</property>
 
81
                <property name="use_stock">True</property>
 
82
                <signal name="clicked" handler="on_close_clicked"/>
 
83
              </object>
 
84
              <packing>
 
85
                <property name="expand">False</property>
 
86
                <property name="fill">False</property>
 
87
                <property name="position">1</property>
 
88
              </packing>
 
89
            </child>
 
90
          </object>
 
91
          <packing>
 
92
            <property name="expand">False</property>
 
93
            <property name="pack_type">end</property>
 
94
            <property name="position">0</property>
 
95
          </packing>
 
96
        </child>
 
97
      </object>
 
98
    </child>
 
99
    <action-widgets>
 
100
      <action-widget response="0">button1</action-widget>
 
101
    </action-widgets>
 
102
  </object>
 
103
</interface>