1917 lines
		
	
	
		
			106 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			1917 lines
		
	
	
		
			106 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <interface>
 | |
|   <!-- interface-requires gtk+ 3.0 -->
 | |
|   <menu id="appmenu">
 | |
|     <section>
 | |
|       <item>
 | |
|         <attribute name="label" translatable="yes">About</attribute>
 | |
|         <attribute name="action">app.about</attribute>
 | |
|       </item>
 | |
|     </section>
 | |
|     <section>
 | |
|       <item>
 | |
|         <attribute name="label" translatable="yes">_Quit</attribute>
 | |
|         <attribute name="action">app.quit</attribute>
 | |
|         <attribute name="accel"><Primary>q</attribute>
 | |
|       </item>
 | |
|     </section>
 | |
|   </menu>
 | |
|   <menu id='gear_menu'>
 | |
|     <section>
 | |
|       <item>
 | |
|         <attribute name='label' translatable='yes'>Dark Theme</attribute>
 | |
|         <attribute name='action'>win.dark</attribute>
 | |
|       </item>
 | |
|     </section>
 | |
|   </menu>
 | |
|   <object class="GtkAdjustment" id="adjustment1">
 | |
|     <property name="upper">100</property>
 | |
|     <property name="value">50</property>
 | |
|     <property name="step_increment">1</property>
 | |
|     <property name="page_increment">10</property>
 | |
|   </object>
 | |
|   <object class="GtkAdjustment" id="adjustment2">
 | |
|     <property name="upper">1000</property>
 | |
|     <property name="lower">1</property>
 | |
|     <property name="value">42</property>
 | |
|     <property name="step_increment">1</property>
 | |
|     <property name="page_increment">10</property>
 | |
|   </object>
 | |
|   <object class="GtkListStore" id="liststore1">
 | |
|     <columns>
 | |
|       <!-- column-name Cool -->
 | |
|       <column type="gboolean"/>
 | |
|       <!-- column-name Icon -->
 | |
|       <column type="gchararray"/>
 | |
|       <!-- column-name Name -->
 | |
|       <column type="gchararray"/>
 | |
|       <!-- column-name Nick -->
 | |
|       <column type="gchararray"/>
 | |
|     </columns>
 | |
|     <data>
 | |
|       <row>
 | |
|         <col id="0">True</col>
 | |
|         <col id="1">emblem-default-symbolic</col>
 | |
|         <col id="2" translatable="yes">Andrea</col>
 | |
|         <col id="3" translatable="yes">Cimi</col>
 | |
|       </row>
 | |
|       <row>
 | |
|         <col id="0">False</col>
 | |
|         <col id="1">emblem-important-symbolic</col>
 | |
|         <col id="2" translatable="yes">Otto</col>
 | |
|         <col id="3" translatable="yes">chaotic</col>
 | |
|       </row>
 | |
|     </data>
 | |
|   </object>
 | |
|   <object class="GtkTextBuffer" id="textbuffer1">
 | |
|     <property name="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 | |
| Nullam fringilla, est ut feugiat ultrices, elit lacus ultricies nibh, id commodo tortor nisi id elit.
 | |
| Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
 | |
| Morbi vel elit erat. Maecenas dignissim, dui et pharetra rutrum, tellus lectus rutrum mi, a convallis libero nisi quis tellus.
 | |
| Nulla facilisi. Nullam eleifend lobortis nisl, in porttitor tellus malesuada vitae.
 | |
| Aenean lacus tellus, pellentesque quis molestie quis, fringilla in arcu.
 | |
| Duis elementum, tellus sed tristique semper, metus metus accumsan augue, et porttitor augue orci a libero.
 | |
| Ut sed justo ac felis placerat laoreet sed id sem. Proin mattis tincidunt odio vitae tristique.
 | |
| Morbi massa libero, congue vitae scelerisque vel, ultricies vel nisl.
 | |
| Vestibulum in tortor diam, quis aliquet quam. Praesent ut justo neque, tempus rutrum est.
 | |
| Duis eu lectus quam. Vivamus eget metus a mauris molestie venenatis pulvinar eleifend nisi.
 | |
| Nulla facilisi. Pellentesque at dolor sit amet purus dapibus pulvinar molestie quis neque.
 | |
| Suspendisse feugiat quam quis dolor accumsan cursus. </property>
 | |
|   </object>
 | |
|   <object class="GtkTextBuffer" id="textbuffer2">
 | |
|     <property name="text">* Translation updates:
 | |
|  Aragonese
 | |
|  Assamese
 | |
|  Basque
 | |
|  Brazilian Portuguese
 | |
|  Dutch
 | |
|  German
 | |
|  Hebrew
 | |
|  Hungarian
 | |
|  Polish
 | |
|  Portuguese
 | |
|  Serbian
 | |
|  Slovenian
 | |
|  Spanish
 | |
|  Uyghur</property>
 | |
|   </object>
 | |
|   <object class="GtkApplicationWindow" id="window">
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="title">GTK+ Widget Factory</property>
 | |
|     <signal name="destroy" handler="gtk_main_quit" swapped="no"/>
 | |
|     <signal name="delete-event" handler="gtk_false" swapped="no"/>
 | |
|     <child type="titlebar">
 | |
|       <object class="GtkHeaderBar" id="headerbar1">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">False</property>
 | |
