56 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!-- Generated with glade 3.20.1 -->
 | |
| <interface>
 | |
|   <requires lib="gtk+" version="3.20"/>
 | |
|   <object class="GtkBox" id="box">
 | |
|     <property name="visible">True</property>
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="border_width">18</property>
 | |
|     <property name="orientation">vertical</property>
 | |
|     <property name="spacing">6</property>
 | |
|     <child>
 | |
|       <object class="GtkSearchEntry" id="search_entry">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">True</property>
 | |
|         <property name="has_focus">True</property>
 | |
|         <property name="is_focus">True</property>
 | |
|         <property name="primary_icon_name">edit-find-symbolic</property>
 | |
|         <property name="primary_icon_activatable">False</property>
 | |
|         <property name="primary_icon_sensitive">False</property>
 | |
|       </object>
 | |
|       <packing>
 | |
|         <property name="expand">False</property>
 | |
|         <property name="fill">True</property>
 | |
|         <property name="position">0</property>
 | |
|       </packing>
 | |
|     </child>
 | |
|     <child>
 | |
|       <object class="GtkScrolledWindow">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">True</property>
 | |
|         <property name="hscrollbar_policy">never</property>
 | |
|         <property name="shadow_type">in</property>
 | |
|         <child>
 | |
|           <object class="GtkViewport">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <child>
 | |
|               <object class="GtkListBox" id="listbox">
 | |
|                 <property name="name">StartChatListBox</property>
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">False</property>
 | |
|                 <property name="selection_mode">browse</property>
 | |
|                 <property name="activate_on_single_click">False</property>
 | |
|               </object>
 | |
|             </child>
 | |
|           </object>
 | |
|         </child>
 | |
|       </object>
 | |
|       <packing>
 | |
|         <property name="expand">True</property>
 | |
|         <property name="fill">True</property>
 | |
|         <property name="position">1</property>
 | |
|       </packing>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 |