adds PawnList

This commit is contained in:
2019-06-04 21:39:08 +02:00
parent ca3696f63f
commit 525babba5b
4 changed files with 165 additions and 16 deletions

View File

@@ -32,17 +32,8 @@
<object class="GtkListBox" id="pawn_list">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkListBoxRow">
<property name="width_request">100</property>
<property name="height_request">80</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
<placeholder/>
</child>
</object>
</child>
<property name="selection_mode">none</property>
<signal name="button-press-event" handler="on_pawn_click" swapped="no"/>
</object>
<packing>
<property name="resize">False</property>