|         <property name="show-close-button">True</property>
 | |
|         <child type="title">
 | |
|           <object class="GtkStackSwitcher" id="stack_switcher">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="stack">toplevel_stack</property>
 | |
|           </object>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkMenuButton" id="gear_menu_button">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="valign">center</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <property name="menu_model">gear_menu</property>
 | |
|             <style>
 | |
|               <class name="image-button"/>
 | |
|             </style>
 | |
|             <child>
 | |
|               <object class="GtkImage" id="gear_image">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="icon_size">1</property>
 | |
|                 <property name="icon_name">emblem-system-symbolic</property>
 | |
|               </object>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="pack_type">end</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|     <child>
 | |
|       <object class="GtkBox" id="box1">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">False</property>
 | |
|         <property name="orientation">vertical</property>
 | |
|         <property name="border-width">10</property>
 | |
|         <child>
 | |
|           <object class="GtkStack" id="toplevel_stack">
 | |
|             <property name="visible">True</property>
 | |
|             <child>
 | |
|               <object class="GtkBox" id="page1">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|                 <property name="spacing">10</property>
 | |
|                 <child>
 | |
|                   <object class="GtkBox" id="box2">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="spacing">10</property>
 | |
|                     <child>
 | |
|                       <object class="GtkBox" id="box3">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="orientation">vertical</property>
 | |
|                         <property name="spacing">10</property>
 | |
|                         <child>
 | |
|                           <object class="GtkComboBoxText" id="comboboxtext1">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="has_entry">True</property>
 | |
|                             <child internal-child="entry">
 | |
|                               <object class="GtkEntry" id="comboboxtext-entry">
 | |
|                                 <property name="text" translatable="yes">comboboxentry</property>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                             <items>
 | |
|                               <item>Donald Duck</item>
 | |
|                               <item>Mickey Mouse</item>
 | |
|                               <item>Jet McQuack</item>
 | |
|                             </items>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">0</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkComboBoxText" id="comboboxtext2">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="sensitive">False</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="has_entry">True</property>
 | |
|                             <child internal-child="entry">
 | |
|                               <object class="GtkEntry" id="comboboxtext-entry2">
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="invisible_char">•</property>
 | |
|                                 <property name="text" translatable="yes">comboboxentry</property>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">1</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkEntry" id="entry1">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">True</property>
 | |
|                             <property name="invisible_char">•</property>
 | |
|                             <property name="text" translatable="yes">entry</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">2</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkEntry" id="entry2">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="sensitive">False</property>
 | |
|                             <property name="can_focus">True</property>
 | |
|                             <property name="invisible_char">•</property>
 | |
|                             <property name="text" translatable="yes">entry</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">3</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box18">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="spacing">20</property>
 | |
|                             <child>
 | |
|                               <object class="GtkLabel" id="label3">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="label" translatable="yes">label</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="expand">False</property>
 | |
|                                 <property name="fill">True</property>
 | |
|                                 <property name="position">0</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkLabel" id="label4">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="sensitive">False</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="label" translatable="yes">label</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="expand">False</property>
 | |
|                                 <property name="fill">True</property>
 | |
|                                 <property name="position">1</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkSpinButton" id="spinbutton1">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="invisible_char">•</property>
 | |
|                                 <property name="adjustment">adjustment2</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="expand">False</property>
 | |
|                                 <property name="fill">False</property>
 | |
|                                 <property name="position">2</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkSpinButton" id="spinbutton2">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="invisible_char">•</property>
 | |
|                                 <property name="sensitive">False</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="expand">False</property>
 | |
|                                 <property name="fill">False</property>
 | |
|                                 <property name="position">3</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">4</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkGrid" id="grid1">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="row_homogeneous">True</property>
 | |
|                             <property name="column_homogeneous">False</property>
 | |
|                             <property name="column_spacing">18</property>
 | |
|                             <property name="row_spacing">6</property>
 | |
|                             <child>
 | |
|                               <object class="GtkCheckButton" id="checkbutton1">
 | |
|                                 <property name="label" translatable="yes">checkbutton</property>
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="receives_default">False</property>
 | |
|                                 <property name="use_action_appearance">False</property>
 | |
|                                 <property name="xalign">0</property>
 | |
|                                 <property name="active">True</property>
 | |
|                                 <property name="draw_indicator">True</property>
 | |
|                               </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="GtkCheckButton" id="checkbutton2">
 | |
|                                 <property name="label" translatable="yes">checkbutton</property>
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="receives_default">False</property>
 | |
|                                 <property name="use_action_appearance">False</property>
 | |
|                                 <property name="xalign">0</property>
 | |
|                                 <property name="draw_indicator">True</property>
 | |
|                               </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="GtkCheckButton" id="checkbutton3">
 | |
|                                 <property name="label" translatable="yes">checkbutton</property>
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="inconsistent">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="receives_default">False</property>
 | |
|                                 <property name="use_action_appearance">False</property>
 | |
|                                 <property name="xalign">0</property>
 | |
|                                 <property name="draw_indicator">True</property>
 | |
|                               </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="GtkCheckButton" id="checkbutton4">
 | |
|                                 <property name="label" translatable="yes">checkbutton</property>
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="sensitive">False</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="receives_default">False</property>
 | |
|                                 <property name="use_action_appearance">False</property>
 | |
