2015-08-30 23:22:42 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-05-02 21:24:10 +02:00
|
|
|
<!-- Generated with glade 3.22.1 -->
|
2010-01-22 19:57:59 +01:00
|
|
|
<interface>
|
2018-11-02 17:09:28 +01:00
|
|
|
<requires lib="gtk+" version="3.20"/>
|
2018-05-02 21:24:10 +02:00
|
|
|
<object class="GtkListStore" id="liststore1">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name enabled -->
|
|
|
|
<column type="gboolean"/>
|
|
|
|
<!-- column-name name -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<!-- column-name path -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<!-- column-name config -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<signal name="row-changed" handler="_on_row_changed" swapped="no"/>
|
|
|
|
</object>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkWindow" id="manage_sounds_window">
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="width_request">400</property>
|
2016-10-05 11:30:18 +02:00
|
|
|
<property name="height_request">370</property>
|
2015-08-30 23:22:42 +02:00
|
|
|
<property name="can_focus">False</property>
|
2018-11-02 17:09:28 +01:00
|
|
|
<property name="border_width">18</property>
|
2013-07-15 15:34:14 +02:00
|
|
|
<property name="title" translatable="yes">Manage sounds</property>
|
2013-09-21 11:45:24 +02:00
|
|
|
<property name="window_position">center-on-parent</property>
|
2018-11-02 17:09:28 +01:00
|
|
|
<property name="default_width">400</property>
|
|
|
|
<property name="default_height">370</property>
|
2011-03-18 08:57:05 +01:00
|
|
|
<property name="type_hint">dialog</property>
|
2018-11-02 17:09:28 +01:00
|
|
|
<signal name="destroy" handler="_on_destroy" swapped="no"/>
|
|
|
|
<signal name="key-press-event" handler="_on_key_press" swapped="no"/>
|
2018-05-02 21:24:10 +02:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2009-01-24 15:01:15 +01:00
|
|
|
<child>
|
2018-11-02 17:09:28 +01:00
|
|
|
<object class="GtkBox">
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="visible">True</property>
|
2015-08-30 23:22:42 +02:00
|
|
|
<property name="can_focus">False</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="orientation">vertical</property>
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkScrolledWindow" id="sounds_scrolledwindow">
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="shadow_type">in</property>
|
2009-01-24 15:01:15 +01:00
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkTreeView" id="sounds_treeview">
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2018-05-02 21:24:10 +02:00
|
|
|
<property name="model">liststore1</property>
|
|
|
|
<signal name="cursor-changed" handler="_on_cursor_changed" swapped="no"/>
|
2015-08-30 23:22:42 +02:00
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
|
|
|
</child>
|
2018-05-02 21:24:10 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
<property name="title" translatable="yes">Active</property>
|
|
|
|
<property name="clickable">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererToggle">
|
|
|
|
<signal name="toggled" handler="_on_toggle" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="active">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
<property name="title" translatable="yes">Event</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-24 15:01:15 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
2016-10-05 11:30:18 +02:00
|
|
|
<property name="expand">True</property>
|
2015-08-30 23:22:42 +02:00
|
|
|
<property name="fill">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2009-01-24 15:01:15 +01:00
|
|
|
</child>
|
|
|
|
<child>
|
2015-08-30 23:22:42 +02:00
|
|
|
<object class="GtkBox" id="browse_sounds_hbox">
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="visible">True</property>
|
2015-08-30 23:22:42 +02:00
|
|
|
<property name="can_focus">False</property>
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2018-05-02 21:24:10 +02:00
|
|
|
<object class="GtkFileChooserButton" id="filechooser">
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="visible">True</property>
|
2018-05-02 21:24:10 +02:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="preview_widget_active">False</property>
|
|
|
|
<property name="use_preview_label">False</property>
|
|
|
|
<property name="title" translatable="yes">Choose Sound</property>
|
|
|
|
<signal name="file-set" handler="_on_file_set" swapped="no"/>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
2018-05-02 21:24:10 +02:00
|
|
|
<property name="expand">True</property>
|
2015-08-30 23:22:42 +02:00
|
|
|
<property name="fill">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2009-01-24 15:01:15 +01:00
|
|
|
</child>
|
|
|
|
<child>
|
2018-05-02 21:24:10 +02:00
|
|
|
<object class="GtkButton">
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2018-05-02 21:24:10 +02:00
|
|
|
<property name="receives_default">True</property>
|
2018-11-02 17:09:28 +01:00
|
|
|
<property name="tooltip_text" translatable="yes">Clear Sound</property>
|
2018-05-02 21:24:10 +02:00
|
|
|
<signal name="clicked" handler="_on_clear" swapped="no"/>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="icon_name">edit-clear-all-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-24 15:01:15 +01:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2018-05-02 21:24:10 +02:00
|
|
|
<property name="fill">True</property>
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-01-22 19:57:59 +01:00
|
|
|
<object class="GtkButton" id="play_button">
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
<property name="receives_default">False</property>
|
2018-11-02 17:09:28 +01:00
|
|
|
<property name="tooltip_text" translatable="yes">Play Sound</property>
|
2018-05-02 21:24:10 +02:00
|
|
|
<signal name="clicked" handler="_on_play" swapped="no"/>
|
2009-01-24 15:01:15 +01:00
|
|
|
<child>
|
2018-11-02 17:09:28 +01:00
|
|
|
<object class="GtkImage">
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="visible">True</property>
|
2015-08-30 23:22:42 +02:00
|
|
|
<property name="can_focus">False</property>
|
2018-05-02 21:24:10 +02:00
|
|
|
<property name="icon_name">media-playback-start-symbolic</property>
|
|
|
|
<property name="use_fallback">True</property>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-24 15:01:15 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-24 15:01:15 +01:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-24 15:01:15 +01:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2015-08-30 23:22:42 +02:00
|
|
|
<property name="fill">True</property>
|
2009-01-24 15:01:15 +01:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
2009-01-24 15:01:15 +01:00
|
|
|
</child>
|
2010-01-22 19:57:59 +01:00
|
|
|
</object>
|
|
|
|
</interface>
|