313 lines
		
	
	
	
		
			12 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			313 lines
		
	
	
	
		
			12 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0"?>
 | |
| <interface>
 | |
|   <requires lib="gtk+" version="2.16"/>
 | |
|   <!-- interface-naming-policy project-wide -->
 | |
|   <object class="GtkListStore" id="liststore1">
 | |
|     <columns>
 | |
|       <!-- column-name item -->
 | |
|       <column type="gchararray"/>
 | |
|     </columns>
 | |
|     <data>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">No</col>
 | |
|       </row>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Yes</col>
 | |
|       </row>
 | |
|     </data>
 | |
|   </object>
 | |
|   <object class="GtkListStore" id="liststore2">
 | |
|     <columns>
 | |
|       <!-- column-name item -->
 | |
|       <column type="gchararray"/>
 | |
|     </columns>
 | |
|     <data>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Prefer</col>
 | |
|       </row>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Concede</col>
 | |
|       </row>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Forbid</col>
 | |
|       </row>
 | |
|     </data>
 | |
|   </object>
 | |
|   <object class="GtkListStore" id="liststore3">
 | |
|     <columns>
 | |
|       <!-- column-name item -->
 | |
|       <column type="gchararray"/>
 | |
|     </columns>
 | |
|     <data>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Prefer</col>
 | |
|       </row>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Concede</col>
 | |
|       </row>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Forbid</col>
 | |
|       </row>
 | |
|     </data>
 | |
|   </object>
 | |
|   <object class="GtkListStore" id="liststore4">
 | |
|     <columns>
 | |
|       <!-- column-name item -->
 | |
|       <column type="gchararray"/>
 | |
|     </columns>
 | |
|     <data>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Prefer</col>
 | |
|       </row>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Concede</col>
 | |
|       </row>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Forbid</col>
 | |
|       </row>
 | |
|     </data>
 | |
|   </object>
 | |
|   <object class="GtkWindow" id="archiving_preferences_window">
 | |
|     <property name="border_width">12</property>
 | |
|     <property name="type_hint">dialog</property>
 | |
|     <signal name="destroy" handler="on_archiving_preferences_window_destroy"/>
 | |
|     <child>
 | |
|       <object class="GtkVBox" id="vbox1">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="orientation">vertical</property>
 | |
|         <child>
 | |
|           <object class="GtkTable" id="table1">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="n_rows">4</property>
 | |
|             <property name="n_columns">2</property>
 | |
|             <child>
 | |
|               <object class="GtkLabel" id="label4">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="label" translatable="yes"><i>Method Manual</i></property>
 | |
|                 <property name="use_markup">True</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="top_attach">3</property>
 | |
|                 <property name="bottom_attach">4</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkLabel" id="label3">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="label" translatable="yes"><i>Method Local</i></property>
 | |
|                 <property name="use_markup">True</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="top_attach">2</property>
 | |
|                 <property name="bottom_attach">3</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkLabel" id="label2">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="label" translatable="yes"><i>Method Auto</i></property>
 | |
|                 <property name="use_markup">True</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="top_attach">1</property>
 | |
|                 <property name="bottom_attach">2</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkComboBox" id="method_manual_combobox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="model">liststore4</property>
 | |
|                 <signal name="changed" handler="on_method_foo_combobox_changed"/>
 | |
|                 <child>
 | |
|                   <object class="GtkCellRendererText" id="cellrenderertext4"/>
 | |
|                   <attributes>
 | |
|                     <attribute name="text">0</attribute>
 | |
|                   </attributes>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left_attach">1</property>
 | |
|                 <property name="right_attach">2</property>
 | |
|                 <property name="top_attach">3</property>
 | |
|                 <property name="bottom_attach">4</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkComboBox" id="method_local_combobox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="model">liststore3</property>
 | |
|                 <signal name="changed" handler="on_method_foo_combobox_changed"/>
 | |
|                 <child>
 | |
|                   <object class="GtkCellRendererText" id="cellrenderertext3"/>
 | |
|                   <attributes>
 | |
|                     <attribute name="text">0</attribute>
 | |
|                   </attributes>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left_attach">1</property>
 | |
|                 <property name="right_attach">2</property>
 | |
|                 <property name="top_attach">2</property>
 | |
|                 <property name="bottom_attach">3</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkComboBox" id="method_auto_combobox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="model">liststore2</property>
 | |
|                 <signal name="changed" handler="on_method_foo_combobox_changed"/>
 | |
|                 <child>
 | |
|                   <object class="GtkCellRendererText" id="cellrenderertext2"/>
 | |
|                   <attributes>
 | |
|                     <attribute name="text">0</attribute>
 | |
|                   </attributes>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left_attach">1</property>
 | |
|                 <property name="right_attach">2</property>
 | |
|                 <property name="top_attach">1</property>
 | |
|                 <property name="bottom_attach">2</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkLabel" id="label5">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="label" translatable="yes">Auto</property>
 | |
|               </object>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkComboBox" id="auto_combobox">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="model">liststore1</property>
 | |
|                 <signal name="changed" handler="on_auto_combobox_changed"/>
 | |
|                 <child>
 | |
|                   <object class="GtkCellRendererText" id="cellrenderertext1"/>
 | |
|                   <attributes>
 | |
|                     <attribute name="text">0</attribute>
 | |
|                   </attributes>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left_attach">1</property>
 | |
|                 <property name="right_attach">2</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|             <property name="position">0</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkVBox" id="vbox2">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="orientation">vertical</property>
 | |
|             <child>
 | |
|               <object class="GtkScrolledWindow" id="scrolledwindow1">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="hscrollbar_policy">automatic</property>
 | |
|                 <property name="vscrollbar_policy">automatic</property>
 | |
|                 <child>
 | |
|                   <object class="GtkTreeView" id="item_treeview">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <signal name="cursor_changed" handler="on_item_treeview_cursor_changed"/>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">0</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkHButtonBox" id="hbuttonbox2">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="layout_style">spread</property>
 | |
|                 <child>
 | |
|                   <object class="GtkButton" id="add_button">
 | |
|                     <property name="label">gtk-add</property>
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <property name="receives_default">True</property>
 | |
|                     <property name="use_stock">True</property>
 | |
|                     <signal name="clicked" handler="on_add_item_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="remove_button">
 | |
|                     <property name="label">gtk-remove</property>
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <property name="receives_default">True</property>
 | |
|                     <property name="use_stock">True</property>
 | |
|                     <signal name="clicked" handler="on_remove_item_button_clicked"/>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">False</property>
 | |
|                     <property name="fill">False</property>
 | |
|                     <property name="position">1</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkButton" id="edit_button">
 | |
|                     <property name="label">gtk-edit</property>
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <property name="receives_default">True</property>
 | |
|                     <property name="use_stock">True</property>
 | |
|                     <signal name="clicked" handler="on_edit_item_button_clicked"/>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">False</property>
 | |
|                     <property name="fill">False</property>
 | |
|                     <property name="position">2</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="position">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="position">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkHButtonBox" id="hbuttonbox1">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="layout_style">end</property>
 | |
|             <child>
 | |
|               <object class="GtkButton" id="close_button">
 | |
|                 <property name="label">gtk-close</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_close_button_clicked"/>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="fill">False</property>
 | |
|                 <property name="position">0</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|             <property name="position">2</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 |