forked from AuroraMiddleware/gtk
2301d8d90b
The new values are the ones we intend to keep. The old ones had duplicated meanings and nobody knew which one to take.
67 lines
2.4 KiB
XML
67 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface domain="gtk40">
|
|
<!-- interface-requires gtk+ 3.10 -->
|
|
<template class="GtkSearchBar" parent="GtkBin">
|
|
<child>
|
|
<object class="GtkRevealer" id="revealer">
|
|
<property name="hexpand">1</property>
|
|
<child>
|
|
<object class="GtkBox" id="tool_box">
|
|
<property name="spacing">6</property>
|
|
<property name="margin">6</property>
|
|
<child>
|
|
<object class="GtkBox" id="box_left">
|
|
<property name="halign">start</property>
|
|
<property name="hexpand">1</property>
|
|
<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>
|
|
<child>
|
|
<object class="GtkBox" id="box_right">
|
|
<property name="halign">end</property>
|
|
<property name="hexpand">1</property>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkButton" id="close_button">
|
|
<property name="visible">0</property>
|
|
<property name="can-focus">1</property>
|
|
<property name="receives-default">1</property>
|
|
<property name="relief">none</property>
|
|
<style>
|
|
<class name="close"/>
|
|
</style>
|
|
<child>
|
|
<object class="GtkImage" id="close_image">
|
|
<property name="icon-name">window-close-symbolic</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="position">2</property>
|
|
</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>
|