Add generic TreeView class

This commit is contained in:
2020-02-27 17:15:51 +01:00
parent 64cdaf8e9f
commit 224a5e07df
6 changed files with 188 additions and 74 deletions

View File

@@ -29,7 +29,6 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="enable_grid_lines">horizontal</property>
<signal name="show" handler="SeasonsViewOnShown" swapped="no"/>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>