~ubuntu-branches/ubuntu/quantal/pitivi/quantal

« back to all changes in this revision

Viewing changes to pitivi/ui/cam_capture.glade

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2008-12-12 10:22:29 UTC
  • mfrom: (1.1.6 upstream)
  • mto: (3.2.2 jaunty) (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20081212102229-7c3etvaoy9ys0x28
Tags: upstream-0.11.3
Import upstream version 0.11.3

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 Sat Sep 27 15:43:58 2008 -->
 
4
<glade-interface>
 
5
  <widget class="GtkDialog" id="cam_capture">
 
6
    <property name="border_width">5</property>
 
7
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
8
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
9
    <property name="has_separator">False</property>
 
10
    <child internal-child="vbox">
 
11
      <widget class="GtkVBox" id="dialog-vbox1">
 
12
        <property name="visible">True</property>
 
13
        <property name="spacing">2</property>
 
14
        <child>
 
15
          <widget class="GtkVBox" id="vbox1">
 
16
            <property name="visible">True</property>
 
17
            <child>
 
18
              <widget class="GtkDrawingArea" id="draw_window">
 
19
                <property name="width_request">320</property>
 
20
                <property name="height_request">240</property>
 
21
                <property name="visible">True</property>
 
22
              </widget>
 
23
              <packing>
 
24
                <property name="padding">5</property>
 
25
              </packing>
 
26
            </child>
 
27
            <child>
 
28
              <widget class="GtkTable" id="table1">
 
29
                <property name="visible">True</property>
 
30
                <property name="n_rows">2</property>
 
31
                <property name="n_columns">2</property>
 
32
                <property name="column_spacing">2</property>
 
33
                <property name="row_spacing">2</property>
 
34
                <child>
 
35
                  <widget class="GtkLabel" id="label1">
 
36
                    <property name="visible">True</property>
 
37
                    <property name="xalign">0</property>
 
38
                    <property name="xpad">5</property>
 
39
                    <property name="label" translatable="yes">Audio Capture Device :</property>
 
40
                  </widget>
 
41
                  <packing>
 
42
                    <property name="x_options">GTK_FILL</property>
 
43
                  </packing>
 
44
                </child>
 
45
                <child>
 
46
                  <widget class="GtkLabel" id="label2">
 
47
                    <property name="visible">True</property>
 
48
                    <property name="xalign">0</property>
 
49
                    <property name="xpad">5</property>
 
50
                    <property name="label" translatable="yes">Video Capture Device :</property>
 
51
                  </widget>
 
52
                  <packing>
 
53
                    <property name="top_attach">1</property>
 
54
                    <property name="bottom_attach">2</property>
 
55
                    <property name="x_options">GTK_FILL</property>
 
56
                  </packing>
 
57
                </child>
 
58
                <child>
 
59
                  <widget class="GtkComboBox" id="audiodev_combo">
 
60
                    <property name="visible">True</property>
 
61
                    <property name="active">0</property>
 
62
                    <property name="items" translatable="yes">No device available</property>
 
63
                    <signal name="changed" handler="_adevComboChangedCb"/>
 
64
                  </widget>
 
65
                  <packing>
 
66
                    <property name="left_attach">1</property>
 
67
                    <property name="right_attach">2</property>
 
68
                  </packing>
 
69
                </child>
 
70
                <child>
 
71
                  <widget class="GtkComboBox" id="videodev_combo">
 
72
                    <property name="visible">True</property>
 
73
                    <property name="active">0</property>
 
74
                    <property name="items" translatable="yes">No device available       </property>
 
75
                    <signal name="changed" handler="_vdevComboChangedCb"/>
 
76
                  </widget>
 
77
                  <packing>
 
78
                    <property name="left_attach">1</property>
 
79
                    <property name="right_attach">2</property>
 
80
                    <property name="top_attach">1</property>
 
81
                    <property name="bottom_attach">2</property>
 
82
                  </packing>
 
83
                </child>
 
84
              </widget>
 
85
              <packing>
 
86
                <property name="expand">False</property>
 
87
                <property name="fill">False</property>
 
88
                <property name="padding">5</property>
 
89
                <property name="position">1</property>
 
90
              </packing>
 
91
            </child>
 
92
          </widget>
 
93
          <packing>
 
94
            <property name="position">1</property>
 
95
          </packing>
 
96
        </child>
 
97
        <child internal-child="action_area">
 
98
          <widget class="GtkHButtonBox" id="dialog-action_area1">
 
99
            <property name="visible">True</property>
 
100
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
101
            <child>
 
102
              <widget class="GtkButton" id="record_btn">
 
103
                <property name="visible">True</property>
 
104
                <property name="can_focus">True</property>
 
105
                <property name="receives_default">True</property>
 
106
                <property name="label" translatable="yes">gtk-media-record</property>
 
107
                <property name="use_stock">True</property>
 
108
                <property name="response_id">0</property>
 
109
              </widget>
 
110
            </child>
 
111
            <child>
 
112
              <widget class="GtkButton" id="close_btn">
 
113
                <property name="visible">True</property>
 
114
                <property name="can_focus">True</property>
 
115
                <property name="receives_default">True</property>
 
116
                <property name="label" translatable="yes">gtk-close</property>
 
117
                <property name="use_stock">True</property>
 
118
                <property name="response_id">0</property>
 
119
              </widget>
 
120
              <packing>
 
121
                <property name="position">1</property>
 
122
              </packing>
 
123
            </child>
 
124
          </widget>
 
125
          <packing>
 
126
            <property name="expand">False</property>
 
127
            <property name="fill">False</property>
 
128
            <property name="pack_type">GTK_PACK_END</property>
 
129
          </packing>
 
130
        </child>
 
131
      </widget>
 
132
    </child>
 
133
  </widget>
 
134
</glade-interface>