GUI: Implement context menu for the game table (#840)

* Add context menu to the game table

* Minor bugfix and cleanup

* add ability to create directory if it doesn't exist

* nit

* dont show menu when right-clicking nothing
This commit is contained in:
Xpl0itR 2019-12-22 02:49:51 +00:00 committed by Ac_K
parent 01a4c80ed5
commit bd010869a5
5 changed files with 135 additions and 44 deletions

View file

@ -330,7 +330,7 @@
<property name="hover_selection">True</property>
<signal name="row-activated" handler="Row_Activated" swapped="no"/>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="_gameTableSelection"/>
</child>
</object>
</child>