22 lines
		
	
	
		
			584 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			584 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <interface>
 | |
|   <!-- interface-requires gtk+ 3.0 -->
 | |
|   <menu id="menu">
 | |
|     <section>
 | |
|       <item>
 | |
|         <attribute name="label">New</attribute>
 | |
|       </item>
 | |
|     </section>
 | |
|   </menu>
 | |
|   <object class="GtkWindow" id="window1">
 | |
|     <property name="can_focus">False</property>
 | |
|     <child>
 | |
|       <object class="GtkMenuButton" id="menubutton">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">True</property>
 | |
|         <property name="menu-model">menu</property>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 | 
