~andrewsomething/exaile/karmic

« back to all changes in this revision

Viewing changes to plugins/desktopcover/prefs.ui

  • Committer: Aren Olson
  • Date: 2009-09-12 00:36:59 UTC
  • Revision ID: reacocard@gmail.com-20090912003659-w373sg0n04uoa8op
remove useless files, add soem of the fixes from lp bug 420019

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 project-wide -->
5
 
  <object class="GtkListStore" id="anchor_liststore">
6
 
    <columns>
7
 
      <!-- column-name gchararray1 -->
8
 
      <column type="gchararray"/>
9
 
    </columns>
10
 
    <data>
11
 
      <row>
12
 
        <col id="0" translatable="yes">Top left</col>
13
 
      </row>
14
 
      <row>
15
 
        <col id="0" translatable="yes">Top right</col>
16
 
      </row>
17
 
      <row>
18
 
        <col id="0" translatable="yes">Bottom left</col>
19
 
      </row>
20
 
      <row>
21
 
        <col id="0" translatable="yes">Bottom right</col>
22
 
      </row>
23
 
    </data>
24
 
  </object>
25
 
  <object class="GtkAdjustment" id="adjustment1">
26
 
    <property name="upper">9999</property>
27
 
    <property name="step_increment">1</property>
28
 
    <property name="page_increment">10</property>
29
 
    <property name="page_size">10</property>
30
 
  </object>
31
 
  <object class="GtkAdjustment" id="adjustment2">
32
 
    <property name="upper">9999</property>
33
 
    <property name="step_increment">1</property>
34
 
    <property name="page_increment">10</property>
35
 
    <property name="page_size">10</property>
36
 
  </object>
37
 
  <object class="GtkTable" id="prefs_pane">
38
 
    <property name="visible">True</property>
39
 
    <property name="border_width">5</property>
40
 
    <property name="n_rows">4</property>
41
 
    <property name="n_columns">3</property>
42
 
    <property name="column_spacing">5</property>
43
 
    <child>
44
 
      <object class="GtkLabel" id="label1">
45
 
        <property name="visible">True</property>
46
 
        <property name="xalign">0</property>
47
 
        <property name="label" translatable="yes">Anchor:</property>
48
 
        <property name="single_line_mode">True</property>
49
 
      </object>
50
 
      <packing>
51
 
        <property name="x_options">GTK_FILL</property>
52
 
        <property name="y_options">GTK_FILL</property>
53
 
      </packing>
54
 
    </child>
55
 
    <child>
56
 
      <object class="GtkComboBox" id="plugin/desktopcover/anchor">
57
 
        <property name="visible">True</property>
58
 
        <property name="model">anchor_liststore</property>
59
 
        <property name="active">0</property>
60
 
        <child>
61
 
          <object class="GtkCellRendererText" id="cellrenderertext1"/>
62
 
          <attributes>
63
 
            <attribute name="text">0</attribute>
64
 
          </attributes>
65
 
        </child>
66
 
      </object>
67
 
      <packing>
68
 
        <property name="left_attach">1</property>
69
 
        <property name="right_attach">3</property>
70
 
        <property name="x_options">GTK_FILL</property>
71
 
        <property name="y_options">GTK_FILL</property>
72
 
      </packing>
73
 
    </child>
74
 
    <child>
75
 
      <object class="GtkLabel" id="label2">
76
 
        <property name="visible">True</property>
77
 
        <property name="xalign">0</property>
78
 
        <property name="label" translatable="yes">X offset:</property>
79
 
        <property name="single_line_mode">True</property>
80
 
      </object>
81
 
      <packing>
82
 
        <property name="top_attach">1</property>
83
 
        <property name="bottom_attach">2</property>
84
 
        <property name="x_options">GTK_FILL</property>
85
 
        <property name="y_options">GTK_FILL</property>
86
 
      </packing>
87
 
    </child>
88
 
    <child>
89
 
      <object class="GtkSpinButton" id="plugin/desktopcover/x">
90
 
        <property name="visible">True</property>
91
 
        <property name="can_focus">True</property>
92
 
        <property name="invisible_char">&#x25CF;</property>
93
 
        <property name="adjustment">adjustment1</property>
94
 
        <property name="snap_to_ticks">True</property>
95
 
        <property name="numeric">True</property>
96
 
      </object>
97
 
      <packing>
98
 
        <property name="left_attach">1</property>
99
 
        <property name="right_attach">2</property>
100
 
        <property name="top_attach">1</property>
101
 
        <property name="bottom_attach">2</property>
102
 
        <property name="x_options">GTK_FILL</property>
103
 
        <property name="y_options">GTK_FILL</property>
104
 
      </packing>
105
 
    </child>
106
 
    <child>
107
 
      <object class="GtkLabel" id="label3">
108
 
        <property name="visible">True</property>
109
 
        <property name="xalign">0</property>
110
 
        <property name="label" translatable="yes">pixels</property>
111
 
        <property name="single_line_mode">True</property>