|                                 <property name="xalign">0</property>
 | |
|                                 <property name="active">True</property>
 | |
|                                 <property name="draw_indicator">True</property>
 | |
|                               </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="GtkCheckButton" id="checkbutton5">
 | |
|                                 <property name="label" translatable="yes">checkbutton</property>
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="sensitive">False</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="receives_default">False</property>
 | |
|                                 <property name="use_action_appearance">False</property>
 | |
|                                 <property name="xalign">0</property>
 | |
|                                 <property name="draw_indicator">True</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="left_attach">0</property>
 | |
|                                 <property name="top_attach">4</property>
 | |
|                                 <property name="width">1</property>
 | |
|                                 <property name="height">1</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkCheckButton" id="checkbutton6">
 | |
|                                 <property name="label" translatable="yes">checkbutton</property>
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="sensitive">False</property>
 | |
|                                 <property name="inconsistent">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="receives_default">False</property>
 | |
|                                 <property name="use_action_appearance">False</property>
 | |
|                                 <property name="xalign">0</property>
 | |
|                                 <property name="draw_indicator">True</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="left_attach">0</property>
 | |
|                                 <property name="top_attach">5</property>
 | |
|                                 <property name="width">1</property>
 | |
|                                 <property name="height">1</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkRadioButton" id="radiobutton1">
 | |
|                                 <property name="label" translatable="yes">radiobutton</property>
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="receives_default">False</property>
 | |
|                                 <property name="use_action_appearance">False</property>
 | |
|                                 <property name="xalign">0</property>
 | |
|                                 <property name="active">True</property>
 | |
|                                 <property name="draw_indicator">True</property>
 | |
|                               </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="GtkRadioButton" id="radiobutton2">
 | |
|                                 <property name="label" translatable="yes">radiobutton</property>
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="receives_default">False</property>
 | |
|                                 <property name="use_action_appearance">False</property>
 | |
|                                 <property name="xalign">0</property>
 | |
|                                 <property name="active">True</property>
 | |
|                                 <property name="draw_indicator">True</property>
 | |
|                                 <property name="group">radiobutton1</property>
 | |
|                               </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="GtkRadioButton" id="radiobutton3">
 | |
|                                 <property name="label" translatable="yes">radiobutton</property>
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="inconsistent">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="receives_default">False</property>
 | |
|                                 <property name="use_action_appearance">False</property>
 | |
|                                 <property name="xalign">0</property>
 | |
|                                 <property name="active">True</property>
 | |
|                                 <property name="draw_indicator">True</property>
 | |
|                                 <property name="group">radiobutton1</property>
 | |
|                               </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="GtkRadioButton" id="radiobutton4">
 | |
|                                 <property name="label" translatable="yes">radiobutton</property>
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="sensitive">False</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="receives_default">False</property>
 | |
|                                 <property name="use_action_appearance">False</property>
 | |
|                                 <property name="xalign">0</property>
 | |
|                                 <property name="active">True</property>
 | |
|                                 <property name="draw_indicator">True</property>
 | |
|                               </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="GtkRadioButton" id="radiobutton5">
 | |
|                                 <property name="label" translatable="yes">radiobutton</property>
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="sensitive">False</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="receives_default">False</property>
 | |
|                                 <property name="use_action_appearance">False</property>
 | |
|                                 <property name="xalign">0</property>
 | |
|                                 <property name="active">True</property>
 | |
|                                 <property name="draw_indicator">True</property>
 | |
|                                 <property name="group">radiobutton3</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="left_attach">1</property>
 | |
|                                 <property name="top_attach">4</property>
 | |
|                                 <property name="width">1</property>
 | |
|                                 <property name="height">1</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkRadioButton" id="radiobutton6">
 | |
|                                 <property name="label" translatable="yes">radiobutton</property>
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="sensitive">False</property>
 | |
|                                 <property name="inconsistent">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="receives_default">False</property>
 | |
|                                 <property name="use_action_appearance">False</property>
 | |
|                                 <property name="xalign">0</property>
 | |
|                                 <property name="active">True</property>
 | |
|                                 <property name="draw_indicator">True</property>
 | |
|                                 <property name="group">radiobutton3</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="left_attach">1</property>
 | |
|                                 <property name="top_attach">5</property>
 | |
|                                 <property name="width">1</property>
 | |
|                                 <property name="height">1</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkSpinner" id="spinner1">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="active">True</property>
 | |
|                               </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="GtkSpinner" id="spinner2">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                               </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="GtkSpinner" id="spinner3">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="active">True</property>
 | |
|                                 <property name="sensitive">False</property>
 | |
|                               </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="GtkSpinner" id="spinner4">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="sensitive">False</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="left_attach">2</property>
 | |
|                                 <property name="top_attach">4</property>
 | |
|                                 <property name="width">1</property>
 | |
|                                 <property name="height">1</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">5</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">False</property>
 | |
|                         <property name="position">0</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkSeparator" id="separator1">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="orientation">vertical</property>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">True</property>
 | |
|                         <property name="position">1</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkBox" id="box19">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="orientation">vertical</property>
 | |
|                         <property name="spacing">6</property>
 | |
|                         <child>
 | |
|                           <object class="GtkToggleButton" id="togglebutton1">
 | |
|                             <property name="label" translatable="yes">togglebutton</property>
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">True</property>
 | |
