aboutsummaryrefslogtreecommitdiff
path: root/client/data/occupant_list.ui
diff options
context:
space:
mode:
Diffstat (limited to 'client/data/occupant_list.ui')
-rw-r--r--client/data/occupant_list.ui43
1 files changed, 43 insertions, 0 deletions
diff --git a/client/data/occupant_list.ui b/client/data/occupant_list.ui
new file mode 100644
index 00000000..deb4716e
--- /dev/null
+++ b/client/data/occupant_list.ui
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <requires lib="gtk+" version="3.0"/>
+ <template class="DinoUiOccupantList">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkBox">
+ <property name="orientation">vertical</property>
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkToolbar">
+ <property name="icon_size">1</property>
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkToolItem">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkSearchEntry" id="search_entry">
+ <property name="margin">5</property>
+ <property name="visible">True</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkScrolledWindow">
+ <property name="max_content_height">500</property>
+ <property name="propagate_natural_height">True</property>
+ <property name="margin">5</property>
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkListBox" id="list_box">
+ <property name="visible">True</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>