~snaggen/rhythmbox/bpm

« back to all changes in this revision

Viewing changes to data/ui/playlist-save.ui

  • Committer: Mattias Eriksson
  • Date: 2010-05-27 14:59:38 UTC
  • mfrom: (5129.1.1718)
  • Revision ID: mattias.eriksson@vizrt.com-20100527145938-953igy66p4u17fuz
Re-sync bpm branch with trunk

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 toplevel-contextual -->
 
5
  <object class="GtkListStore" id="model1">
 
6
    <columns>
 
7
      <!-- column-name gchararray -->
 
8
      <column type="gchararray"/>
 
9
    </columns>
 
10
    <data>
 
11
      <row>
 
12
        <col id="0" translatable="yes">By extension</col>
 
13
      </row>
 
14
    </data>
 
15
  </object>
 
16
  <object class="GtkFileChooserDialog" id="playlist_save_dialog">
 
17
    <property name="visible">True</property>
 
18
    <property name="title" translatable="yes">Save Playlist</property>
 
19
    <property name="icon_name">gtk-save-as</property>
 
20
    <property name="type_hint">dialog</property>
 
21
    <property name="action">save</property>
 
22
    <property name="show_hidden">True</property>
 
23
    <child internal-child="vbox">
 
24
      <object class="GtkVBox" id="dialog-vbox1">
 
25
        <property name="visible">True</property>
 
26
        <property name="spacing">24</property>
 
27
        <child>
 
28
          <object class="GtkFrame" id="frame1">
 
29
            <property name="visible">True</property>
 
30
            <property name="label_xalign">0</property>
 
31
            <child>
 
32
              <object class="GtkAlignment" id="alignment1">
 
33
                <property name="visible">True</property>
 
34
                <property name="left_padding">12</property>
 
35
                <child>
 
36
                  <object class="GtkHBox" id="hbox1">
 
37
                    <property name="visible">True</property>
 
38
                    <property name="border_width">5</property>
 
39
                    <property name="spacing">12</property>
 
40
                    <child>
 
41
                      <object class="GtkLabel" id="label2">
 
42
                        <property name="visible">True</property>
 
43
                        <property name="label" translatable="yes">Select playlist format:</property>
 
44
                      </object>
 
45
                      <packing>
 
46
                        <property name="expand">False</property>
 
47
                        <property name="fill">False</property>
 
48
                        <property name="position">0</property>
 
49
                      </packing>
 
50
                    </child>
 
51
                    <child>
 
52
                      <object class="GtkComboBox" id="playlist_format_menu">
 
53
                        <property name="visible">True</property>
 
54
                        <property name="model">model1</property>
 
55
                        <child>
 
56
                          <object class="GtkCellRendererText" id="renderer1"/>
 
57
                          <attributes>
 
58
                            <attribute name="text">0</attribute>
 
59
                          </attributes>
 
60
                        </child>
 
61
                      </object>
 
62
                      <packing>
 
63
                        <property name="position">1</property>
 
64
                      </packing>
 
65
                    </child>
 
66
                  </object>
 
67
                </child>
 
68
              </object>
 
69
            </child>
 
70
            <child type="label">
 
71
              <object class="GtkLabel" id="label1">
 
72
                <property name="visible">True</property>
 
73
                <property name="label" translatable="yes">&lt;b&gt;Playlist format&lt;/b&gt;</property>
 
74
                <property name="use_markup">True</property>
 
75
              </object>
 
76
            </child>
 
77
          </object>
 
78
          <packing>
 
79
            <property name="expand">False</property>
 
80
            <property name="position">2</property>
 
81
          </packing>
 
82
        </child>
 
83
        <child internal-child="action_area">
 
84
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
85
            <property name="visible">True</property>
 
86
            <property name="layout_style">end</property>
 
87
            <child>
 
88
              <object class="GtkButton" id="button1">
 
89
                <property name="label">gtk-cancel</property>
 
90
                <property name="visible">True</property>
 
91
                <property name="can_focus">True</property>
 
92
                <property name="can_default">True</property>
 
93
                <property name="receives_default">False</property>
 
94
                <property name="use_stock">True</property>
 
95
              </object>
 
96
              <packing>
 
97
                <property name="expand">False</property>
 
98
                <property name="fill">False</property>
 
99
                <property name="position">0</property>
 
100
              </packing>
 
101
            </child>
 
102
            <child>
 
103
              <object class="GtkButton" id="button2">
 
104
                <property name="label">gtk-save</property>
 
105
                <property name="visible">True</property>
 
106
                <property name="can_focus">True</property>
 
107
                <property name="can_default">True</property>
 
108
                <property name="has_default">True</property>
 
109
                <property name="receives_default">False</property>
 
110
                <property name="use_stock">True</property>
 
111
              </object>
 
112
              <packing>
 
113
                <property name="expand">False</property>
 
114
                <property name="fill">False</property>
 
115
                <property name="position">1</property>
 
116
              </packing>
 
117
            </child>
 
118
          </object>
 
119
          <packing>
 
120
            <property name="expand">False</property>
 
121
            <property name="pack_type">end</property>
 
122
            <property name="position">0</property>
 
123
          </packing>
 
124
        </child>
 
125
      </object>
 
126
    </child>
 
127
    <action-widgets>
 
128
      <action-widget response="-6">button1</action-widget>
 
129
      <action-widget response="-5">button2</action-widget>
 
130
    </action-widgets>
 
131
  </object>
 
132
</interface>