ShowWidget: Initial implementation of a menu popup.

Re implement mark_all_episodes_as_watched functionality too.
This commit is contained in:
Jordan Petridis
2018-03-05 20:14:06 +02:00
parent bb467b7aba
commit 10db4f7210
2 changed files with 37 additions and 1 deletions
+25
View File
@@ -266,4 +266,29 @@ Tobias Bernard
</packing>
</child>
</object>
<object class="GtkPopover" id="show_menu">
<property name="can_focus">False</property>
<property name="position">bottom</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkModelButton" id="mark_all_watched">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="text" translatable="yes">Mark all epiodes as Watched</property>
<property name="centered">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
</object>
</child>
</object>
</interface>