17 lines
		
	
	
		
			573 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			573 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!-- Generated with glade 3.16.0 on Tue Jan 14 03:12:07 2014 -->
 | |
| <interface>
 | |
|   <!-- interface-requires gtk+ 3.10 -->
 | |
|   <object class="GtkWindow" id="window1">
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="type">popup</property>
 | |
|     <child>
 | |
|       <object class="GtkLabel" id="label1">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">False</property>
 | |
|         <property name="label" translatable="yes">Hello World</property>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 | 
