227 lines
		
	
	
	
		
			8.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			227 lines
		
	
	
	
		
			8.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0"?>
 | 
						|
<interface>
 | 
						|
  <requires lib="gtk+" version="2.16"/>
 | 
						|
  <!-- interface-naming-policy project-wide -->
 | 
						|
  <object class="GtkWindow" id="item_archiving_preferences_window">
 | 
						|
    <property name="border_width">12</property>
 | 
						|
    <signal name="destroy" handler="on_item_archiving_preferences_window_destroy"/>
 | 
						|
    <child>
 | 
						|
      <object class="GtkVBox" id="vbox1">
 | 
						|
        <property name="visible">True</property>
 | 
						|
        <property name="orientation">vertical</property>
 | 
						|
        <property name="spacing">12</property>
 | 
						|
        <child>
 | 
						|
          <object class="GtkTable" id="table3">
 | 
						|
            <property name="visible">True</property>
 | 
						|
            <property name="n_rows">4</property>
 | 
						|
            <property name="n_columns">2</property>
 | 
						|
            <child>
 | 
						|
              <object class="GtkLabel" id="label8">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="label" translatable="yes">expire</property>
 | 
						|
              </object>
 | 
						|
              <packing>
 | 
						|
                <property name="top_attach">1</property>
 | 
						|
                <property name="bottom_attach">2</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <object class="GtkEntry" id="expire_entry">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="can_focus">True</property>
 | 
						|
                <property name="invisible_char">•</property>
 | 
						|
              </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="GtkComboBox" id="otr_combobox">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="model">liststore2</property>
 | 
						|
                <signal name="changed" handler="on_otr_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">2</property>
 | 
						|
                <property name="bottom_attach">3</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <object class="GtkComboBox" id="save_combobox">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="model">liststore1</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="right_attach">2</property>
 | 
						|
                <property name="top_attach">3</property>
 | 
						|
                <property name="bottom_attach">4</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <object class="GtkLabel" id="label10">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="label" translatable="yes">save</property>
 | 
						|
              </object>
 | 
						|
              <packing>
 | 
						|
                <property name="top_attach">3</property>
 | 
						|
                <property name="bottom_attach">4</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <object class="GtkLabel" id="label9">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="label" translatable="yes">otr</property>
 | 
						|
              </object>
 | 
						|
              <packing>
 | 
						|
                <property name="top_attach">2</property>
 | 
						|
                <property name="bottom_attach">3</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <object class="GtkLabel" id="label1">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="label" translatable="yes">jid</property>
 | 
						|
              </object>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <object class="GtkEntry" id="jid_entry">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="can_focus">True</property>
 | 
						|
                <property name="invisible_char">•</property>
 | 
						|
              </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="fill">False</property>
 | 
						|
            <property name="position">0</property>
 | 
						|
          </packing>
 | 
						|
        </child>
 | 
						|
        <child>
 | 
						|
          <object class="GtkHBox" id="hbox1">
 | 
						|
            <property name="visible">True</property>
 | 
						|
            <child>
 | 
						|
              <object class="GtkProgressBar" id="progressbar"/>
 | 
						|
              <packing>
 | 
						|
                <property name="expand">False</property>
 | 
						|
                <property name="fill">False</property>
 | 
						|
                <property name="position">0</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="cancel_button">
 | 
						|
                    <property name="label">gtk-cancel</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_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="receives_default">True</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="position">1</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
          </object>
 | 
						|
          <packing>
 | 
						|
            <property name="expand">False</property>
 | 
						|
            <property name="position">1</property>
 | 
						|
          </packing>
 | 
						|
        </child>
 | 
						|
      </object>
 | 
						|
    </child>
 | 
						|
  </object>
 | 
						|
  <object class="GtkListStore" id="liststore1">
 | 
						|
    <columns>
 | 
						|
      <!-- column-name item text -->
 | 
						|
      <column type="gchararray"/>
 | 
						|
    </columns>
 | 
						|
    <data>
 | 
						|
      <row>
 | 
						|
        <col id="0" translatable="yes">body</col>
 | 
						|
      </row>
 | 
						|
      <row>
 | 
						|
        <col id="0" translatable="yes">false</col>
 | 
						|
      </row>
 | 
						|
      <row>
 | 
						|
        <col id="0" translatable="yes">message</col>
 | 
						|
      </row>
 | 
						|
      <row>
 | 
						|
        <col id="0" translatable="yes">stream</col>
 | 
						|
      </row>
 | 
						|
    </data>
 | 
						|
  </object>
 | 
						|
  <object class="GtkListStore" id="liststore2">
 | 
						|
    <columns>
 | 
						|
      <!-- column-name item text -->
 | 
						|
      <column type="gchararray"/>
 | 
						|
    </columns>
 | 
						|
    <data>
 | 
						|
      <row>
 | 
						|
        <col id="0" translatable="yes">approve</col>
 | 
						|
      </row>
 | 
						|
      <row>
 | 
						|
        <col id="0" translatable="yes">concede</col>
 | 
						|
      </row>
 | 
						|
      <row>
 | 
						|
        <col id="0" translatable="yes">forbid</col>
 | 
						|
      </row>
 | 
						|
      <row>
 | 
						|
        <col id="0" translatable="yes">oppose</col>
 | 
						|
      </row>
 | 
						|
      <row>
 | 
						|
        <col id="0" translatable="yes">prefer</col>
 | 
						|
      </row>
 | 
						|
      <row>
 | 
						|
        <col id="0" translatable="yes">require</col>
 | 
						|
      </row>
 | 
						|
    </data>
 | 
						|
  </object>
 | 
						|
</interface>
 |