~ubuntu-branches/ubuntu/wily/lyricue/wily

« back to all changes in this revision

Viewing changes to data/dialogFileChooser.ui

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2013-01-08 21:09:21 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130108210921-xcq0dn4f0d73z1w1
Tags: 3.4.10-0ubuntu1
* New upstream release.
* debian/copyright: Update Format URI.
* debian/control: Bump Standards-Version to 3.9.4.
* debian/patches/desktop.patch: Refresh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.20"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkFileChooserDialog" id="dialogFileChooser">
 
6
    <property name="can_focus">False</property>
 
7
    <property name="border_width">5</property>
 
8
    <property name="title" translatable="yes">Select File</property>
 
9
    <property name="type_hint">normal</property>
 
10
    <property name="select_multiple">True</property>
 
11
    <child internal-child="vbox">
 
12
      <object class="GtkVBox" id="dialog-vbox17">
 
13
        <property name="visible">True</property>
 
14
        <property name="can_focus">False</property>
 
15
        <property name="spacing">2</property>
 
16
        <child internal-child="action_area">
 
17
          <object class="GtkHButtonBox" id="dialog-action_area17">
 
18
            <property name="visible">True</property>
 
19
            <property name="can_focus">False</property>
 
20
            <property name="layout_style">end</property>
 
21
            <child>
 
22
              <object class="GtkButton" id="buttonFileCancel">
 
23
                <property name="label">gtk-cancel</property>
 
24
                <property name="visible">True</property>
 
25
                <property name="can_focus">True</property>
 
26
                <property name="receives_default">True</property>
 
27
                <property name="use_action_appearance">False</property>
 
28
                <property name="use_stock">True</property>
 
29
                <signal name="clicked" handler="close_dialog" swapped="no"/>
 
30
              </object>
 
31
              <packing>
 
32
                <property name="expand">False</property>
 
33
                <property name="fill">False</property>
 
34
                <property name="position">0</property>
 
35
              </packing>
 
36
            </child>
 
37
            <child>
 
38
              <object class="GtkButton" id="buttonFileOK">
 
39
                <property name="label">gtk-ok</property>
 
40
                <property name="visible">True</property>
 
41
                <property name="can_focus">True</property>
 
42
                <property name="can_default">True</property>
 
43
                <property name="has_default">True</property>
 
44
                <property name="receives_default">True</property>
 
45
                <property name="use_action_appearance">False</property>
 
46
                <property name="use_stock">True</property>
 
47
              </object>
 
48
              <packing>
 
49
                <property name="expand">False</property>
 
50
                <property name="fill">False</property>
 
51
                <property name="position">1</property>
 
52
              </packing>
 
53
            </child>
 
54
          </object>
 
55
          <packing>
 
56
            <property name="expand">False</property>
 
57
            <property name="fill">True</property>
 
58
            <property name="pack_type">end</property>
 
59
            <property name="position">0</property>
 
60
          </packing>
 
61
        </child>
 
62
        <child>
 
63
          <placeholder/>
 
64
        </child>
 
65
      </object>
 
66
    </child>
 
67
    <action-widgets>
 
68
      <action-widget response="0">buttonFileCancel</action-widget>
 
69
      <action-widget response="1">buttonFileOK</action-widget>
 
70
    </action-widgets>
 
71
  </object>
 
72
</interface>