~andrewsomething/exaile/karmic

« back to all changes in this revision

Viewing changes to data/glade/files_panel.glade

  • 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
 
<glade-interface>
3
 
  <!-- interface-requires gtk+ 2.16 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <widget class="GtkWindow" id="FilesPanelWindow">
6
 
    <property name="title" translatable="yes">Files</property>
7
 
    <child>
8
 
      <widget class="GtkVBox" id="FilesPanel">
9
 
        <property name="visible">True</property>
10
 
        <child>
11
 
          <widget class="GtkVBox" id="files_box">
12
 
            <property name="visible">True</property>
13
 
            <property name="border_width">3</property>
14
 
            <property name="spacing">3</property>
15
 
            <child>
16
 
              <widget class="GtkHBox" id="hbox20">
17
 
                <property name="visible">True</property>
18
 
                <child>
19
 
                  <widget class="GtkButton" id="files_back_button">
20
 
                    <property name="visible">True</property>
21
 
                    <property name="sensitive">False</property>
22
 
                    <property name="can_focus">True</property>
23
 
                    <property name="receives_default">False</property>
24
 
                    <property name="tooltip" translatable="yes">Previous visited directory</property>
25
 
                    <property name="relief">none</property>
26
 
                    <child>
27
 
                      <widget class="GtkImage" id="image44">
28
 
                        <property name="visible">True</property>
29
 
                        <property name="stock">gtk-go-back</property>
30
 
                      </widget>
31
 
                    </child>
32
 
                  </widget>
33
 
                  <packing>
34
 
                    <property name="expand">False</property>
35
 
                    <property name="fill">False</property>
36
 
                    <property name="position">0</property>
37
 
                  </packing>
38
 
                </child>
39
 
                <child>
40
 
                  <widget class="GtkButton" id="files_forward_button">
41
 
                    <property name="visible">True</property>
42
 
                    <property name="sensitive">False</property>
43
 
                    <property name="can_focus">True</property>
44
 
                    <property name="receives_default">False</property>
45
 
                    <property name="tooltip" translatable="yes">Next visited directory</property>
46
 
                    <property name="relief">none</property>
47
 
                    <child>
48
 
                      <widget class="GtkImage" id="image45">
49
 
                        <property name="visible">True</property>
50
 
                        <property name="stock">gtk-go-forward</property>
51
 
                      </widget>
52
 
                    </child>
53
 
                  </widget>
54
 
                  <packing>
55
 
                    <property name="expand">False</property>
56
 
                    <property name="fill">False</property>
57
 
                    <property name="position">1</property>
58
 
                  </packing>
59
 
                </child>
60
 
                <child>
61
 
                  <widget class="GtkButton" id="files_up_button">
62
 
                    <property name="visible">True</property>
63
 
                    <property name="can_focus">True</property>
64
 
                    <property name="receives_default">False</property>
65
 
                    <property name="tooltip" translatable="yes">Up one directory</property>
66
 
                    <property name="relief">none</property>
67
 
                    <child>
68
 
                      <widget class="GtkImage" id="image46">
69
 
                        <property name="visible">True</property>
70
 
                        <property name="stock">gtk-go-up</property>
71
 
                      </widget>
72
 
                    </child>
73
 
                  </widget>
74
 
                  <packing>
75
 
                    <property name="expand">False</property>
76
 
                    <property name="fill">False</property>
77
 
                    <property name="position">2</property>
78
 
                  </packing>
79
 
                </child>
80
 
                <child>
81
 
                  <widget class="GtkButton" id="files_refresh_button">
82
 
                    <property name="visible">True</property>
83
 
                    <property name="can_focus">True</property>
84
 
                    <property name="receives_default">False</property>
85
 
                    <property name="tooltip" translatable="yes">Refresh directory listing</property>
86
 
                    <property name="relief">none</property>
87
 
                    <child>
88
 
                      <widget class="GtkImage" id="image43">
89
 
                        <property name="visible">True</property>
90
 
                        <property name="stock">gtk-refresh</property>
91
 
                      </widget>
92
 
                    </child>
93
 
                  </widget>
94
 
                  <packing>
95
 
                    <property name="expand">False</property>
96
 
                    <property name="fill">False</property>
97
 
                    <property name="position">3</property>
98
 
                  </packing>
99
 
                </child>
100
 
                <child>
101
 
                  <widget class="GtkButton" id="files_home_button">
102
 
                    <property name="width_request">36</property>
103
 
                    <property name="visible">True</property>
104
 
                    <property name="can_focus">True</property>
105
 
                    <property name="receives_default">False</property>
106
 
                    <property name="tooltip" translatable="yes">Home directory</property>
107
 
                    <property name="relief">none</property>
108
 
                    <child>
109
 
                      <widget class="GtkImage" id="image47">
110
 
                        <property name="visible">True</property>
111
 
                        <property name="icon_name">user-home</property>
112
 
                      </widget>
113
 
                    </child>
114
 
                  </widget>
115
 
                  <packing>
116
 
                    <property name="expand">False</property>
117
 
                    <property name="fill">False</property>
118
 
                    <property name="position">4</property>
119
 
                  </packing>
120
 
                </child>
121
 
              </widget>
122
 
              <packing>
123
 
                <property name="expand">False</property>
124
 
                <property name="fill">False</property>
125
 
                <property name="position">0</property>
126
 
              </packing>
127
 
            </child>
128
 
            <child>
129
 
              <widget class="GtkEntry" id="files_entry">
130
 
                <property name="visible">True</property>
131
 
                <property name="can_focus">True</property>
132
 
                <property name="primary_icon_stock">gtk-directory</property>
133
 
              </widget>
134
 
              <packing>
135
 
                <property name="expand">False</property>
136
 
                <property name="fill">False</property>
137
 
                <property name="position">1</property>
138
 
              </packing>
139
 
            </child>
140
 
            <child>
141
 
              <widget class="GtkHBox" id="hbox8">
142
 
                <property name="visible">True</property>
143
 
                <child>
144
 
                  <widget class="GtkLabel" id="label19">
145
 
                    <property name="visible">True</property>
146
 
                    <property name="label" translatable="yes">Search: </property>
147
 
                  </widget>
148
 
                  <packing>
149
 
                    <property name="expand">False</property>
150
 
                    <property name="fill">False</property>
151
 
                    <property name="position">0</property>
152
 
                  </packing>
153
 
                </child>
154
 
                <child>
155
 
                  <widget class="GtkEntry" id="files_search_entry">
156
 
                    <property name="visible">True</property>
157
 
                  </widget>
158
 
                  <packing>
159
 
                    <property name="position">1</property>
160
 
                  </packing>
161
 
                </child>
162
 
              </widget>
163
 
              <packing>
164
 
                <property name="expand">False</property>
165
 
                <property name="fill">False</property>
166
 
                <property name="position">2</property>
167
 
              </packing>
168
 
            </child>
169
 
            <child>
170
 
              <placeholder/>
171
 
            </child>
172
 
          </widget>
173
 
          <packing>
174
 
            <property name="position">0</property>
175
 
          </packing>
176
 
        </child>
177
 
      </widget>
178
 
    </child>
179
 
  </widget>
180
 
</glade-interface>