224 lines
		
	
	
		
			9.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			224 lines
		
	
	
		
			9.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <interface>
 | |
|   <!-- interface-requires gtk+ 3.6 -->
 | |
|   <object class="GtkDialog" id="dialog1">
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="border_width">5</property>
 | |
|     <property name="type_hint">dialog</property>
 | |
|     <property name="default_width">300</property>
 | |
|     <property name="default_height">300</property>
 | |
|     <property name="title">Revealer</property>
 | |
|     <child internal-child="vbox">
 | |
|       <object class="GtkBox" id="dialog-vbox1">
 | |
|         <property name="can_focus">False</property>
 | |
|         <property name="orientation">vertical</property>
 | |
|         <property name="spacing">2</property>
 | |
|         <child internal-child="action_area">
 | |
|           <object class="GtkButtonBox" id="dialog-action_area1">
 | |
|             <property name="can_focus">False</property>
 | |
|             <property name="layout_style">end</property>
 | |
|             <child>
 | |
|               <object class="GtkButton" id="button1">
 | |
|                 <property name="label" translatable="yes">_Close</property>
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="receives_default">True</property>
 | |
|                 <property name="use_underline">True</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="fill">True</property>
 | |
|                 <property name="position">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|             <property name="fill">True</property>
 | |
|             <property name="pack_type">end</property>
 | |
|             <property name="position">0</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkGrid" id="grid1">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <property name="halign">center</property>
 | |
|             <property name="valign">center</property>
 | |
|             <child>
 | |
|               <object class="GtkRevealer" id="revealer0">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="transition-duration">2000</property>
 | |
|                 <property name="transition-type">crossfade</property>
 | |
|                 <child>
 | |
|                   <object class="GtkImage" id="image0">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="icon-name">face-cool-symbolic</property>
 | |
|                     <property name="icon-size">6</property>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left-attach">2</property>
 | |
|                 <property name="top-attach">2</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkRevealer" id="revealer1">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="transition-duration">2000</property>
 | |
|                 <property name="transition-type">slide-up</property>
 | |
|                 <child>
 | |
|                   <object class="GtkImage" id="image1">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="icon-name">face-cool-symbolic</property>
 | |
|                     <property name="icon-size">6</property>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left-attach">2</property>
 | |
|                 <property name="top-attach">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkRevealer" id="revealer2">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="transition-duration">2000</property>
 | |
|                 <property name="transition-type">slide-right</property>
 | |
|                 <child>
 | |
|                   <object class="GtkImage" id="image2">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="icon-name">face-cool-symbolic</property>
 | |
|                     <property name="icon-size">6</property>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left-attach">3</property>
 | |
|                 <property name="top-attach">2</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkRevealer" id="revealer3">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="transition-duration">2000</property>
 | |
|                 <property name="transition-type">slide-down</property>
 | |
|                 <child>
 | |
|                   <object class="GtkImage" id="image3">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="icon-name">face-cool-symbolic</property>
 | |
|                     <property name="icon-size">6</property>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left-attach">2</property>
 | |
|                 <property name="top-attach">3</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkRevealer" id="revealer4">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="transition-duration">2000</property>
 | |
|                 <property name="transition-type">slide-left</property>
 | |
|                 <child>
 | |
|                   <object class="GtkImage" id="image4">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="icon-name">face-cool-symbolic</property>
 | |
|                     <property name="icon-size">6</property>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left-attach">1</property>
 | |
|                 <property name="top-attach">2</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkRevealer" id="revealer5">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="transition-duration">2000</property>
 | |
|                 <property name="transition-type">slide-up</property>
 | |
|                 <child>
 | |
|                   <object class="GtkImage" id="image5">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="icon-name">face-cool-symbolic</property>
 | |
|                     <property name="icon-size">6</property>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left-attach">2</property>
 | |
|                 <property name="top-attach">0</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkRevealer" id="revealer6">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="transition-duration">2000</property>
 | |
|                 <property name="transition-type">slide-right</property>
 | |
|                 <child>
 | |
|                   <object class="GtkImage" id="image6">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="icon-name">face-cool-symbolic</property>
 | |
|                     <property name="icon-size">6</property>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left-attach">4</property>
 | |
|                 <property name="top-attach">2</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkRevealer" id="revealer7">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="transition-duration">2000</property>
 | |
|                 <property name="transition-type">slide-down</property>
 | |
|                 <child>
 | |
|                   <object class="GtkImage" id="image7">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="icon-name">face-cool-symbolic</property>
 | |
|                     <property name="icon-size">6</property>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left-attach">2</property>
 | |
|                 <property name="top-attach">4</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkRevealer" id="revealer8">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="transition-duration">2000</property>
 | |
|                 <property name="transition-type">slide-left</property>
 | |
|                 <child>
 | |
|                   <object class="GtkImage" id="image8">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="icon-name">face-cool-symbolic</property>
 | |
|                     <property name="icon-size">6</property>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left-attach">0</property>
 | |
|                 <property name="top-attach">2</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|             <property name="fill">True</property>
 | |
|             <property name="position">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|     <action-widgets>
 | |
|       <action-widget response="0">button1</action-widget>
 | |
|     </action-widgets>
 | |
|   </object>
 | |
| </interface>
 | 
