~ubuntu-branches/ubuntu/trusty/gnome-system-monitor/trusty

« back to all changes in this revision

Viewing changes to data/lsof.ui

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-08-13 10:20:03 UTC
  • mfrom: (1.1.70)
  • Revision ID: package-import@ubuntu.com-20120813102003-gjzy387nq5is8vcg
Tags: 3.5.90-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkWindow" id="lsof_dialog">
 
5
    <property name="can_focus">False</property>
 
6
    <property name="border_width">12</property>
 
7
    <property name="title" translatable="yes">Search for Open Files</property>
 
8
    <property name="default_width">575</property>
 
9
    <property name="default_height">400</property>
 
10
    <property name="destroy_with_parent">True</property>
 
11
    <child>
 
12
      <object class="GtkGrid" id="mainbox">
 
13
        <property name="visible">True</property>
 
14
        <property name="can_focus">False</property>
 
15
        <property name="orientation">vertical</property>
 
16
        <property name="row_spacing">6</property>
 
17
        <property name="column_spacing">6</property>
 
18
        <child>
 
19
          <object class="GtkGrid" id="header_grid">
 
20
            <property name="visible">True</property>
 
21
            <property name="can_focus">False</property>
 
22
            <property name="row_spacing">6</property>
 
23
            <property name="column_spacing">6</property>
 
24
            <child>
 
25
              <object class="GtkImage" id="image">
 
26
                <property name="visible">True</property>
 
27
                <property name="can_focus">False</property>
 
28
                <property name="stock">gtk-find</property>
 
29
                <property name="icon-size">6</property>
 
30
              </object>
 
31
              <packing>
 
32
                <property name="left_attach">0</property>
 
33
                <property name="top_attach">0</property>
 
34
                <property name="width">1</property>
 
35
                <property name="height">2</property>
 
36
              </packing>
 
37
            </child>
 
38
            <child>
 
39
              <object class="GtkLabel" id="label">
 
40
                <property name="visible">True</property>
 
41
                <property name="can_focus">False</property>
 
42
                <property name="xalign">0.51999998092651367</property>
 
43
                <property name="label" translatable="yes">_Name contains:</property>
 
44
                <property name="use_underline">True</property>
 
45
              </object>
 
46
              <packing>
 
47
                <property name="left_attach">1</property>
 
48
                <property name="top_attach">0</property>
 
49
                <property name="width">1</property>
 
50
                <property name="height">1</property>
 
51
              </packing>
 
52
            </child>
 
53
            <child>
 
54
              <object class="GtkButton" id="search_button">
 
55
                <property name="label">gtk-find</property>
 
56
                <property name="use_action_appearance">False</property>
 
57
                <property name="visible">True</property>
 
58
                <property name="can_focus">True</property>
 
59
                <property name="receives_default">True</property>
 
60
                <property name="use_action_appearance">False</property>
 
61
                <property name="use_stock">True</property>
 
62
              </object>
 
63
              <packing>
 
64
                <property name="left_attach">3</property>
 
65
                <property name="top_attach">0</property>
 
66
                <property name="width">1</property>
 
67
                <property name="height">1</property>
 
68
              </packing>
 
69
            </child>
 
70
            <child>
 
71
              <object class="GtkCheckButton" id="case_button">
 
72
                <property name="label" translatable="yes">Case insensitive matching</property>
 
73
                <property name="use_action_appearance">False</property>
 
74
                <property name="visible">True</property>
 
75
                <property name="can_focus">True</property>
 
76
                <property name="receives_default">False</property>
 
77
                <property name="use_action_appearance">False</property>
 
78
                <property name="xalign">0</property>
 
79
                <property name="draw_indicator">True</property>
 
80
              </object>
 
81
              <packing>
 
82
                <property name="left_attach">1</property>
 
83
                <property name="top_attach">1</property>
 
84
                <property name="width">4</property>
 
85
                <property name="height">1</property>
 
86
              </packing>
 
87
            </child>
 
88
            <child>
 
89
              <object class="GtkEntry" id="entry">
 
90
                <property name="visible">True</property>
 
91
                <property name="can_focus">True</property>
 
92
                <property name="hexpand">True</property>
 
93
                <property name="invisible_char">•</property>
 
94
              </object>
 
95
              <packing>
 
96
                <property name="left_attach">2</property>
 
97
                <property name="top_attach">0</property>
 
98
                <property name="width">1</property>
 
99
                <property name="height">1</property>
 
100
              </packing>
 
101
            </child>
 
102
            <child>
 
103
              <object class="GtkButton" id="clear_button">
 
