213 lines
		
	
	
	
		
			8.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			213 lines
		
	
	
	
		
			8.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!-- Generated with glade 3.18.3 -->
 | |
| <interface>
 | |
|   <requires lib="gtk+" version="3.12"/>
 | |
|   <object class="GtkImage" id="add_image">
 | |
|     <property name="visible">True</property>
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="stock">gtk-add</property>
 | |
|   </object>
 | |
|   <object class="GtkListStore" id="archive_items_liststore">
 | |
|     <columns>
 | |
|       <!-- column-name jid -->
 | |
|       <column type="gchararray"/>
 | |
|       <!-- column-name archive_pref -->
 | |
|       <column type="gchararray"/>
 | |
|     </columns>
 | |
|   </object>
 | |
|   <object class="GtkListStore" id="default_pref_liststore">
 | |
|     <columns>
 | |
|       <!-- column-name gchararray1 -->
 | |
|       <column type="gchararray"/>
 | |
|     </columns>
 | |
|     <data>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Always</col>
 | |
|       </row>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Roster</col>
 | |
|       </row>
 | |
|       <row>
 | |
|         <col id="0" translatable="yes">Never</col>
 | |
|       </row>
 | |
|     </data>
 | |
|   </object>
 | |
|   <object class="GtkImage" id="remove_image">
 | |
|     <property name="visible">True</property>
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="stock">gtk-remove</property>
 | |
|   </object>
 | |
|   <object class="GtkWindow" id="archiving_313_pref">
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="border_width">12</property>
 | |
|     <property name="window_position">center</property>
 | |
|     <property name="default_width">450</property>
 | |
|     <signal name="destroy" handler="on_archiving_preferences_window_destroy" swapped="no"/>
 | |
|     <child>
 | |
|       <object class="GtkGrid" id="pref_grid">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">False</property>
 | |
|         <property name="row_spacing">5</property>
 | |
|         <property name="column_spacing">10</property>
 | |
|         <child>
 | |
|           <object class="GtkScrolledWindow" id="scrolledwindow1">
 | |
|             <property name="height_request">150</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">True</property>
 | |
|             <property name="hexpand">True</property>
 | |
|             <property name="vexpand">True</property>
 | |
|             <property name="shadow_type">in</property>
 | |
|             <child>
 | |
|               <object class="GtkTreeView" id="archive_view">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="model">archive_items_liststore</property>
 | |
|                 <child internal-child="selection">
 | |
|                   <object class="GtkTreeSelection" id="treeview-selection2"/>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkTreeViewColumn" id="treeviewcolumn1">
 | |
|                     <property name="title" translatable="yes">Jabber ID</property>
 | |
|                     <property name="clickable">True</property>
 | |
|                     <property name="sort_indicator">True</property>
 | |
|                     <property name="sort_column_id">0</property>
 | |
|                     <child>
 | |
|                       <object class="GtkCellRendererText" id="cellrenderertext3"/>
 | |
|                       <attributes>
 | |
|                         <attribute name="text">0</attribute>
 | |
|                       </attributes>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkTreeViewColumn" id="treeviewcolumn2">
 | |
|                     <property name="title" translatable="yes">Preference</property>
 | |
|                     <property name="clickable">True</property>
 | |
|                     <property name="sort_indicator">True</property>
 | |
|                     <property name="sort_column_id">1</property>
 | |
|                     <child>
 | |
|                       <object class="GtkCellRendererText" id="cellrenderertext4"/>
 | |
|                       <attributes>
 | |
|                         <attribute name="text">1</attribute>
 | |
|                       </attributes>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                 </child>
 | |
|               </object>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">0</property>
 | |
|             <property name="top_attach">1</property>
 | |
|             <property name="width">2</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButtonBox" id="buttonbox1">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <property name="halign">start</property>
 | |
|             <property name="spacing">5</property>
 | |
|             <property name="layout_style">start</property>
 | |
|             <child>
 | |
|               <object class="GtkButton" id="add_button">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="receives_default">True</property>
 | |
|                 <property name="image">add_image</property>
 | |
|                 <signal name="clicked" handler="on_add_item_button_clicked" swapped="no"/>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="fill">True</property>
 | |
|                 <property name="position">0</property>
 | |
|                 <property name="non_homogeneous">True</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkButton" id="remove_button">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="receives_default">True</property>
 | |
|                 <property name="image">remove_image</property>
 | |
|                 <signal name="clicked" handler="on_remove_item_button_clicked" swapped="no"/>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">True</property>
 | |
|                 <property name="fill">True</property>
 | |
|                 <property name="position">1</property>
 | |
|                 <property name="non_homogeneous">True</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">0</property>
 | |
|             <property name="top_attach">2</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkGrid" id="grid1">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">False</property>
 | |
|             <property name="halign">start</property>
 | |
|             <property name="column_spacing">5</property>
 | |
|             <child>
 | |
|               <object class="GtkLabel" id="default_label">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">False</property>
 | |
|                 <property name="label" translatable="yes">Default:</property>
 | |
|                 <property name="xalign">0</property>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left_attach">0</property>
 | |
|                 <property name="top_attach">0</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkComboBox" id="default_cb">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">False</property>
 | |
|                 <property name="halign">start</property>
 | |
|                 <property name="hexpand">False</property>
 | |
|                 <property name="model">default_pref_liststore</property>
 | |
|                 <child>
 | |
|                   <object class="GtkCellRendererText" id="cellrenderertext1"/>
 | |
|                   <attributes>
 | |
|                     <attribute name="text">0</attribute>
 | |
|                   </attributes>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="left_attach">1</property>
 | |
|                 <property name="top_attach">0</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">0</property>
 | |
|             <property name="top_attach">0</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkButton" id="save_button">
 | |
|             <property name="label">gtk-save</property>
 | |
|             <property name="visible">True</property>
 | |
|             <property name="can_focus">True</property>
 | |
|             <property name="receives_default">True</property>
 | |
|             <property name="halign">end</property>
 | |
|             <property name="use_stock">True</property>
 | |
|             <property name="always_show_image">True</property>
 | |
|             <signal name="clicked" handler="on_save_button_clicked" swapped="no"/>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="left_attach">1</property>
 | |
|             <property name="top_attach">2</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <placeholder/>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 |