|                             <property name="receives_default">True</property>
 | |
|                             <property name="use_action_appearance">False</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">0</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkToggleButton" id="togglebutton2">
 | |
|                             <property name="label" translatable="yes">togglebutton</property>
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="sensitive">False</property>
 | |
|                             <property name="can_focus">True</property>
 | |
|                             <property name="receives_default">True</property>
 | |
|                             <property name="use_action_appearance">False</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">1</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkToggleButton" id="togglebutton3">
 | |
|                             <property name="label" translatable="yes">togglebutton</property>
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">True</property>
 | |
|                             <property name="receives_default">True</property>
 | |
|                             <property name="use_action_appearance">False</property>
 | |
|                             <property name="active">True</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">2</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkToggleButton" id="togglebutton4">
 | |
|                             <property name="label" translatable="yes">togglebutton</property>
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="sensitive">False</property>
 | |
|                             <property name="can_focus">True</property>
 | |
|                             <property name="receives_default">True</property>
 | |
|                             <property name="use_action_appearance">False</property>
 | |
|                             <property name="active">True</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">3</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkComboBox" id="combobox1">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="model">liststore1</property>
 | |
|                             <property name="active">0</property>
 | |
|                             <child>
 | |
|                               <object class="GtkCellRendererText" id="cellrenderertext1"/>
 | |
|                               <attributes>
 | |
|                                 <attribute name="text">2</attribute>
 | |
|                               </attributes>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">5</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkComboBox" id="combobox2">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="sensitive">False</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="model">liststore1</property>
 | |
|                             <property name="active">1</property>
 | |
|                             <child>
 | |
|                               <object class="GtkCellRendererText" id="cellrenderertext2"/>
 | |
|                               <attributes>
 | |
|                                 <attribute name="text">2</attribute>
 | |
|                               </attributes>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">6</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkFontButton" id="fontbutton1">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">True</property>
 | |
|                             <property name="receives_default">True</property>
 | |
|                             <property name="use_action_appearance">False</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">6</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkColorButton" id="colorbutton1">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">True</property>
 | |
|                             <property name="receives_default">True</property>
 | |
|                             <property name="use_action_appearance">False</property>
 | |
|                             <property name="color">#31316867a09f</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">8</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkFileChooserButton" id="filechooserbutton1">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">8</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkLinkButton" id="linkbutton1">
 | |
|                             <property name="label" translatable="yes">link button</property>
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">True</property>
 | |
|                             <property name="receives_default">True</property>
 | |
|                             <property name="has_tooltip">True</property>
 | |
|                             <property name="use_action_appearance">False</property>
 | |
|                             <property name="relief">none</property>
 | |
|                             <property name="uri">http://www.gtk.org</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">9</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkSwitch" id="switch1">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="sensitive">True</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">10</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkSwitch" id="switch2">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="sensitive">False</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">11</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">False</property>
 | |
|                         <property name="position">2</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkSeparator" id="separator2">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="orientation">vertical</property>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">True</property>
 | |
|                         <property name="position">3</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkBox" id="box20">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="orientation">vertical</property>
 | |
|                         <property name="spacing">6</property>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box21">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <property name="spacing">6</property>
 | |
|                             <child>
 | |
|                               <object class="GtkProgressBar" id="progressbar1">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="fraction">0.5</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="expand">False</property>
 | |
|                                 <property name="fill">False</property>
 | |
|                                 <property name="position">0</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkProgressBar" id="progressbar2">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="fraction">0.5</property>
 | |
|                                 <property name="inverted">True</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="expand">False</property>
 | |
|                                 <property name="fill">False</property>
 | |
|                                 <property name="position">1</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkProgressBar" id="progressbar3">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="fraction">0.5</property>
 | |
|                                 <property name="show_text">True</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="expand">False</property>
 | |
|                                 <property name="fill">False</property>
 | |
|                                 <property name="position">2</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkLevelBar" id="levelbar1">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="value">0.6</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="expand">False</property>
 | |
|                                 <property name="fill">True</property>
 | |
|                                 <property name="position">10</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkLevelBar" id="levelbar2">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="min-value">0</property>
 | |
|                                 <property name="max-value">5</property>
 | |
|                                 <property name="value">2</property>
 | |
|                                 <property name="mode">1</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="expand">False</property>
 | |
|                                 <property name="fill">True</property>
 | |
|                                 <property name="position">11</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">0</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box27">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <child>
 | |
|                               <object class="GtkBox" id="box24">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="hexpand">True</property>
 | |
|                                 <property name="orientation">vertical</property>
 | |
|                                 <property name="homogeneous">True</property>
 | |
|                                 <child>
 | |
|                                   <object class="GtkScale" id="scale1">
 | |
|                                     <property name="visible">True</property>
 | |
|                                     <property name="can_focus">True</property>
 | |
|                                     <property name="adjustment">adjustment1</property>
 | |
|                                     <property name="restrict_to_fill_level">False</property>
 | |
|                                     <property name="fill_level">75</property>
 | |
|                                     <property name="draw_value">False</property>
 | |
|                                   </object>
 | |
|                                   <packing>
 | |
|                                     <property name="expand">False</property>
 | |
|                                     <property name="fill">True</property>
 | |
|                                     <property name="position">0</property>
 | |
