~evfool/software-properties/lintianfixes

« back to all changes in this revision

Viewing changes to data/gtkbuilder/dialog-add-sources-list.ui

  • Committer: rugby471 at gmail
  • Date: 2010-08-25 08:51:00 UTC
  • mto: (616.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 621.
  • Revision ID: rugby471@gmail.com-20100825085100-agvp6z6d49u6pili
converted to gtkbuilder
split dialogs up into different files
(added --data-dir option)
don't use gladeapp as parent class of cdromprogress 

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="dialog_add_sources_list">
 
6
    <property name="border_width">6</property>
 
7
    <property name="resizable">False</property>
 
8
    <property name="type_hint">dialog</property>
 
9
    <property name="has_separator">False</property>
 
10
    <child internal-child="vbox">
 
11
      <object class="GtkVBox" id="dialog-vbox1">
 
12
        <property name="visible">True</property>
 
13
        <property name="spacing">12</property>
 
14
        <child>
 
15
          <object class="GtkHBox" id="hbox1">
 
16
            <property name="visible">True</property>
 
17
            <property name="border_width">6</property>
 
18
            <property name="spacing">12</property>
 
19
            <child>
 
20
              <object class="GtkImage" id="image_sources_list">
 
21
                <property name="visible">True</property>
 
22
                <property name="xalign">0</property>
 
23
                <property name="yalign">0</property>
 
24
                <property name="stock">gtk-dialog-question</property>
 
25
                <property name="icon-size">6</property>
 
26
              </object>
 
27
              <packing>
 
28
                <property name="expand">False</property>
 
29
                <property name="position">0</property>
 
30
              </packing>
 
31
            </child>
 
32
            <child>
 
33
              <object class="GtkVBox" id="vbox1">
 
34
                <property name="visible">True</property>
 
35
                <property name="spacing">12</property>
 
36
                <child>
 
37
                  <object class="GtkLabel" id="label_sources">
 
38
                    <property name="visible">True</property>
 
39
                    <property name="xalign">0</property>
 
40
                    <property name="wrap">True</property>
 
41
                  </object>
 
42
                  <packing>
 
43
                    <property name="expand">False</property>
 
44
                    <property name="fill">False</property>
 
45
                    <property name="position">0</property>
 
46
                  </packing>
 
47
                </child>
 
48
                <child>
 
49
                  <object class="GtkScrolledWindow" id="scrolled_window">
 
50
                    <property name="height_request">200</property>
 
51
                    <property name="visible">True</property>
 
52
                    <property name="can_focus">True</property>
 
53
                    <property name="hscrollbar_policy">automatic</property>
 
54
                    <property name="vscrollbar_policy">automatic</property>
 
55
                    <property name="shadow_type">in</property>
 
56
                    <child>
 
57
                      <object class="GtkTreeView" id="treeview_sources">
 
58
                        <property name="visible">True</property>
 
59
                        <property name="can_focus">True</property>
 
60
                        <property name="headers_visible">False</property>
 
61
                        <property name="rules_hint">True</property>
 
62
                      </object>
 
63
                    </child>
 
64
                  </object>
 
65
                  <packing>
 
66
                    <property name="position">1</property>
 
67
                  </packing>
 
68
                </child>
 
69
              </object>
 
70
              <packing>
 
71
                <property name="position">1</property>
 
72
              </packing>
 
73
            </child>
 
74
          </object>
 
75
          <packing>
 
76
            <property name="position">1</property>
 
77
          </packing>
 
78
        </child>
 
79
        <child internal-child="action_area">
 
80
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
81
            <property name="visible">True</property>
 
82
            <property name="layout_style">end</property>
 
83
            <child>
 
84
              <object class="GtkButton" id="button_replace">
 
85
                <property name="label" translatable="yes">_Replace</property>
 
86
                <property name="visible">True</property>
 
87
                <property name="can_focus">True</property>
 
88
                <property name="can_default">True</property>
 
89
                <property name="receives_default">False</property>
 
90
                <property name="use_underline">True</property>
 
91
              </object>
 
92
              <packing>
 
93
                <property name="expand">False</property>
 
94
                <property name="fill">False</property>
 
95
                <property name="position">0</property>
 
96
              </packing>
 
97
            </child>
 
98
            <child>
 
99
              <object class="GtkButton" id="button_cancel">
 
100
                <property name="label">gtk-cancel</property>
 
101
                <property name="visible">True</property>
 
102
                <property name="can_focus">True</property>
 
103
                <property name="can_default">True</property>
 
104
                <property name="receives_default">False</property>
 
105
                <property name="use_stock">True</property>
 
106
              </object>
 
107
              <packing>
 
108
                <property name="expand">False</property>
 
109
                <property name="fill">False</property>
 
110
                <property name="position">1</property>
 
111
              </packing>
 
112
            </child>
 
113
            <child>
 
114
              <object class="GtkButton" id="button_add">
 
115
                <property name="label">gtk-add</property>
 
116
                <property name="visible">True</property>
 
117
                <property name="can_focus">True</property>
 
118
                <property name="can_default">True</property>
 
119
                <property name="receives_default">False</property>
 
120
                <property name="use_stock">True</property>
 
121
              </object>
 
122
              <packing>
 
123
                <property name="expand">False</property>
 
124
                <property name="fill">False</property>
 
125
                <property name="position">2</property>
 
126
              </packing>
 
127
            </child>
 
128
          </object>
 
129
          <packing>
 
130
            <property name="expand">False</property>
 
131
            <property name="pack_type">end</property>
 
132
            <property name="position">0</property>
 
133
          </packing>
 
134
        </child>
 
135
      </object>
 
136
    </child>
 
137
    <action-widgets>
 
138
      <action-widget response="1">button_replace</action-widget>
 
139
      <action-widget response="-6">button_cancel</action-widget>
 
140
      <action-widget response="2">button_add</action-widget>
 
141
    </action-widgets>
 
142
  </object>
 
143
</interface>