 516f1e1808
			
		
	
	516f1e1808
	
	
	
		
			
			This makes the template test cases not crash. The templates also serve to test the new action widget support. https://bugzilla.gnome.org/show_bug.cgi?id=728846
		
			
				
	
	
		
			15 lines
		
	
	
		
			400 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			400 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <interface>
 | |
|   <template class="MyDialog2" parent="GtkDialog">
 | |
|     <child internal-child="vbox">
 | |
|       <object class="GtkBox">
 | |
|         <child>
 | |
|           <object class="GtkLabel" id="content">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="label">template content</property>
 | |
|           </object>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|   </template>
 | |
| </interface>
 |