Create death events function.

This commit is contained in:
luxick
2018-03-14 14:47:04 +01:00
parent ac01a4441b
commit 48ed0d830f
7 changed files with 38 additions and 7 deletions

View File

@@ -51,6 +51,8 @@
<column type="gchararray"/>
<!-- column-name penalty_name -->
<column type="gchararray"/>
<!-- column-name time -->
<column type="gchararray"/>
</columns>
</object>
<object class="GtkListStore" id="episode_players_store">
@@ -987,6 +989,17 @@
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Time</property>
<child>
<object class="GtkCellRendererText"/>
<attributes>
<attribute name="text">4</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Player</property>