Now allows to change from the main window if a file is shown in the DVD menu

This commit is contained in:
Sergio Costas 2016-11-04 00:06:19 +01:00
parent 58b737f420
commit ff89f38692
8 changed files with 1427 additions and 1377 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<!-- Generated with glade 3.20.0 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkListStore" id="disc_size_list">
@ -38,6 +38,8 @@
<column type="gboolean"/>
<!-- column-name duration -->
<column type="gchararray"/>
<!-- column-name in_menu -->
<column type="gboolean"/>
</columns>
</object>
<object class="GtkWindow" id="wmain_window">
@ -265,6 +267,19 @@
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn3">
<property name="title" translatable="yes">In menu</property>
<child>
<object class="GtkCellRendererToggle" id="cellrenderertext4">
<signal name="toggled" handler="on_cellrenderertext4_toggled" swapped="no"/>
</object>
<attributes>
<attribute name="active">4</attribute>
</attributes>
</child>
</object>
</child>
</object>
</child>
</object>