 d76fb63ba8
			
		
	
	d76fb63ba8
	
	
	
		
			
			This tests that horizontal boxes flip their child nodes according to text direction to maintain the left-to-right ordering of child nodes for both text directions.
		
			
				
	
	
		
			33 lines
		
	
	
		
			1009 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1009 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <interface>
 | |
|   <!-- interface-requires gtk+ 3.0 -->
 | |
|   <object class="GtkWindow" id="window1">
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="type">popup</property>
 | |
|     <child>
 | |
|       <object class="GtkBox">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="orientation">horizontal</property>
 | |
|         <child>
 | |
|           <object class="GtkLabel">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="name">label1</property>
 | |
|           </object>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkLabel">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="name">label2</property>
 | |
|           </object>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkLabel">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="name">label3</property>
 | |
|           </object>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 |