2017-03-02 14:37:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2017-03-15 21:01:32 +00:00
|
|
|
<requires lib="gtk+" version="3.22"/>
|
2017-04-03 17:20:31 +00:00
|
|
|
<template class="DinoUiOccupantMenuList">
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2017-04-03 17:20:31 +00:00
|
|
|
<object class="GtkToolItem">
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2017-04-03 17:20:31 +00:00
|
|
|
<object class="GtkSearchEntry" id="search_entry">
|
|
|
|
<property name="margin">8</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="max_content_height">500</property>
|
|
|
|
<property name="propagate_natural_height">True</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>
|