|                                   </packing>
 | |
|                                 </child>
 | |
|                                 <child>
 | |
|                                   <object class="GtkScale" id="scale2">
 | |
|                                     <property name="visible">True</property>
 | |
|                                     <property name="sensitive">False</property>
 | |
|                                     <property name="can_focus">True</property>
 | |
|                                     <property name="adjustment">adjustment1</property>
 | |
|                                     <property name="restrict_to_fill_level">False</property>
 | |
|                                     <property name="fill_level">75</property>
 | |
|                                     <property name="draw_value">False</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">True</property>
 | |
|                                 <property name="fill">True</property>
 | |
|                                 <property name="position">0</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">1</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box25">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="homogeneous">True</property>
 | |
|                             <child>
 | |
|                               <object class="GtkBox" id="box28">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="vexpand">True</property>
 | |
|                                 <property name="spacing">6</property>
 | |
|                                 <child>
 | |
|                                   <object class="GtkProgressBar" id="progressbar5">
 | |
|                                     <property name="visible">True</property>
 | |
|                                     <property name="can_focus">False</property>
 | |
|                                     <property name="orientation">vertical</property>
 | |
|                                     <property name="fraction">0.5</property>
 | |
|                                   </object>
 | |
|                                   <packing>
 | |
|                                     <property name="expand">False</property>
 | |
|                                     <property name="fill">True</property>
 | |
|                                     <property name="position">0</property>
 | |
|                                   </packing>
 | |
|                                 </child>
 | |
|                                 <child>
 | |
|                                   <object class="GtkProgressBar" id="progressbar6">
 | |
|                                     <property name="visible">True</property>
 | |
|                                     <property name="can_focus">False</property>
 | |
|                                     <property name="orientation">vertical</property>
 | |
|                                     <property name="fraction">0.5</property>
 | |
|                                     <property name="inverted">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">False</property>
 | |
|                                 <property name="position">0</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkBox" id="box23">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="vexpand">True</property>
 | |
|                                 <property name="spacing">6</property>
 | |
|                                 <child>
 | |
|                                   <object class="GtkScale" id="scale3">
 | |
|                                     <property name="height_request">100</property>
 | |
|                                     <property name="visible">True</property>
 | |
|                                     <property name="can_focus">True</property>
 | |
|                                     <property name="orientation">vertical</property>
 | |
|                                     <property name="adjustment">adjustment1</property>
 | |
|                                     <property name="restrict_to_fill_level">False</property>
 | |
|                                     <property name="fill_level">75</property>
 | |
|                                     <property name="draw_value">False</property>
 | |
|                                   </object>
 | |
|                                   <packing>
 | |
|                                     <property name="expand">False</property>
 | |
|                                     <property name="fill">True</property>
 | |
|                                     <property name="position">0</property>
 | |
|                                   </packing>
 | |
|                                 </child>
 | |
|                                 <child>
 | |
|                                   <object class="GtkScale" id="scale4">
 | |
|                                     <property name="height_request">100</property>
 | |
|                                     <property name="visible">True</property>
 | |
|                                     <property name="sensitive">False</property>
 | |
|                                     <property name="can_focus">True</property>
 | |
|                                     <property name="orientation">vertical</property>
 | |
|                                     <property name="adjustment">adjustment1</property>
 | |
|                                     <property name="restrict_to_fill_level">False</property>
 | |
|                                     <property name="fill_level">75</property>
 | |
|                                     <property name="draw_value">False</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">False</property>
 | |
|                                 <property name="position">1</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">True</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">2</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box22">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <object class="GtkExpander" id="expander1">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <child>
 | |
|                                   <object class="GtkScrolledWindow" id="scrolledwindow3">
 | |
|                                     <property name="visible">True</property>
 | |
|                                     <property name="can_focus">True</property>
 | |
|                                     <property name="shadow_type">in</property>
 | |
|                                     <property name="hscrollbar_policy">never</property>
 | |
|                                     <child>
 | |
|                                       <object class="GtkViewport" id="viewport1">
 | |
|                                         <property name="visible">True</property>
 | |
|                                         <property name="can_focus">False</property>
 | |
|                                         <child>
 | |
|                                           <object class="GtkLabel" id="label20">
 | |
|                                             <property name="visible">True</property>
 | |
|                                             <property name="can_focus">False</property>
 | |
|                                             <property name="wrap">True</property>
 | |
|                                             <property name="wrap_mode">word</property>
 | |
|                                             <property name="label" translatable="yes">Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 | |
| Nullam fringilla, est ut feugiat ultrices, elit lacus ultricies nibh, id commodo tortor nisi id elit.
 | |
| Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
 | |
| Morbi vel elit erat. Maecenas dignissim, dui et pharetra rutrum, tellus lectus rutrum mi, a convallis libero nisi quis tellus.
 | |
| Nulla facilisi. Nullam eleifend lobortis nisl, in porttitor tellus malesuada vitae.
 | |
| Aenean lacus tellus, pellentesque quis molestie quis, fringilla in arcu.
 | |
| Duis elementum, tellus sed tristique semper, metus metus accumsan augue, et porttitor augue orci a libero.
 | |
| Ut sed justo ac felis placerat laoreet sed id sem. Proin mattis tincidunt odio vitae tristique.
 | |
| Morbi massa libero, congue vitae scelerisque vel, ultricies vel nisl.
 | |
