~noskcaj/ubuntu/vivid/gthumb/flickr-https

« back to all changes in this revision

Viewing changes to extensions/convert_format/data/ui/convert-format.ui

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-04-08 06:31:09 UTC
  • mfrom: (1.3.20)
  • Revision ID: package-import@ubuntu.com-20140408063109-tk845map8ji6uxvd
Tags: 3:3.3.1.is.3.2.7-0ubuntu1
* Revert to newest upstream stable release. LP: #1290691
  - Refresh patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!-- Generated with glade 3.16.0 on Tue Nov 19 11:07:55 2013 -->
3
2
<interface>
4
 
  <!-- interface-requires gtk+ 3.0 -->
5
 
  <object class="GtkListStore" id="mime_type_liststore">
6
 
    <columns>
7
 
      <!-- column-name icon -->
8
 
      <column type="GdkPixbuf"/>
9
 
      <!-- column-name mime_type -->
10
 
      <column type="gchararray"/>
11
 
      <!-- column-name description -->
12
 
      <column type="gchararray"/>
13
 
    </columns>
14
 
  </object>
 
3
  <requires lib="gtk+" version="2.16"/>
15
4
  <object class="GtkDialog" id="convert_format_dialog">
16
5
    <property name="can_focus">False</property>
17
6
    <property name="border_width">6</property>
30
19
            <property name="can_focus">False</property>
31
20
            <property name="layout_style">end</property>
32
21
            <child>
 
22
              <object class="GtkButton" id="help_button">
 
23
                <property name="label">gtk-help</property>
 
24
                <property name="use_action_appearance">False</property>
 
25
                <property name="visible">True</property>
 
26
                <property name="can_focus">True</property>
 
27
                <property name="can_default">True</property>
 
28
                <property name="receives_default">False</property>
 
29
                <property name="use_action_appearance">False</property>
 
30
                <property name="use_stock">True</property>
 
31
              </object>
 
32
              <packing>
 
33
                <property name="expand">False</property>
 
34
                <property name="fill">False</property>
 
35
                <property name="position">0</property>
 
36
                <property name="secondary">True</property>
 
37
              </packing>
 
38
            </child>
 
39
            <child>
33
40
              <object class="GtkButton" id="cancel_button">
34
41
                <property name="label">gtk-cancel</property>
35
42
                <property name="use_action_appearance">False</property>
37
44
                <property name="can_focus">True</property>
38
45
                <property name="can_default">True</property>
39
46
                <property name="receives_default">False</property>
 
47
                <property name="use_action_appearance">False</property>
40
48
                <property name="use_stock">True</property>
41
49
              </object>
42
50
              <packing>
52
60
                <property name="visible">True</property>
53
61
                <property name="can_focus">True</property>
54
62
                <property name="receives_default">True</property>
 
63
                <property name="use_action_appearance">False</property>
55
64
                <property name="use_stock">True</property>
56
65
              </object>
57
66
              <packing>
186
195
                            <property name="visible">True</property>
187
196
                            <property name="can_focus">True</property>
188
197
                            <property name="receives_default">False</property>
 
198
                            <property name="use_action_appearance">False</property>
189
199
                            <property name="use_underline">True</property>
190
200
                            <property name="xalign">0</property>
191
201
                            <property name="draw_indicator">True</property>
222
232
      </object>
223
233
    </child>
224
234
    <action-widgets>
 
235
      <action-widget response="-11">help_button</action-widget>
225
236
      <action-widget response="-6">cancel_button</action-widget>
226
237
      <action-widget response="0">ok_button</action-widget>
227
238
    </action-widgets>
228
239
  </object>
 
240
  <object class="GtkListStore" id="mime_type_liststore">
 
241
    <columns>
 
242
      <!-- column-name icon -->
 
243
      <column type="GdkPixbuf"/>
 
244
      <!-- column-name mime_type -->
 
245
      <column type="gchararray"/>
 
246
      <!-- column-name description -->
 
247
      <column type="gchararray"/>
 
248
    </columns>
 
249
  </object>
229
250
  <object class="GtkImage" id="ok_image">
230
251
    <property name="visible">True</property>
231
252
    <property name="can_focus">False</property>