2013-05-21 15:26:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2013-05-21 15:26:37 +00:00
|
|
|
<!-- interface-requires gtk+ 3.10 -->
|
2014-04-30 01:46:38 +00:00
|
|
|
<template class="GtkSearchBar" parent="GtkBin">
|
2013-05-21 15:26:37 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkRevealer" id="revealer">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="hexpand">1</property>
|
2013-05-21 15:26:37 +00:00
|
|
|
<child>
|
2013-10-09 23:10:40 +00:00
|
|
|
<object class="GtkBox" id="tool_box">
|
2014-05-22 00:09:46 +00:00
|
|
|
<property name="spacing">6</property>
|
2016-10-27 00:58:07 +00:00
|
|
|
<property name="margin">6</property>
|
2013-10-09 23:10:40 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box_left">
|
|
|
|
<property name="halign">start</property>
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="hexpand">1</property>
|
2013-10-09 23:10:40 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box_center">
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2013-05-21 15:26:37 +00:00
|
|
|
<child>
|
2013-10-09 23:10:40 +00:00
|
|
|
<object class="GtkBox" id="box_right">
|
|
|
|
<property name="halign">end</property>
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="hexpand">1</property>
|
2013-10-09 23:10:40 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2013-05-21 15:26:37 +00:00
|
|
|
<child>
|
2013-10-09 23:10:40 +00:00
|
|
|
<object class="GtkButton" id="close_button">
|
2017-01-19 09:31:03 +00:00
|
|
|
<property name="visible">0</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="can-focus">1</property>
|
|
|
|
<property name="receives-default">1</property>
|
2013-10-09 23:10:40 +00:00
|
|
|
<property name="relief">none</property>
|
|
|
|
<style>
|
|
|
|
<class name="close"/>
|
|
|
|
</style>
|
2013-05-21 15:26:37 +00:00
|
|
|
<child>
|
2013-10-09 23:10:40 +00:00
|
|
|
<object class="GtkImage" id="close_image">
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="icon-name">window-close-symbolic</property>
|
2013-05-21 15:26:37 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2013-10-09 23:10:40 +00:00
|
|
|
<property name="position">2</property>
|
2013-05-21 15:26:37 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
<object class="GtkSizeGroup" id="sizegroup">
|
|
|
|
<property name="mode">both</property>
|
|
|
|
<widgets>
|
|
|
|
<widget name="box_left"/>
|
|
|
|
<widget name="box_right"/>
|
|
|
|
</widgets>
|
|
|
|
</object>
|
|
|
|
</interface>
|