| Vestibulum in tortor diam, quis aliquet quam. Praesent ut justo neque, tempus rutrum est.
 | |
| Duis eu lectus quam. Vivamus eget metus a mauris molestie venenatis pulvinar eleifend nisi.
 | |
| Nulla facilisi. Pellentesque at dolor sit amet purus dapibus pulvinar molestie quis neque.
 | |
| Suspendisse feugiat quam quis dolor accumsan cursus. </property>
 | |
|                                           </object>
 | |
|                                         </child>
 | |
|                                       </object>
 | |
|                                     </child>
 | |
|                                   </object>
 | |
|                                 </child>
 | |
|                                 <child type="label">
 | |
|                                   <object class="GtkLabel" id="label19">
 | |
|                                     <property name="visible">True</property>
 | |
|                                     <property name="can_focus">False</property>
 | |
|                                     <property name="label" translatable="yes">expander</property>
 | |
|                                   </object>
 | |
|                                 </child>
 | |
|                               </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="position">3</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">True</property>
 | |
|                         <property name="position">4</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkSeparator" id="separator3">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="orientation">vertical</property>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">True</property>
 | |
|                         <property name="position">5</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkBox" id="box26">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="orientation">vertical</property>
 | |
|                         <property name="homogeneous">True</property>
 | |
|                         <property name="spacing">6</property>
 | |
|                         <child>
 | |
|                           <object class="GtkFrame" id="frame1">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label_xalign">0</property>
 | |
|                             <property name="shadow_type">in</property>
 | |
|                             <child>
 | |
|                               <object class="GtkAlignment" id="alignment1">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="left_padding">12</property>
 | |
|                                 <child>
 | |
|                                   <placeholder/>
 | |
|                                 </child>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                             <child type="label">
 | |
|                               <object class="GtkLabel" id="label1">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="label" translatable="yes"><b>In</b></property>
 | |
|                                 <property name="use_markup">True</property>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">True</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">0</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkFrame" id="frame2">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label_xalign">0</property>
 | |
|                             <property name="shadow_type">out</property>
 | |
|                             <child>
 | |
|                               <object class="GtkAlignment" id="alignment2">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="left_padding">12</property>
 | |
|                                 <child>
 | |
|                                   <placeholder/>
 | |
|                                 </child>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                             <child type="label">
 | |
|                               <object class="GtkLabel" id="label2">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="label" translatable="yes"><b>Out</b></property>
 | |
|                                 <property name="use_markup">True</property>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">True</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">1</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkFrame" id="frame3">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label_xalign">0</property>
 | |
|                             <child>
 | |
|                               <object class="GtkAlignment" id="alignment3">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="left_padding">12</property>
 | |
|                                 <child>
 | |
|                                   <placeholder/>
 | |
|                                 </child>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                             <child type="label">
 | |
|                               <object class="GtkLabel" id="label17">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="label" translatable="yes"><b>Etched out</b></property>
 | |
|                                 <property name="use_markup">True</property>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">True</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">2</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkFrame" id="frame4">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label_xalign">0</property>
 | |
|                             <property name="shadow_type">etched-out</property>
 | |
|                             <child>
 | |
|                               <object class="GtkAlignment" id="alignment4">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="left_padding">12</property>
 | |
|                                 <child>
 | |
|                                   <placeholder/>
 | |
|                                 </child>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                             <child type="label">
 | |
|                               <object class="GtkLabel" id="label18">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">False</property>
 | |
|                                 <property name="label" translatable="yes"><b>Etched out</b></property>
 | |
|                                 <property name="use_markup">True</property>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">True</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">3</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">True</property>
 | |
|                         <property name="fill">True</property>
 | |
|                         <property name="position">6</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkSeparator" id="separator4">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="orientation">vertical</property>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">True</property>
 | |
|                         <property name="position">7</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkBox" id="box4">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">False</property>
 | |
|                         <property name="orientation">vertical</property>
 | |
|                         <property name="spacing">6</property>
 | |
|                         <child>
 | |
|                           <object class="GtkScrolledWindow" id="scrolledwindow1">
 | |
|                             <property name="width_request">150</property>
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">True</property>
 | |
|                             <property name="vscrollbar_policy">always</property>
 | |
|                             <property name="shadow_type">in</property>
 | |
|                             <child>
 | |
|                               <object class="GtkTreeView" id="treeview1">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="model">liststore1</property>
 | |
|                                 <property name="headers_clickable">False</property>
 | |
|                                 <property name="search_column">0</property>
 | |
|                                 <child internal-child="selection">
 | |
|                                   <object class="GtkTreeSelection" id="treeview-selection"/>
 | |
|                                 </child>
 | |
|                                 <child>
 | |
|                                   <object class="GtkTreeViewColumn" id="treeviewcolumn3">
 | |
|                                     <property name="title" translatable="yes">Cool</property>
 | |
|                                     <child>
 | |
|                                       <object class="GtkCellRendererToggle" id="cellrenderertoggle1"/>
 | |
|                                       <attributes>
 | |
|                                         <attribute name="active">0</attribute>
 | |
|                                       </attributes>
 | |
|                                     </child>
 | |
|                                   </object>
 | |
|                                 </child>
 | |
|                                 <child>
 | |
