~ubuntu-branches/debian/sid/openshot/sid

« back to all changes in this revision

Viewing changes to openshot/windows/glade/TransitionProperties.glade

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-09-21 03:31:20 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100921033120-4xd019v2zmxp2a2o
Tags: 1.2.0-1
* New upstream release
* Bumped standards version to 3.9.1, no changes required

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--Generated with glade3 3.4.5 on Thu Jun 25 00:36:53 2009 -->
4
 
<glade-interface>
5
 
  <widget class="GtkDialog" id="frmTransitionProperties">
6
 
    <property name="width_request">400</property>
7
 
    <property name="height_request">300</property>
8
 
    <property name="visible">True</property>
9
 
    <property name="border_width">5</property>
10
 
    <property name="title" translatable="yes">Transition / Mask Properties</property>
11
 
    <property name="icon">icons/openshot.png</property>
12
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
13
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
14
 
    <property name="has_separator">False</property>
15
 
    <signal name="close" handler="on_frmTransitionProperties_close"/>
16
 
    <signal name="destroy" handler="on_frmTransitionProperties_destroy"/>
17
 
    <child internal-child="vbox">
18
 
      <widget class="GtkVBox" id="dialog-vbox1">
19
 
        <property name="visible">True</property>
20
 
        <property name="spacing">2</property>
21
 
        <child>
22
 
          <widget class="GtkVBox" id="vbox1">
23
 
            <property name="visible">True</property>
24
 
            <child>
25
 
              <widget class="GtkHBox" id="hbox5">
26
 
                <property name="visible">True</property>
27
 
                <child>
28
 
                  <widget class="GtkLabel" id="label5">
29
 
                    <property name="width_request">150</property>
30
 
                    <property name="visible">True</property>
31
 
                    <property name="label" translatable="yes">Name:</property>
32
 
                  </widget>
33
 
                  <packing>
34
 
                    <property name="expand">False</property>
35
 
                    <property name="fill">False</property>
36
 
                  </packing>
37
 
                </child>
38
 
                <child>
39
 
                  <widget class="GtkLabel" id="lblName">
40
 
                    <property name="visible">True</property>
41
 
                    <property name="label" translatable="yes">None</property>
42
 
                  </widget>
43
 
                  <packing>
44
 
                    <property name="position">1</property>
45
 
                  </packing>
46
 
                </child>
47
 
              </widget>
48
 
            </child>
49
 
            <child>
50
 
              <widget class="GtkHSeparator" id="hseparator1">
51
 
                <property name="visible">True</property>
52
 
              </widget>
53
 
              <packing>
54
 
                <property name="expand">False</property>
55
 
                <property name="padding">15</property>
56
 
                <property name="position">1</property>
57
 
              </packing>
58
 
            </child>
59
 
            <child>
60
 
              <widget class="GtkHBox" id="hbox1">
61
 
                <property name="visible">True</property>
62
 
                <child>
63
 
                  <widget class="GtkLabel" id="label1">
64
 
                    <property name="width_request">150</property>
65
 
                    <property name="visible">True</property>
66
 
                    <property name="label" translatable="yes">Type:</property>
67
 
                  </widget>
68
 
                  <packing>
69
 
                    <property name="expand">False</property>
70
 
                    <property name="fill">False</property>
71
 
                  </packing>
72
 
                </child>
73
 
                <child>
74
 
                  <widget class="GtkComboBox" id="cboType">
75
 
                    <property name="visible">True</property>
76
 
                    <property name="items" translatable="no"></property>
77
 
                    <signal name="changed" handler="on_cboType_changed"/>
78
 
                  </widget>
79
 
                  <packing>
80
 
                    <property name="position">1</property>
81
 
                  </packing>
82
 
                </child>
83
 
              </widget>
84
 
              <packing>
85
 
                <property name="position">2</property>
86
 
              </packing>
87
 
            </child>
88
 
            <child>
89
 
              <widget class="GtkHBox" id="hbox2">
90
 
                <property name="visible">True</property>
91
 
                <child>
92
 
                  <widget class="GtkLabel" id="label2">
93
 
                    <property name="width_request">150</property>
94
 
                    <property name="visible">True</property>
95
 
                    <property name="label" translatable="yes">Direction:</property>
96
 
                  </widget>
97
 
                  <packing>
98
 
                    <property name="expand">False</property>
99
 
                    <property name="fill">False</property>
100
 
                  </packing>