104
                <property name="label" translatable="yes">C_lear</property>
 
105
                <property name="use_action_appearance">False</property>
 
106
                <property name="visible">True</property>
 
107
                <property name="can_focus">True</property>
 
108
                <property name="receives_default">True</property>
 
109
                <property name="use_action_appearance">False</property>
 
110
                <property name="use_underline">True</property>
 
111
              </object>
 
112
              <packing>
 
113
                <property name="left_attach">4</property>
 
114
                <property name="top_attach">0</property>
 
115
                <property name="width">1</property>
 
116
                <property name="height">1</property>
 
117
              </packing>
 
118
            </child>
 
119
          </object>
 
120
          <packing>
 
121
            <property name="left_attach">0</property>
 
122
            <property name="top_attach">0</property>
 
123
            <property name="width">1</property>
 
124
            <property name="height">1</property>
 
125
          </packing>
 
126
        </child>
 
127
        <child>
 
128
          <object class="GtkGrid" id="results_box">
 
129
            <property name="visible">True</property>
 
130
            <property name="can_focus">False</property>
 
131
            <property name="hexpand">True</property>
 
132
            <property name="column_spacing">6</property>
 
133
            <child>
 
134
              <object class="GtkLabel" id="results_label">
 
135
                <property name="visible">True</property>
 
136
                <property name="can_focus">False</property>
 
137
                <property name="label" translatable="yes">S_earch results:</property>
 
138
                <property name="use_underline">True</property>
 
139
              </object>
 
140
              <packing>
 
141
                <property name="left_attach">0</property>
 
142
                <property name="top_attach">0</property>
 
143
                <property name="width">1</property>
 
144
                <property name="height">1</property>
 
145
              </packing>
 
146
            </child>
 
147
            <child>
 
148
              <object class="GtkLabel" id="count_label">
 
149
                <property name="visible">True</property>
 
150
                <property name="can_focus">False</property>
 
151
                <property name="halign">end</property>
 
152
                <property name="hexpand">True</property>
 
153
                <property name="use_underline">True</property>
 
154
                <property name="justify">right</property>
 
155
              </object>
 
156
              <packing>
 
157
                <property name="left_attach">1</property>
 
158
                <property name="top_attach">0</property>
 
159
                <property name="width">1</property>
 
160
                <property name="height">1</property>
 
161
              </packing>
 
162
            </child>
 
163
          </object>
 
164
          <packing>
 
165
            <property name="left_attach">0</property>
 
166
            <property name="top_attach">1</property>
 
167
            <property name="width">1</property>
 
168
            <property name="height">1</property>
 
169
          </packing>
 
170
        </child>
 
171
        <child>
 
172
          <object class="GtkGrid" id="bottom_box">
 
173
            <property name="visible">True</property>
 
174
            <property name="can_focus">False</property>
 
175
            <property name="halign">end</property>
 
176
            <child>
 
177
              <object class="GtkButton" id="close_button">
 
178
                <property name="label">gtk-close</property>
 
179
                <property name="use_action_appearance">False</property>
 
180
                <property name="visible">True</property>
 
181
                <property name="can_focus">True</property>
 
182
                <property name="receives_default">True</property>
 
183
                <property name="use_action_appearance">False</property>
 
184
                <property name="use_stock">True</property>
 
185
              </object>
 
186
              <packing>
 
187
                <property name="left_attach">0</property>
 
188
                <property name="top_attach">0</property>
 
189
                <property name="width">1</property>
 
190
                <property name="height">1</property>
 
191
              </packing>
 
192
            </child>
 
193
          </object>
 
194
          <packing>
 
195
            <property name="left_attach">0</property>
 
196
            <property name="top_attach">3</property>
 
197
            <property name="width">1</property>
 
198
            <property name="height">1</property>
 
199
          </packing>
 
200
        </child>
 
201
        <child>
 
202
          <object class="GtkScrolledWindow" id="scrolled">
 
203
            <property name="visible">True</property>
 
204
            <property name="can_focus">True</property>
 
205
            <property name="hexpand">True</property>
 
206
            <property name="vexpand">True</property>
 
207
            <property name="shadow_type">in</property>
 
208
            <child>
 
209
              <placeholder/>
 
210
            </child>
 
211
          </object>
 
212
          <packing>
 
213
            <property name="left_attach">0</property>
 
214
            <property name="top_attach">2</property>
 
215
            <property name="width">1</property>
 
216
            <property name="height">1</property>
 
217
          </packing>
 
218
        </child>
 
219
      </object>
 
220
    </child>
 
221
  </object>
 
222
</interface>