|                                   <object class="GtkTreeViewColumn" id="treeviewcolumn4">
 | |
|                                     <property name="title" translatable="yes">Icon</property>
 | |
|                                     <child>
 | |
|                                       <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1">
 | |
|                                         <property name="follow_state">true</property>
 | |
|                                       </object>
 | |
|                                       <attributes>
 | |
|                                         <attribute name="icon_name">1</attribute>
 | |
|                                       </attributes>
 | |
|                                     </child>
 | |
|                                   </object>
 | |
|                                 </child>
 | |
|                                 <child>
 | |
|                                   <object class="GtkTreeViewColumn" id="treeviewcolumn1">
 | |
|                                     <property name="title" translatable="yes">Name</property>
 | |
|                                     <child>
 | |
|                                       <object class="GtkCellRendererText" id="cellrenderertext3"/>
 | |
|                                       <attributes>
 | |
|                                         <attribute name="text">2</attribute>
 | |
|                                       </attributes>
 | |
|                                     </child>
 | |
|                                   </object>
 | |
|                                 </child>
 | |
|                                 <child>
 | |
|                                   <object class="GtkTreeViewColumn" id="treeviewcolumn2">
 | |
|                                     <property name="title" translatable="yes">Nick</property>
 | |
|                                     <child>
 | |
|                                       <object class="GtkCellRendererText" id="cellrenderertext4"/>
 | |
|                                       <attributes>
 | |
|                                         <attribute name="text">3</attribute>
 | |
|                                       </attributes>
 | |
|                                     </child>
 | |
|                                   </object>
 | |
|                                 </child>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">True</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">0</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkScrolledWindow" id="scrolledwindow2">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">True</property>
 | |
|                             <property name="shadow_type">in</property>
 | |
|                             <property name="hscrollbar_policy">never</property>
 | |
|                             <child>
 | |
|                               <object class="GtkTextView" id="textview1">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="can_focus">True</property>
 | |
|                                 <property name="buffer">textbuffer1</property>
 | |
|                                 <property name="wrap_mode">2</property>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="expand">True</property>
 | |
|                             <property name="fill">True</property>
 | |
|                             <property name="position">1</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">True</property>
 | |
|                         <property name="fill">True</property>
 | |
|                         <property name="position">8</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">False</property>
 | |
|                     <property name="fill">True</property>
 | |
|                     <property name="position">2</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkSeparator" id="separator5">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">False</property>
 | |
|                     <property name="fill">True</property>
 | |
|                     <property name="position">3</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkBox" id="box5">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">False</property>
 | |
|                     <property name="spacing">10</property>
 | |
|                     <property name="homogeneous">True</property>
 | |
|                     <child>
 | |
|                       <object class="GtkNotebook" id="notebook1">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">True</property>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box6">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <placeholder/>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                         </child>
 | |
|                         <child type="tab">
 | |
|                           <object class="GtkLabel" id="label5">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label" translatable="yes">page 1</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="tab_fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box7">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <placeholder/>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">1</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child type="tab">
 | |
|                           <object class="GtkLabel" id="label6">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label" translatable="yes">page 2</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">1</property>
 | |
|                             <property name="tab_fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box8">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <placeholder/>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">2</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child type="tab">
 | |
|                           <object class="GtkLabel" id="label7">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label" translatable="yes">page 3</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">2</property>
 | |
|                             <property name="tab_fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">True</property>
 | |
|                         <property name="position">0</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkNotebook" id="notebook2">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">True</property>
 | |
|                         <property name="tab_pos">right</property>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box9">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <placeholder/>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                         </child>
 | |
|                         <child type="tab">
 | |
|                           <object class="GtkLabel" id="label8">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label" translatable="yes">page 1</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="tab_fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box10">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <placeholder/>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">1</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child type="tab">
 | |
|                           <object class="GtkLabel" id="label9">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label" translatable="yes">page 2</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">1</property>
 | |
|                             <property name="tab_fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box11">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <placeholder/>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">2</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child type="tab">
 | |
|                           <object class="GtkLabel" id="label10">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label" translatable="yes">page 3</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">2</property>
 | |
|                             <property name="tab_fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">True</property>
 | |
|                         <property name="position">1</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkNotebook" id="notebook3">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">True</property>
 | |
|                         <property name="tab_pos">bottom</property>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box12">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <placeholder/>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                         </child>
 | |
|                         <child type="tab">
 | |
|                           <object class="GtkLabel" id="label11">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label" translatable="yes">page 1</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="tab_fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box13">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <placeholder/>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">1</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child type="tab">
 | |
|                           <object class="GtkLabel" id="label12">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label" translatable="yes">page 2</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">1</property>
 | |
|                             <property name="tab_fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box14">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <placeholder/>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">2</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child type="tab">
 | |
|                           <object class="GtkLabel" id="label13">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label" translatable="yes">page 3</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">2</property>
 | |
|                             <property name="tab_fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">True</property>
 | |
|                         <property name="position">2</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkNotebook" id="notebook4">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">True</property>
 | |
|                         <property name="tab_pos">left</property>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box15">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <placeholder/>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                         </child>
 | |
|                         <child type="tab">
 | |
|                           <object class="GtkLabel" id="label14">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label" translatable="yes">page 1</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="tab_fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box16">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <placeholder/>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">1</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child type="tab">
 | |
