18 lines
		
	
	
		
			570 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			570 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <interface domain="gtk30">
 | |
|   <template class="GtkEmojiCompletion" parent="GtkPopover">
 | |
|     <property name="modal">0</property>
 | |
|     <style>
 | |
|       <class name="emoji-completion"/>
 | |
|     </style>
 | |
|     <child>
 | |
|       <object class="GtkListBox" id="list">
 | |
|         <property name="visible">1</property>
 | |
|         <property name="selection-mode">none</property>
 | |
|         <property name="activate-on-single-click">1</property>
 | |
|         <signal name="row-activated" handler="row_activated"/>
 | |
|       </object>
 | |
|     </child>
 | |
|   </template>
 | |
| </interface>
 | 
