129 lines
5.4 KiB
Text
129 lines
5.4 KiB
Text
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
||
|
<glade-interface>
|
||
|
<widget class="GtkWindow" id="window1">
|
||
|
<property name="width_request">400</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="border_width">5</property>
|
||
|
<property name="title" translatable="yes">BASS recording test</property>
|
||
|
<property name="resizable">False</property>
|
||
|
<property name="window_position">GTK_WIN_POS_CENTER</property>
|
||
|
<signal name="destroy" handler="WindowDestroy"/>
|
||
|
<child>
|
||
|
<widget class="GtkHBox" id="hbox1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkVBox" id="vbox2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkComboBox" id="input">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="items" translatable="yes"></property>
|
||
|
<signal name="changed" handler="InputChanged"/>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkHScale" id="level">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="adjustment">0 0 100 1 10 0</property>
|
||
|
<property name="draw_value">False</property>
|
||
|
<signal name="value_changed" handler="LevelChanged"/>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkVBox" id="vbox1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkHBox" id="hbox2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="spacing">5</property>
|
||
|
<child>
|
||
|
<widget class="GtkButton" id="record">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="label" translatable="yes">Record</property>
|
||
|
<property name="response_id">0</property>
|
||
|
<signal name="clicked" handler="RecordClicked"/>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkButton" id="play">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="sensitive">False</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="label" translatable="yes">Play</property>
|
||
|
<property name="response_id">0</property>
|
||
|
<signal name="clicked" handler="PlayClicked"/>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkButton" id="save">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="sensitive">False</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="label" translatable="yes">Save</property>
|
||
|
<property name="response_id">0</property>
|
||
|
<signal name="clicked" handler="SaveClicked"/>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkFrame" id="frame1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="label_xalign">0</property>
|
||
|
<property name="label_yalign">0</property>
|
||
|
<property name="shadow_type">GTK_SHADOW_OUT</property>
|
||
|
<child>
|
||
|
<widget class="GtkAlignment" id="alignment1">
|
||
|
<property name="visible">True</property>
|
||
|
<child>
|
||
|
<widget class="GtkLabel" id="status">
|
||
|
<property name="width_request">250</property>
|
||
|
<property name="visible">True</property>
|
||
|
</widget>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
<packing>
|
||
|
<property name="type">label_item</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</glade-interface>
|