Use TreeStore to feed the flowbox view.

This commit is contained in:
Jordan Petridis
2017-10-13 13:41:36 +03:00
parent 9df1e65951
commit 460345f49a
3 changed files with 36 additions and 23 deletions
+2 -4
View File
@@ -26,8 +26,8 @@
</object>
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="default_width">800</property>
<property name="default_height">400</property>
<property name="default_width">1000</property>
<property name="default_height">600</property>
<child>
<object class="GtkStack">
<property name="visible">True</property>
@@ -59,8 +59,6 @@
<property name="height_request">200</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="homogeneous">True</property>
<property name="column_spacing">5</property>
<property name="row_spacing">5</property>