112
 
      </object>
113
 
      <packing>
114
 
        <property name="left_attach">2</property>
115
 
        <property name="right_attach">3</property>
116
 
        <property name="top_attach">1</property>
117
 
        <property name="bottom_attach">2</property>
118
 
        <property name="x_options">GTK_FILL</property>
119
 
        <property name="y_options">GTK_FILL</property>
120
 
      </packing>
121
 
    </child>
122
 
    <child>
123
 
      <object class="GtkLabel" id="label4">
124
 
        <property name="visible">True</property>
125
 
        <property name="xalign">0</property>
126
 
        <property name="label" translatable="yes">Y offset:</property>
127
 
        <property name="single_line_mode">True</property>
128
 
      </object>
129
 
      <packing>
130
 
        <property name="top_attach">2</property>
131
 
        <property name="bottom_attach">3</property>
132
 
        <property name="x_options">GTK_FILL</property>
133
 
        <property name="y_options">GTK_FILL</property>
134
 
      </packing>
135
 
    </child>
136
 
    <child>
137
 
      <object class="GtkSpinButton" id="plugin/desktopcover/y">
138
 
        <property name="visible">True</property>
139
 
        <property name="can_focus">True</property>
140
 
        <property name="invisible_char">&#x25CF;</property>
141
 
        <property name="adjustment">adjustment2</property>
142
 
        <property name="snap_to_ticks">True</property>
143
 
        <property name="numeric">True</property>
144
 
      </object>
145
 
      <packing>
146
 
        <property name="left_attach">1</property>
147
 
        <property name="right_attach">2</property>
148
 
        <property name="top_attach">2</property>
149
 
        <property name="bottom_attach">3</property>
150
 
        <property name="x_options">GTK_FILL</property>
151
 
        <property name="y_options">GTK_FILL</property>
152
 
      </packing>
153
 
    </child>
154
 
    <child>
155
 
      <object class="GtkLabel" id="label5">
156
 
        <property name="visible">True</property>
157
 
        <property name="xalign">0</property>
158
 
        <property name="label" translatable="yes">pixels</property>
159
 
        <property name="single_line_mode">True</property>
160
 
      </object>
161
 
      <packing>
162
 
        <property name="left_attach">2</property>
163
 
        <property name="right_attach">3</property>
164
 
        <property name="top_attach">2</property>
165
 
        <property name="bottom_attach">3</property>
166
 
        <property name="x_options">GTK_FILL</property>
167
 
        <property name="y_options">GTK_FILL</property>
168
 
      </packing>
169
 
    </child>
170
 
    <child>
171
 
      <object class="GtkLabel" id="label6">
172
 
        <property name="visible">True</property>
173
 
        <property name="xalign">0</property>
174
 
        <property name="label" translatable="yes">Size:</property>
175
 
        <property name="single_line_mode">True</property>
176
 
      </object>
177
 
      <packing>
178
 
        <property name="top_attach">3</property>
179
 
        <property name="bottom_attach">4</property>
180
 
        <property name="x_options">GTK_FILL</property>
181
 
        <property name="y_options">GTK_FILL</property>
182
 
      </packing>
183
 
    </child>
184
 
    <child>
185
 
      <object class="GtkSpinButton" id="plugin/desktopcover/size">
186
 
        <property name="visible">True</property>
187
 
        <property name="can_focus">True</property>
188
 
        <property name="invisible_char">&#x25CF;</property>
189
 
        <property name="adjustment">adjustment3</property>
190
 
        <property name="snap_to_ticks">True</property>
191
 
        <property name="numeric">True</property>
192
 
      </object>
193
 
      <packing>
194
 
        <property name="left_attach">1</property>
195
 
        <property name="right_attach">2</property>
196
 
        <property name="top_attach">3</property>
197
 
        <property name="bottom_attach">4</property>
198
 
        <property name="x_options">GTK_FILL</property>
199
 
        <property name="y_options">GTK_FILL</property>
200
 
      </packing>
201
 
    </child>
202
 
    <child>
203
 
      <object class="GtkLabel" id="label7">
204
 
        <property name="visible">True</property>
205
 
        <property name="xalign">0</property>
206
 
        <property name="label" translatable="yes">pixels</property>
207
 
        <property name="single_line_mode">True</property>
208
 
      </object>
209
 
      <packing>
210
 
        <property name="left_attach">2</property>
211
 
        <property name="right_attach">3</property>
212
 
        <property name="top_attach">3</property>
213
 
        <property name="bottom_attach">4</property>
214
 
        <property name="x_options">GTK_FILL</property>
215
 
        <property name="y_options">GTK_FILL</property>
216
 
      </packing>
217
 
    </child>
218
 
  </object>
219
 
  <object class="GtkAdjustment" id="adjustment3">
220
 
    <property name="upper">9999</property>
221
 
    <property name="step_increment">1</property>
222
 
    <property name="page_increment">10</property>
223
 
    <property name="page_size">10</property>
224
 
  </object>
225
 
</interface>