141 lines
		
	
	
	
		
			6.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			141 lines
		
	
	
	
		
			6.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
						|
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 | 
						|
<!--*- mode: xml -*-->
 | 
						|
<glade-interface>
 | 
						|
  <widget 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">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 | 
						|
    <signal name="key_press_event" handler="on_change_status_message_dialog_key_press_event"/>
 | 
						|
    <child internal-child="vbox">
 | 
						|
      <widget class="GtkVBox" id="dialog-vbox5">
 | 
						|
        <property name="visible">True</property>
 | 
						|
        <property name="spacing">6</property>
 | 
						|
        <child>
 | 
						|
          <widget class="GtkTable" id="table1">
 | 
						|
            <property name="visible">True</property>
 | 
						|
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 | 
						|
            <property name="n_rows">3</property>
 | 
						|
            <property name="n_columns">2</property>
 | 
						|
            <property name="column_spacing">6</property>
 | 
						|
            <property name="row_spacing">6</property>
 | 
						|
            <child>
 | 
						|
              <widget class="GtkLabel" id="label4">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 | 
						|
                <property name="label" translatable="yes">Message:</property>
 | 
						|
              </widget>
 | 
						|
              <packing>
 | 
						|
                <property name="top_attach">2</property>
 | 
						|
                <property name="bottom_attach">3</property>
 | 
						|
                <property name="x_options">GTK_FILL</property>
 | 
						|
                <property name="y_options">GTK_FILL</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <widget class="GtkLabel" id="label3">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 | 
						|
                <property name="label" translatable="yes">Specific:</property>
 | 
						|
              </widget>
 | 
						|
              <packing>
 | 
						|
                <property name="top_attach">1</property>
 | 
						|
                <property name="bottom_attach">2</property>
 | 
						|
                <property name="x_options">GTK_FILL</property>
 | 
						|
                <property name="y_options">GTK_FILL</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <widget class="GtkLabel" id="label2">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 | 
						|
                <property name="label" translatable="yes">General:</property>
 | 
						|
              </widget>
 | 
						|
              <packing>
 | 
						|
                <property name="x_options">GTK_FILL</property>
 | 
						|
                <property name="y_options">GTK_FILL</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <widget class="GtkEntry" id="description_entry">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="can_focus">True</property>
 | 
						|
              </widget>
 | 
						|
              <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>
 | 
						|
                <property name="y_options"></property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <widget class="GtkComboBox" id="subactivity_combobox">
 | 
						|
                <property name="visible">True</property>
 | 
						|
              </widget>
 | 
						|
              <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>
 | 
						|
                <property name="y_options"></property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <widget class="GtkComboBox" id="activity_combobox">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <signal name="changed" handler="on_activity_combobox_changed"/>
 | 
						|
              </widget>
 | 
						|
              <packing>
 | 
						|
                <property name="left_attach">1</property>
 | 
						|
                <property name="right_attach">2</property>
 | 
						|
                <property name="y_options"></property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
          </widget>
 | 
						|
          <packing>
 | 
						|
            <property name="position">2</property>
 | 
						|
          </packing>
 | 
						|
        </child>
 | 
						|
        <child internal-child="action_area">
 | 
						|
          <widget class="GtkHButtonBox" id="dialog-action_area">
 | 
						|
            <property name="visible">True</property>
 | 
						|
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 | 
						|
            <child>
 | 
						|
              <widget class="GtkButton" id="cancel_button">
 | 
						|
                <property name="visible">True</property>
 | 
						|
                <property name="can_focus">True</property>
 | 
						|
                <property name="can_default">True</property>
 | 
						|
                <property name="label">gtk-cancel</property>
 | 
						|
                <property name="use_stock">True</property>
 | 
						|
                <property name="response_id">-6</property>
 | 
						|
                <signal name="clicked" handler="on_cancel_button_clicked"/>
 | 
						|
              </widget>
 | 
						|
            </child>
 | 
						|
            <child>
 | 
						|
              <widget class="GtkButton" id="ok_button">
 | 
						|
                <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="label">gtk-ok</property>
 | 
						|
                <property name="use_stock">True</property>
 | 
						|
                <property name="response_id">-5</property>
 | 
						|
                <signal name="clicked" handler="on_ok_button_clicked"/>
 | 
						|
              </widget>
 | 
						|
              <packing>
 | 
						|
                <property name="position">1</property>
 | 
						|
              </packing>
 | 
						|
            </child>
 | 
						|
          </widget>
 | 
						|
          <packing>
 | 
						|
            <property name="expand">False</property>
 | 
						|
            <property name="fill">False</property>
 | 
						|
            <property name="pack_type">GTK_PACK_END</property>
 | 
						|
          </packing>
 | 
						|
        </child>
 | 
						|
      </widget>
 | 
						|
    </child>
 | 
						|
  </widget>
 | 
						|
</glade-interface>
 |