~ubuntu-branches/ubuntu/utopic/dogtail/utopic

« back to all changes in this revision

Viewing changes to recorder/recorder.glade

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-12-21 13:33:47 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20061221133347-xo9jg11afp5plcka
Tags: upstream-0.6.1
ImportĀ upstreamĀ versionĀ 0.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 
2
<!DOCTYPE glade-interface SYSTEM "http://gazpacho.sicem.biz/gazpacho-0.1.dtd">
 
3
<glade-interface>
 
4
    <widget class="GtkWindow" id="window">
 
5
        <property name="default_height">200</property>
 
6
        <property name="title" context="yes" translatable="yes">Script Recorder</property>
 
7
        <property name="visible">True</property>
 
8
        <child>
 
9
            <widget class="GtkVBox" id="vbox1">
 
10
                <property name="visible">True</property>
 
11
                <child>
 
12
                    <widget class="GtkHButtonBox" id="hbuttonbox1">
 
13
                        <property name="layout_style">start</property>
 
14
                        <property name="visible">True</property>
 
15
                        <child>
 
16
                            <widget class="GtkButton" id="recordButton">
 
17
                                <property name="is_focus">True</property>
 
18
                                <property name="label">gtk-media-record</property>
 
19
                                <property name="use_stock">True</property>
 
20
                                <property name="visible">True</property>
 
21
                            </widget>
 
22
                        </child>
 
23
                        <child>
 
24
                            <widget class="GtkButton" id="playButton">
 
25
                                <property name="label">gtk-media-play</property>
 
26
                                <property name="use_stock">True</property>
 
27
                                <property name="visible">True</property>
 
28
                            </widget>
 
29
                            <packing>
 
30
                                <property name="position">1</property>
 
31
                            </packing>
 
32
                        </child>
 
33
                        <child>
 
34
                            <widget class="GtkButton" id="clearButton">
 
35
                                <property name="label">gtk-clear</property>
 
36
                                <property name="use_stock">True</property>
 
37
                                <property name="visible">True</property>
 
38
                            </widget>
 
39
                            <packing>
 
40
                                <property name="position">2</property>
 
41
                            </packing>
 
42
                        </child>
 
43
                        <child>
 
44
                            <widget class="GtkButton" id="saveButton">
 
45
                                <property name="is_focus">True</property>
 
46
                                <property name="label">gtk-save</property>
 
47
                                <property name="use_stock">True</property>
 
48
                                <property name="visible">True</property>
 
49
                            </widget>
 
50
                            <packing>
 
51
                                <property name="position">3</property>
 
52
                            </packing>
 
53
                        </child>
 
54
                    </widget>
 
55
                    <packing>
 
56
                        <property name="expand">False</property>
 
57
                    </packing>
 
58
                </child>
 
59
                <child>
 
60
                    <widget class="GtkVBox" id="vbox2">
 
61
                        <property name="spacing">1</property>
 
62
                        <property name="visible">True</property>
 
63
                        <child>
 
64
                            <widget class="GtkLabel" id="scriptViewLabel">
 
65
                                <property name="label" context="yes" translatable="yes"> Script:</property>
 
66
                                <property name="visible">True</property>
 
67
                                <property name="xalign">0.0</property>
 
68
                            </widget>
 
69
                            <packing>
 
70
                                <property name="expand">False</property>
 
71
                            </packing>
 
72
                        </child>
 
73
                        <child>
 
74
                            <widget class="GtkScrolledWindow" id="scrolledwindow1">
 
75
                                <property name="hscrollbar_policy">automatic</property>
 
76
                                <property name="visible">True</property>
 
77
                                <property name="vscrollbar_policy">automatic</property>
 
78
                                <child>
 
79
                                    <widget class="GtkTextView" id="scriptTextView">
 
80
                                        <property name="editable">False</property>
 
81
                                        <property name="is_focus">True</property>
 
82
                                        <property name="visible">True</property>
 
83
                                    </widget>
 
84
                                </child>
 
85
                            </widget>
 
86
                            <packing>
 
87
                                <property name="position">1</property>
 
88
                            </packing>
 
89
                        </child>
 
90
                    </widget>
 
91
                    <packing>
 
92
                        <property name="position">1</property>
 
93
                    </packing>
 
94
                </child>
 
95
            </widget>
 
96
        </child>
 
97
    </widget>
 
98
</glade-interface>