101
 
                </child>
102
 
                <child>
103
 
                  <widget class="GtkComboBox" id="cboDirection">
104
 
                    <property name="visible">True</property>
105
 
                    <property name="items" translatable="no"></property>
106
 
                  </widget>
107
 
                  <packing>
108
 
                    <property name="position">1</property>
109
 
                  </packing>
110
 
                </child>
111
 
              </widget>
112
 
              <packing>
113
 
                <property name="position">3</property>
114
 
              </packing>
115
 
            </child>
116
 
            <child>
117
 
              <widget class="GtkHBox" id="hbox3">
118
 
                <property name="visible">True</property>
119
 
                <child>
120
 
                  <widget class="GtkLabel" id="label3">
121
 
                    <property name="width_request">150</property>
122
 
                    <property name="visible">True</property>
123
 
                    <property name="label" translatable="yes">Softness:</property>
124
 
                  </widget>
125
 
                  <packing>
126
 
                    <property name="expand">False</property>
127
 
                    <property name="fill">False</property>
128
 
                  </packing>
129
 
                </child>
130
 
                <child>
131
 
                  <widget class="GtkHScale" id="hsSoftness">
132
 
                    <property name="visible">True</property>
133
 
                    <property name="can_focus">True</property>
134
 
                    <property name="adjustment">0 0 110 1 10 10</property>
135
 
                  </widget>
136
 
                  <packing>
137
 
                    <property name="position">1</property>
138
 
                  </packing>
139
 
                </child>
140
 
              </widget>
141
 
              <packing>
142
 
                <property name="position">4</property>
143
 
              </packing>
144
 
            </child>
145
 
            <child>
146
 
              <widget class="GtkHBox" id="hbox4">
147
 
                <property name="visible">True</property>
148
 
                <child>
149
 
                  <widget class="GtkLabel" id="label4">
150
 
                    <property name="width_request">150</property>
151
 
                    <property name="visible">True</property>
152
 
                    <property name="label" translatable="yes">Mask Threshold:</property>
153
 
                  </widget>
154
 
                  <packing>
155
 
                    <property name="expand">False</property>
156
 
                    <property name="fill">False</property>
157
 
                  </packing>
158
 
                </child>
159
 
                <child>
160
 
                  <widget class="GtkHScale" id="hsThreshold">
161
 
                    <property name="visible">True</property>
162
 
                    <property name="can_focus">True</property>
163
 
                    <property name="adjustment">0 0 110 1 10 10</property>
164
 
                  </widget>
165
 
                  <packing>
166
 
                    <property name="position">1</property>
167
 
                  </packing>
168
 
                </child>
169
 
              </widget>
170
 
              <packing>
171
 
                <property name="position">5</property>
172
 
              </packing>
173
 
            </child>
174
 
          </widget>
175
 
          <packing>
176
 
            <property name="position">1</property>
177
 
          </packing>
178
 
        </child>
179
 
        <child internal-child="action_area">
180
 
          <widget class="GtkHButtonBox" id="dialog-action_area1">
181
 
            <property name="visible">True</property>
182
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
183
 
            <child>
184
 
              <widget class="GtkButton" id="btnCancel">
185
 
                <property name="visible">True</property>
186
 
                <property name="can_focus">True</property>
187
 
                <property name="receives_default">True</property>
188
 
                <property name="label" translatable="yes">Cancel</property>
189
 
                <property name="response_id">0</property>
190
 
                <signal name="clicked" handler="on_btnCancel_clicked"/>
191
 
              </widget>
192
 
            </child>
193
 
            <child>
194
 
              <widget class="GtkButton" id="btnApply">
195
 
                <property name="visible">True</property>
196
 
                <property name="can_focus">True</property>
197
 
                <property name="receives_default">True</property>
198
 
                <property name="label" translatable="yes">Apply</property>
199
 
                <property name="response_id">0</property>
200
 
                <signal name="clicked" handler="on_btnApply_clicked"/>
201
 
              </widget>
202
 
              <packing>
203
 
                <property name="position">1</property>
204
 
              </packing>
205
 
            </child>
206
 
          </widget>
207
 
          <packing>
208
 
            <property name="expand">False</property>
209
 
            <property name="pack_type">GTK_PACK_END</property>
210
 
          </packing>
211
 
        </child>
212
 
      </widget>
213
 
    </child>
214
 
  </widget>
215
 
</glade-interface>