80 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			80 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <interface domain="gtk30">
 | |
|   <!-- interface-requires gtk+ 3.10 -->
 | |
|   <template class="GtkSearchBar" parent="GtkBin">
 | |
|     <child>
 | |
|       <object class="GtkRevealer" id="revealer">
 | |
|         <property name="visible">1</property>
 | |
|         <property name="hexpand">1</property>
 | |
|         <child>
 | |
|           <object class="GtkBox" id="tool_box">
 | |
|             <property name="visible">1</property>
 | |
|             <property name="border-width">6</property>
 | |
|             <property name="spacing">6</property>
 | |
|             <child>
 | |
|               <object class="GtkBox" id="box_left">
 | |
|                 <property name="visible">1</property>
 | |
|                 <property name="halign">start</property>
 | |
|                 <property name="hexpand">1</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkBox" id="box_center">
 | |
|                 <property name="visible">1</property>
 | |
|                 <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="visible">1</property>
 | |
|                 <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">1</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="visible">1</property>
 | |
|                         <property name="icon-size">1</property>
 | |
|                         <property name="icon-name">window-close-symbolic</property>
 | |
|                       </object>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">1</property>
 | |
|                   </packing>
 | |
|                 </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>
 |