340 lines
		
	
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			340 lines
		
	
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0"?>
 | |
| <interface>
 | |
|   <requires lib="gtk+" version="2.16"/>
 | |
|   <!-- interface-naming-policy toplevel-contextual -->
 | |
|   <object class="GtkDialog" id="change_activity_dialog">
 | |
|     <property name="border_width">6</property>
 | |
|     <property name="title" translatable="yes">Set Activity</property>
 | |
|     <property name="default_width">270</property>
 | |
|     <property name="type_hint">dialog</property>
 | |
|     <child internal-child="vbox">
 | |
|       <object class="GtkVBox" id="dialog-vbox5">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="orientation">vertical</property>
 | |
|         <property name="spacing">6</property>
 | |
|         <child>
 | |
|           <object class="GtkCheckButton" id="enable_checkbutton">
 | |
|             <property name="label" translatable="yes">Set an activity</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">True</property>
 | |
|             <property name="receives_default">False</property>
 | |
|             <property name="draw_indicator">True</property>
 | |
|             <signal name="toggled" handler="on_enable_checkbutton_toggled"/>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|             <property name="fill">False</property>
 | |
|             <property name="position">2</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkNotebook" id="notebook">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="sensitive">False</property>
 | |
|             <property name="can_focus">True</property>
 | |
|             <child>
 | |
|               <object class="GtkVBox" id="doing_chores_vbox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|               </object>
 | |
|             </child>
 | |
|             <child type="tab">
 | |
|               <object class="GtkImage" id="doing_chores_image">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="stock">gtk-missing-image</property>
 | |
|                 <property name="icon-size">1</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="tab_fill">False</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkVBox" id="drinking_vbox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child type="tab">
 | |
|               <object class="GtkImage" id="drinking_image">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="stock">gtk-missing-image</property>
 | |
|                 <property name="icon-size">1</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">1</property>
 | |
|                 <property name="tab_fill">False</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkVBox" id="eating_vbox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">2</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child type="tab">
 | |
|               <object class="GtkImage" id="eating_image">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="stock">gtk-missing-image</property>
 | |
|                 <property name="icon-size">1</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">2</property>
 | |
|                 <property name="tab_fill">False</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkVBox" id="exercising_vbox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">3</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child type="tab">
 | |
|               <object class="GtkImage" id="exercising_image">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="stock">gtk-missing-image</property>
 | |
|                 <property name="icon-size">1</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">3</property>
 | |
|                 <property name="tab_fill">False</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkVBox" id="grooming_vbox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">4</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child type="tab">
 | |
|               <object class="GtkImage" id="grooming_image">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="stock">gtk-missing-image</property>
 | |
|                 <property name="icon-size">1</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">4</property>
 | |
|                 <property name="tab_fill">False</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkVBox" id="having_appointment_vbox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">5</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child type="tab">
 | |
|               <object class="GtkImage" id="having_appointment_image">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="stock">gtk-missing-image</property>
 | |
|                 <property name="icon-size">1</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">5</property>
 | |
|                 <property name="tab_fill">False</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkVBox" id="inactive_vbox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">6</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child type="tab">
 | |
|               <object class="GtkImage" id="inactive_image">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="stock">gtk-missing-image</property>
 | |
|                 <property name="icon-size">1</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">6</property>
 | |
|                 <property name="tab_fill">False</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkVBox" id="relaxing_vbox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">7</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child type="tab">
 | |
|               <object class="GtkImage" id="relaxing_image">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="stock">gtk-missing-image</property>
 | |
|                 <property name="icon-size">1</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">7</property>
 | |
|                 <property name="tab_fill">False</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkVBox" id="talking_vbox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">8</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child type="tab">
 | |
|               <object class="GtkImage" id="talking_image">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="stock">gtk-missing-image</property>
 | |
|                 <property name="icon-size">1</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">8</property>
 | |
|                 <property name="tab_fill">False</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkVBox" id="traveling_vbox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">9</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child type="tab">
 | |
|               <object class="GtkImage" id="traveling_image">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="stock">gtk-missing-image</property>
 | |
|                 <property name="icon-size">1</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">9</property>
 | |
|                 <property name="tab_fill">False</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkVBox" id="working_vbox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">10</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child type="tab">
 | |
|               <object class="GtkImage" id="working_image">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="stock">gtk-missing-image</property>
 | |
|                 <property name="icon-size">1</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">10</property>
 | |
|                 <property name="tab_fill">False</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="position">3</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkHBox" id="hbox1">
 | |
|             <property name="visible">True</property>
 | |
|             <child>
 | |
|               <object class="GtkLabel" id="label1">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="label" translatable="yes"><b>Message:</b> </property>
 | |
|                 <property name="use_markup">True</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="fill">False</property>
 | |
|                 <property name="position">0</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkEntry" id="description_entry">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="sensitive">False</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|             <property name="fill">False</property>
 | |
|             <property name="position">4</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child internal-child="action_area">
 | |
|           <object class="GtkHButtonBox" id="dialog-action_area">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="layout_style">end</property>
 | |
|             <child>
 | |
|               <object class="GtkButton" id="cancel_button">
 | |
|                 <property name="label">gtk-cancel</property>
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="can_default">True</property>
 | |
|                 <property name="receives_default">False</property>
 | |
|                 <property name="use_stock">True</property>
 | |
|                 <signal name="clicked" handler="on_cancel_button_clicked"/>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="fill">False</property>
 | |
|                 <property name="position">0</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkButton" id="ok_button">
 | |
|                 <property name="label">gtk-ok</property>
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="can_default">True</property>
 | |
|                 <property name="has_default">True</property>
 | |
|                 <property name="receives_default">False</property>
 | |
|                 <property name="use_stock">True</property>
 | |
|                 <signal name="clicked" handler="on_ok_button_clicked"/>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="fill">False</property>
 | |
|                 <property name="position">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|             <property name="fill">False</property>
 | |
|             <property name="pack_type">end</property>
 | |
|             <property name="position">0</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|     <action-widgets>
 | |
|       <action-widget response="-6">cancel_button</action-widget>
 | |
|       <action-widget response="-5">ok_button</action-widget>
 | |
|     </action-widgets>
 | |
|   </object>
 | |
| </interface>
 |