|                           <object class="GtkLabel" id="label15">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label" translatable="yes">page 2</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">1</property>
 | |
|                             <property name="tab_fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="box17">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <child>
 | |
|                               <placeholder/>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">2</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child type="tab">
 | |
|                           <object class="GtkLabel" id="label16">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="can_focus">False</property>
 | |
|                             <property name="label" translatable="yes">page 3</property>
 | |
|                           </object>
 | |
|                           <packing>
 | |
|                             <property name="position">2</property>
 | |
|                             <property name="tab_fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">True</property>
 | |
|                         <property name="position">3</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">True</property>
 | |
|                     <property name="fill">True</property>
 | |
|                     <property name="position">4</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="name">page1</property>
 | |
|                 <property name="title" translatable="yes">Page 1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkOverlay" id="page2">
 | |
|                 <property name="visible">True</property>
 | |
|                 <child type="overlay">
 | |
|                   <object class="GtkRevealer" id="page2revealer">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="halign">center</property>
 | |
|                     <property name="valign">start</property>
 | |
|                     <child>
 | |
|                       <object class="GtkFrame" id="page2frame">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="margin-top">2</property>
 | |
|                         <child>
 | |
|                           <object class="GtkBox" id="page2box">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="margin-top">10</property>
 | |
|                             <property name="margin-bottom">10</property>
 | |
|                             <property name="margin-start">10</property>
 | |
|                             <property name="margin-end">10</property>
 | |
|                             <property name="spacing">20</property>
 | |
|                             <child>
 | |
|                               <object class="GtkLabel" id="page2note">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="hexpand">True</property>
 | |
|                                 <property name="halign">start</property>
 | |
|                                 <property name="label">NEWS!</property>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkButton" id="page2dismiss">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <child>
 | |
|                                   <object class="GtkImage" id="page2dismissi">
 | |
|                                     <property name="visible">True</property>
 | |
|                                     <property name="icon-name">window-close-symbolic</property>
 | |
|                                     <property name="icon-size">0</property>
 | |
|                                   </object>
 | |
|                                 </child>
 | |
|                               </object>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkGrid" id="page2grid">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="column-homogeneous">True</property>
 | |
|                     <property name="row-spacing">6</property>
 | |
|                     <property name="column-spacing">6</property>
 | |
|                     <property name="border-width">6</property>
 | |
|                     <child>
 | |
|                       <object class="GtkBox" id="page2box1">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="orientation">horizontal</property>
 | |
|                         <property name="spacing">6</property>
 | |
|                         <child>
 | |
|                           <object class="GtkSpinButton" id="verticalspin1">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <property name="adjustment">adjustment2</property>
 | |
|                           </object>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <object class="GtkSpinButton" id="verticalspin2">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="sensitive">False</property>
 | |
|                             <property name="orientation">vertical</property>
 | |
|                             <property name="adjustment">adjustment1</property>
 | |
|                           </object>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="left-attach">0</property>
 | |
|                         <property name="top-attach">0</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkLabel" id="filler1">
 | |
|                         <property name="visible">True</property>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="left-attach">1</property>
 | |
|                         <property name="top-attach">0</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkLabel" id="filler2">
 | |
|                         <property name="visible">True</property>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="left-attach">2</property>
 | |
|                         <property name="top-attach">0</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkActionBar" id="actionbar1">
 | |
|                         <property name="visible">True</property>
 | |
|                         <child type="center">
 | |
|                           <object class="GtkStackSwitcher" id="switcher">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="stack">stack</property>
 | |
|                             <property name="halign">center</property>
 | |
|                           </object>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="left-attach">0</property>
 | |
|                         <property name="top-attach">1</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkFrame" id="frame">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="hexpand">False</property>
 | |
|                         <child>
 | |
|                           <object class="GtkStack" id="stack">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="transition-type">crossfade</property>
 | |
|                             <property name="transition-duration">1000</property>
 | |
|                             <child>
 | |
|                               <object class="GtkScrolledWindow" id="swo">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="shadow-type">none</property>
 | |
|                                 <property name="hscrollbar_policy">never</property>
 | |
|                                 <child>
 | |
|                                   <object class="GtkTextView" id="tvo">
 | |
|                                     <property name="visible">True</property>
 | |
|                                     <property name="can_focus">True</property>
 | |
|                                     <property name="buffer">textbuffer2</property>
 | |
|                                   </object>
 | |
|                                 </child>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="name">page1</property>
 | |
|                                 <property name="icon-name">document-open-recent-symbolic</property>
 | |
|                                 <property name="title">News</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                             <child>
 | |
|                               <object class="GtkImage" id="imageo">
 | |
|                                 <property name="visible">True</property>
 | |
|                                 <property name="icon-name">gtk3-widget-factory</property>
 | |
|                                 <property name="pixel-size">256</property>
 | |
|                               </object>
 | |
|                               <packing>
 | |
|                                 <property name="name">page2</property>
 | |
|                                 <property name="icon-name">system-shutdown-symbolic</property>
 | |
|                                 <property name="title">Logo</property>
 | |
|                               </packing>
 | |
|                             </child>
 | |
|                           </object>
 | |
|                         </child>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="left-attach">0</property>
 | |
|                         <property name="top-attach">2</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="name">page2</property>
 | |
|                 <property name="title" translatable="yes">Page 2</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 | 
