|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/root/usr/share/dogtail/glade/ |
Upload File : |
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://gazpacho.sicem.biz/gazpacho-0.1.dtd">
<glade-interface>
<widget class="GtkWindow" id="window">
<property name="default_height">200</property>
<property name="title" context="yes" translatable="yes">Script Recorder</property>
<property name="visible">True</property>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="layout_style">start</property>
<property name="visible">True</property>
<child>
<widget class="GtkButton" id="recordButton">
<property name="is_focus">True</property>
<property name="label">gtk-media-record</property>
<property name="use_stock">True</property>
<property name="visible">True</property>
</widget>
</child>
<child>
<widget class="GtkButton" id="playButton">
<property name="label">gtk-media-play</property>
<property name="use_stock">True</property>
<property name="visible">True</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="clearButton">
<property name="label">gtk-clear</property>
<property name="use_stock">True</property>
<property name="visible">True</property>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="saveButton">
<property name="is_focus">True</property>
<property name="label">gtk-save</property>
<property name="use_stock">True</property>
<property name="visible">True</property>
</widget>
<packing>
<property name="position">3</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox2">
<property name="spacing">1</property>
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="scriptViewLabel">
<property name="label" context="yes" translatable="yes"> Script:</property>
<property name="visible">True</property>
<property name="xalign">0.0</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="hscrollbar_policy">automatic</property>
<property name="visible">True</property>
<property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="scriptTextView">
<property name="editable">False</property>
<property name="is_focus">True</property>
<property name="visible">True</property>
</widget>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>