 9affa9fc4d
			
		
	
	9affa9fc4d
	
	
	
		
			
			Tests that border-image-repeat is rendered correctly. The reftest is done via toolbars stuffed into a GtkFixed using background-image and images tuned for it.
		
			
				
	
	
		
			289 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			289 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			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="GtkGrid" id="grid2">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">False</property>
 | |
|         <property name="row_spacing">2</property>
 | |
|         <property name="column_spacing">2</property>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox1">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="stretch-stretch" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">0</property>
 | |
|             <property name="top_attach">0</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox2">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="stretch-repeat" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">0</property>
 | |
|             <property name="top_attach">1</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox3">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="stretch-round" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">0</property>
 | |
|             <property name="top_attach">2</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox4">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="stretch-space" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">0</property>
 | |
|             <property name="top_attach">3</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox5">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="repeat-stretch" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">1</property>
 | |
|             <property name="top_attach">0</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox6">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="repeat-repeat" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">1</property>
 | |
|             <property name="top_attach">1</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox7">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="repeat-round" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">1</property>
 | |
|             <property name="top_attach">2</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox8">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="repeat-space" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">1</property>
 | |
|             <property name="top_attach">3</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox9">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="round-stretch" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">2</property>
 | |
|             <property name="top_attach">0</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox10">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="round-repeat" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">2</property>
 | |
|             <property name="top_attach">1</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox11">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="round-round" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">2</property>
 | |
|             <property name="top_attach">2</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox12">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="round-space" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">2</property>
 | |
|             <property name="top_attach">3</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox13">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="space-stretch" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">3</property>
 | |
|             <property name="top_attach">0</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox14">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="space-repeat" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">3</property>
 | |
|             <property name="top_attach">1</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox15">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="space-round" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">3</property>
 | |
|             <property name="top_attach">2</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="eventbox16">
 | |
|             <property name="width_request">23</property>
 | |
|             <property name="height_request">23</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <style>
 | |
|               <class name="space-space" />
 | |
|             </style>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">3</property>
 | |
|             <property name="top_attach">3</property>
 | |
|             <property name="width">1</property>
 | |
|             <property name="height">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 |