<?xml version="1.0"?>
<GTK-Interface>

<project>
  <name>mixgtk</name>
  <program_name>mixgtk</program_name>
  <directory></directory>
  <source_directory>src</source_directory>
  <pixmaps_directory>.</pixmaps_directory>
  <language>C</language>
  <gnome_support>False</gnome_support>
  <gettext_support>False</gettext_support>
  <use_widget_names>True</use_widget_names>
  <output_build_files>False</output_build_files>
  <backup_source_files>False</backup_source_files>
</project>

<widget>
  <class>GtkWindow</class>
  <name>main_window</name>
  <visible>False</visible>
  <signal>
    <name>destroy</name>
    <handler>on_main_window_destroy</handler>
    <last_modification_time>Tue, 20 Feb 2001 21:58:29 GMT</last_modification_time>
  </signal>
  <title>gmixvm</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <default_width>650</default_width>
  <default_height>550</default_height>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>True</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <name>main_vbox</name>
    <border_width>2</border_width>
    <homogeneous>False</homogeneous>
    <spacing>2</spacing>

    <widget>
      <class>GtkMenuBar</class>
      <name>mainmenubar</name>
      <shadow_type>GTK_SHADOW_OUT</shadow_type>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkMenuItem</class>
	<name>file</name>
	<label>_File</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>file_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>file_open</name>
	    <tooltip>Load a MIX file</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_F3</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_file_open_activate</handler>
	      <last_modification_time>Tue, 20 Feb 2001 22:37:58 GMT</last_modification_time>
	    </signal>
	    <label>_Load...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>edit</name>
	    <tooltip>Edit a MIXAL source file</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_F4</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_file_edit_activate</handler>
	      <last_modification_time>Fri, 08 Jun 2001 21:11:13 GMT</last_modification_time>
	    </signal>
	    <label>_Edit...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>compile</name>
	    <tooltip>Compile a MIXAL source file</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_F5</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_file_compile_activate</handler>
	      <last_modification_time>Fri, 08 Jun 2001 21:11:33 GMT</last_modification_time>
	    </signal>
	    <label>_Compile...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator2</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>file_exit</name>
	    <tooltip>Exit application</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_Q</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_file_exit_activate</handler>
	      <last_modification_time>Tue, 20 Feb 2001 22:37:58 GMT</last_modification_time>
	    </signal>
	    <label>E_xit</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>view</name>
	<label>_View</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>view_menu</name>

	  <widget>
	    <class>GtkCheckMenuItem</class>
	    <name>show_toolbars</name>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_T</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>toggled</name>
	      <handler>on_show_toolbars_toggled</handler>
	      <last_modification_time>Thu, 16 Aug 2001 20:14:16 GMT</last_modification_time>
	    </signal>
	    <label>_Toolbar</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator5</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>split_windows</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_split_windows_activate</handler>
	      <last_modification_time>Thu, 16 Aug 2001 21:48:57 GMT</last_modification_time>
	    </signal>
	    <label>Split _windows</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>debug</name>
	<label>D_ebug</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>debug_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>debug_run</name>
	    <tooltip>Run program</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_R</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_debug_run_activate</handler>
	      <last_modification_time>Sat, 10 Mar 2001 11:35:16 GMT</last_modification_time>
	    </signal>
	    <label>_Run</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>debug_next</name>
	    <tooltip>Execute next instruction</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_N</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_debug_next_activate</handler>
	      <last_modification_time>Sat, 10 Mar 2001 11:35:16 GMT</last_modification_time>
	    </signal>
	    <label>_Next</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>clear_breakpoints</name>
	    <tooltip>Clear all set breakpoints</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_C</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_clear_breakpoints_activate</handler>
	      <last_modification_time>Thu, 15 Mar 2001 23:26:49 GMT</last_modification_time>
	    </signal>
	    <label>_Clear breakpoints</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>symbols</name>
	    <tooltip>Show the symbol table</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_Y</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_symbols_activate</handler>
	      <last_modification_time>Mon, 18 Jun 2001 22:17:06 GMT</last_modification_time>
	    </signal>
	    <label>_Symbols...</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>settings1</name>
	<label>_Settings</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>settings1_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>colors</name>
	    <tooltip>Change colors of MIXAL</tooltip>
	    <signal>
	      <name>activate</name>
	      <handler>on_colors_activate</handler>
	      <last_modification_time>Wed, 11 Apr 2001 23:15:11 GMT</last_modification_time>
	    </signal>
	    <label>_Colors...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>fonts1</name>
	    <label>Change _font</label>
	    <right_justify>False</right_justify>

	    <widget>
	      <class>GtkMenu</class>
	      <name>fonts1_menu</name>

	      <widget>
		<class>GtkMenuItem</class>
		<name>mix</name>
		<signal>
		  <name>activate</name>
		  <handler>on_mix_font_activate</handler>
		  <last_modification_time>Wed, 25 Apr 2001 01:55:53 GMT</last_modification_time>
		</signal>
		<label>_MIX</label>
		<right_justify>False</right_justify>
	      </widget>

	      <widget>
		<class>GtkMenuItem</class>
		<name>mixal</name>
		<signal>
		  <name>activate</name>
		  <handler>on_mixal_font_activate</handler>
		  <last_modification_time>Wed, 25 Apr 2001 01:55:53 GMT</last_modification_time>
		</signal>
		<label>MI_XAL</label>
		<right_justify>False</right_justify>
	      </widget>

	      <widget>
		<class>GtkMenuItem</class>
		<name>command_prompt</name>
		<signal>
		  <name>activate</name>
		  <handler>on_prompt_font_activate</handler>
		  <last_modification_time>Wed, 25 Apr 2001 01:55:53 GMT</last_modification_time>
		</signal>
		<label>Command _prompt</label>
		<right_justify>False</right_justify>
	      </widget>

	      <widget>
		<class>GtkMenuItem</class>
		<name>command_log</name>
		<signal>
		  <name>activate</name>
		  <handler>on_log_font_activate</handler>
		  <last_modification_time>Wed, 25 Apr 2001 01:55:53 GMT</last_modification_time>
		</signal>
		<label>Command l_og</label>
		<right_justify>False</right_justify>
	      </widget>

	      <widget>
		<class>GtkMenuItem</class>
		<name>devices</name>
		<signal>
		  <name>activate</name>
		  <handler>on_devices_font_activate</handler>
		  <last_modification_time>Thu, 10 May 2001 21:38:40 GMT</last_modification_time>
		</signal>
		<label>De_vices</label>
		<right_justify>False</right_justify>
	      </widget>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>device_output1</name>
	    <tooltip>Change format of binary devices output</tooltip>
	    <signal>
	      <name>activate</name>
	      <handler>on_devform_activate</handler>
	      <last_modification_time>Wed, 30 May 2001 20:44:48 GMT</last_modification_time>
	    </signal>
	    <label>_Device output...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>devices_dir</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_devdir_activate</handler>
	      <last_modification_time>Sun, 08 Jul 2001 20:58:13 GMT</last_modification_time>
	    </signal>
	    <label>De_vices dir...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>external_programs1</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_external_programs_activate</handler>
	      <last_modification_time>Fri, 01 Jun 2001 23:35:01 GMT</last_modification_time>
	    </signal>
	    <label>E_xternal programs...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator3</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>save</name>
	    <tooltip>Save current settings</tooltip>
	    <signal>
	      <name>activate</name>
	      <handler>on_save_activate</handler>
	      <last_modification_time>Sat, 28 Apr 2001 22:51:02 GMT</last_modification_time>
	    </signal>
	    <label>_Save</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkCheckMenuItem</class>
	    <name>save_on_exit</name>
	    <tooltip>Toogle save settings on exit</tooltip>
	    <signal>
	      <name>toggled</name>
	      <handler>on_save_on_exit_toggle</handler>
	      <last_modification_time>Sun, 29 Apr 2001 10:26:16 GMT</last_modification_time>
	    </signal>
	    <label>Save on _exit</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>help</name>
	<label>_Help</label>
	<right_justify>True</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>help_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>about</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_about_activate</handler>
	      <last_modification_time>Tue, 13 Mar 2001 01:37:20 GMT</last_modification_time>
	    </signal>
	    <label>_About...</label>
	    <right_justify>True</right_justify>
	  </widget>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkToolbar</class>
      <name>main_toolbar</name>
      <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
      <type>GTK_TOOLBAR_ICONS</type>
      <space_size>15</space_size>
      <space_style>GTK_TOOLBAR_SPACE_EMPTY</space_style>
      <relief>GTK_RELIEF_NORMAL</relief>
      <tooltips>True</tooltips>
      <child>
	<padding>1</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>load_button</name>
	<tooltip>Load MIX program</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_file_open_activate</handler>
	  <last_modification_time>Wed, 15 Aug 2001 00:10:04 GMT</last_modification_time>
	</signal>
	<label>Load</label>
	<icon>open.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>compile_button</name>
	<tooltip>Compile MIXAL source</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_file_compile_activate</handler>
	  <last_modification_time>Wed, 15 Aug 2001 00:11:29 GMT</last_modification_time>
	</signal>
	<label>Build</label>
	<icon>compile.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>edit_button</name>
	<tooltip>Edit MIXAL source</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_file_edit_activate</handler>
	  <last_modification_time>Wed, 15 Aug 2001 00:11:03 GMT</last_modification_time>
	</signal>
	<label>Edit</label>
	<icon>edit.xpm</icon>
      </widget>

      <widget>
	<class>GtkVSeparator</class>
	<name>vseparator6</name>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>run_button</name>
	<tooltip>Run</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_debug_run_activate</handler>
	  <last_modification_time>Wed, 15 Aug 2001 00:12:03 GMT</last_modification_time>
	</signal>
	<label>Run</label>
	<icon>run.xpm</icon>
	<child>
	  <new_group>True</new_group>
	</child>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>step_button</name>
	<tooltip>Next</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_debug_next_activate</handler>
	  <last_modification_time>Wed, 15 Aug 2001 00:12:36 GMT</last_modification_time>
	</signal>
	<label>Step</label>
	<icon>next.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>clear_button</name>
	<tooltip>Clear breakpoints</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_clear_breakpoints_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 12:58:32 GMT</last_modification_time>
	</signal>
	<label>Clear</label>
	<icon>clear.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>symbols_button</name>
	<tooltip>Symbol table</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_symbols_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 13:02:32 GMT</last_modification_time>
	</signal>
	<label>Symbols</label>
	<icon>symbols.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button29</name>
	<tooltip>Colors</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_colors_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 13:36:24 GMT</last_modification_time>
	</signal>
	<label>Colors</label>
	<icon>colors.xpm</icon>
	<child>
	  <new_group>True</new_group>
	</child>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button28</name>
	<tooltip>Device directory</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_devdir_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 13:14:09 GMT</last_modification_time>
	</signal>
	<label>Device dir</label>
	<icon>devdir.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button30</name>
	<tooltip>Output format</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_devform_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 14:46:32 GMT</last_modification_time>
	</signal>
	<label>Output</label>
	<icon>output.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button31</name>
	<tooltip>External programs</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_external_programs_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 23:56:34 GMT</last_modification_time>
	</signal>
	<label>Extern</label>
	<icon>extern.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button26</name>
	<tooltip>Split windows</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_split_windows_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 22:18:03 GMT</last_modification_time>
	</signal>
	<label>Split</label>
	<icon>splitw.xpm</icon>
	<child>
	  <new_group>True</new_group>
	</child>
      </widget>
    </widget>

    <widget>
      <class>GtkVBox</class>
      <name>inner_vbox</name>
      <homogeneous>False</homogeneous>
      <spacing>0</spacing>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkNotebook</class>
	<name>main_notebook</name>
	<can_focus>True</can_focus>
	<signal>
	  <name>switch_page</name>
	  <handler>on_notebook_switch_page</handler>
	  <last_modification_time>Thu, 21 Jun 2001 20:33:09 GMT</last_modification_time>
	</signal>
	<show_tabs>True</show_tabs>
	<show_border>True</show_border>
	<tab_pos>GTK_POS_TOP</tab_pos>
	<scrollable>False</scrollable>
	<tab_hborder>2</tab_hborder>
	<tab_vborder>2</tab_vborder>
	<popup_enable>False</popup_enable>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkFixed</class>
	  <name>mixvm_widget</name>
	  <width>375</width>
	  <height>287</height>

	  <widget>
	    <class>GtkEntry</class>
	    <name>rJ_entry</name>
	    <x>304</x>
	    <y>88</y>
	    <width>60</width>
	    <height>24</height>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>button_press_event</name>
	      <handler>on_register_click</handler>
	      <last_modification_time>Sun, 11 Mar 2001 11:45:00 GMT</last_modification_time>
	    </signal>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>rA_entry</name>
	    <x>40</x>
	    <y>24</y>
	    <width>120</width>
	    <height>24</height>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>button_press_event</name>
	      <handler>on_register_click</handler>
	      <last_modification_time>Mon, 12 Mar 2001 23:09:49 GMT</last_modification_time>
	    </signal>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>rX_entry</name>
	    <x>248</x>
	    <y>24</y>
	    <width>120</width>
	    <height>24</height>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>button_press_event</name>
	      <handler>on_register_click</handler>
	      <last_modification_time>Sun, 11 Mar 2001 11:43:29 GMT</last_modification_time>
	    </signal>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>rI2_entry</name>
	    <x>40</x>
	    <y>144</y>
	    <width>60</width>
	    <height>22</height>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>button_press_event</name>
	      <handler>on_register_click</handler>
	      <last_modification_time>Sun, 11 Mar 2001 11:45:39 GMT</last_modification_time>
	    </signal>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>rI1_entry</name>
	    <x>40</x>
	    <y>88</y>
	    <width>60</width>
	    <height>24</height>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>button_press_event</name>
	      <handler>on_register_click</handler>
	      <last_modification_time>Sun, 11 Mar 2001 11:43:44 GMT</last_modification_time>
	    </signal>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>rI3_entry</name>
	    <x>40</x>
	    <y>200</y>
	    <width>60</width>
	    <height>22</height>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>button_press_event</name>
	      <handler>on_register_click</handler>
	      <last_modification_time>Sun, 11 Mar 2001 11:46:37 GMT</last_modification_time>
	    </signal>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>rI4_entry</name>
	    <x>168</x>
	    <y>88</y>
	    <width>60</width>
	    <height>24</height>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>button_press_event</name>
	      <handler>on_register_click</handler>
	      <last_modification_time>Sun, 11 Mar 2001 11:44:21 GMT</last_modification_time>
	    </signal>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>rI6_entry</name>
	    <x>168</x>
	    <y>200</y>
	    <width>60</width>
	    <height>22</height>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>button_press_event</name>
	      <handler>on_register_click</handler>
	      <last_modification_time>Sun, 11 Mar 2001 11:46:58 GMT</last_modification_time>
	    </signal>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label159</name>
	    <x>8</x>
	    <y>248</y>
	    <width>64</width>
	    <height>16</height>
	    <label>Elapsed:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label158</name>
	    <x>128</x>
	    <y>248</y>
	    <width>64</width>
	    <height>16</height>
	    <label>Program:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label157</name>
	    <x>256</x>
	    <y>248</y>
	    <width>48</width>
	    <height>16</height>
	    <label>Uptime:</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkVSeparator</class>
	    <name>vseparator1</name>
	    <x>376</x>
	    <y>10</y>
	    <width>16</width>
	    <height>263</height>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>rI5_entry</name>
	    <x>168</x>
	    <y>144</y>
	    <width>60</width>
	    <height>22</height>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>button_press_event</name>
	      <handler>on_register_click</handler>
	      <last_modification_time>Sun, 11 Mar 2001 11:46:05 GMT</last_modification_time>
	    </signal>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	  </widget>

	  <widget>
	    <class>GtkEntry</class>
	    <name>loc_entry</name>
	    <x>300</x>
	    <y>200</y>
	    <width>40</width>
	    <height>22</height>
	    <can_focus>True</can_focus>
	    <editable>False</editable>
	    <text_visible>True</text_visible>
	    <text_max_length>0</text_max_length>
	    <text></text>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>program_label</name>
	    <x>184</x>
	    <y>248</y>
	    <width>56</width>
	    <height>16</height>
	    <label>000000</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>elapsed_label</name>
	    <x>64</x>
	    <y>248</y>
	    <width>48</width>
	    <height>16</height>
	    <label>000000</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>uptime_label</name>
	    <x>296</x>
	    <y>248</y>
	    <width>72</width>
	    <height>16</height>
	    <label>00000000</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkCheckButton</class>
	    <name>over_toggle</name>
	    <x>288</x>
	    <y>168</y>
	    <width>88</width>
	    <height>16</height>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>toggled</name>
	      <handler>on_overflow_toggled</handler>
	      <last_modification_time>Tue, 06 Mar 2001 21:32:39 GMT</last_modification_time>
	    </signal>
	    <label>Overflow</label>
	    <active>False</active>
	    <draw_indicator>True</draw_indicator>
	  </widget>

	  <widget>
	    <class>GtkRadioButton</class>
	    <name>greater_radio</name>
	    <x>336</x>
	    <y>128</y>
	    <width>32</width>
	    <height>24</height>
	    <tooltip>Comparison flag: greater</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>toggled</name>
	      <handler>on_cmp_g_toggled</handler>
	      <last_modification_time>Tue, 06 Mar 2001 21:21:40 GMT</last_modification_time>
	    </signal>
	    <label>G</label>
	    <active>False</active>
	    <draw_indicator>True</draw_indicator>
	    <group>cmp_group</group>
	  </widget>

	  <widget>
	    <class>GtkScrolledWindow</class>
	    <name>memory_scroll</name>
	    <x>398</x>
	    <y>16</y>
	    <width>225</width>
	    <height>248</height>
	    <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
	    <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
	    <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	    <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>

	    <widget>
	      <class>GtkCList</class>
	      <name>memory_cells</name>
	      <width>195</width>
	      <height>248</height>
	      <tooltip>Click cell to change value</tooltip>
	      <can_focus>True</can_focus>
	      <signal>
		<name>select_row</name>
		<handler>on_memory_cells_select_row</handler>
		<after>True</after>
		<last_modification_time>Tue, 13 Mar 2001 07:38:52 GMT</last_modification_time>
	      </signal>
	      <signal>
		<name>click_column</name>
		<handler>on_memory_cells_click_column</handler>
		<last_modification_time>Wed, 14 Mar 2001 14:18:57 GMT</last_modification_time>
	      </signal>
	      <columns>2</columns>
	      <column_widths>53,135</column_widths>
	      <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
	      <show_titles>True</show_titles>
	      <shadow_type>GTK_SHADOW_IN</shadow_type>

	      <widget>
		<class>GtkLabel</class>
		<child_name>CList:title</child_name>
		<name>label165</name>
		<label>address</label>
		<justify>GTK_JUSTIFY_CENTER</justify>
		<wrap>False</wrap>
		<xalign>0.5</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
	      </widget>

	      <widget>
		<class>GtkLabel</class>
		<child_name>CList:title</child_name>
		<name>label166</name>
		<label>contents</label>
		<justify>GTK_JUSTIFY_CENTER</justify>
		<wrap>False</wrap>
		<xalign>0.5</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
	      </widget>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkRadioButton</class>
	    <name>lesser_radio</name>
	    <x>264</x>
	    <y>128</y>
	    <width>35</width>
	    <height>24</height>
	    <tooltip>Comparison flag: lesser</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>toggled</name>
	      <handler>on_cmp_l_toggled</handler>
	      <last_modification_time>Tue, 06 Mar 2001 21:21:51 GMT</last_modification_time>
	    </signal>
	    <label>L</label>
	    <active>False</active>
	    <draw_indicator>True</draw_indicator>
	    <group>cmp_group</group>
	  </widget>

	  <widget>
	    <class>GtkRadioButton</class>
	    <name>equal_radio</name>
	    <x>304</x>
	    <y>128</y>
	    <width>31</width>
	    <height>24</height>
	    <tooltip>Comparison flag: equal</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>toggled</name>
	      <handler>on_cmp_e_toggled</handler>
	      <last_modification_time>Tue, 06 Mar 2001 21:22:04 GMT</last_modification_time>
	    </signal>
	    <label>E</label>
	    <active>False</active>
	    <draw_indicator>True</draw_indicator>
	    <group>cmp_group</group>
	  </widget>

	  <widget>
	    <class>GtkButton</class>
	    <name>loc_arrow</name>
	    <x>346</x>
	    <y>200</y>
	    <width>30</width>
	    <height>23</height>
	    <tooltip>View loc address</tooltip>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>clicked</name>
	      <handler>on_loc_arrow_clicked</handler>
	      <last_modification_time>Thu, 16 Aug 2001 21:01:57 GMT</last_modification_time>
	    </signal>
	    <relief>GTK_RELIEF_NORMAL</relief>

	    <widget>
	      <class>GtkPixmap</class>
	      <name>pixmap1</name>
	      <filename>jump.xpm</filename>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <build_insensitive>True</build_insensitive>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label97</name>
	    <x>8</x>
	    <y>27</y>
	    <width>31</width>
	    <height>16</height>
	    <label>A</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label98</name>
	    <x>216</x>
	    <y>27</y>
	    <width>31</width>
	    <height>16</height>
	    <label>X</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label100</name>
	    <x>8</x>
	    <y>91</y>
	    <width>31</width>
	    <height>16</height>
	    <label>I1</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label103</name>
	    <x>136</x>
	    <y>91</y>
	    <width>32</width>
	    <height>16</height>
	    <label>I4</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label99</name>
	    <x>272</x>
	    <y>91</y>
	    <width>31</width>
	    <height>16</height>
	    <label>J</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label101</name>
	    <x>8</x>
	    <y>147</y>
	    <width>31</width>
	    <height>16</height>
	    <label>I2</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label104</name>
	    <x>136</x>
	    <y>147</y>
	    <width>31</width>
	    <height>16</height>
	    <label>I5</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label102</name>
	    <x>8</x>
	    <y>203</y>
	    <width>31</width>
	    <height>16</height>
	    <label>I3</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label105</name>
	    <x>136</x>
	    <y>203</y>
	    <width>31</width>
	    <height>16</height>
	    <label>I6</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label167</name>
	    <x>256</x>
	    <y>203</y>
	    <width>48</width>
	    <height>16</height>
	    <label>LOC</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>

	  <widget>
	    <class>GtkVSeparator</class>
	    <name>vseparator2</name>
	    <x>0</x>
	    <y>8</y>
	    <width>16</width>
	    <height>263</height>
	  </widget>

	  <widget>
	    <class>GtkVSeparator</class>
	    <name>vseparator3</name>
	    <x>626</x>
	    <y>8</y>
	    <width>16</width>
	    <height>263</height>
	  </widget>

	  <widget>
	    <class>GtkHSeparator</class>
	    <name>hseparator1</name>
	    <x>8</x>
	    <y>232</y>
	    <width>376</width>
	    <height>16</height>
	  </widget>

	  <widget>
	    <class>GtkHSeparator</class>
	    <name>hseparator2</name>
	    <x>6</x>
	    <y>265</y>
	    <width>627</width>
	    <height>16</height>
	  </widget>

	  <widget>
	    <class>GtkHSeparator</class>
	    <name>hseparator3</name>
	    <x>7</x>
	    <y>1</y>
	    <width>626</width>
	    <height>16</height>
	  </widget>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>Notebook:tab</child_name>
	  <name>label105</name>
	  <label>_MIX</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>

	<widget>
	  <class>GtkScrolledWindow</class>
	  <name>mixal_scrol</name>
	  <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
	  <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
	  <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	  <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>

	  <widget>
	    <class>GtkCList</class>
	    <name>mixal_clist</name>
	    <tooltip>Click to toggle breakpoint</tooltip>
	    <can_focus>True</can_focus>
	    <events>GDK_POINTER_MOTION_MASK</events>
	    <signal>
	      <name>select_row</name>
	      <handler>on_mixal_select_row</handler>
	      <after>True</after>
	      <last_modification_time>Sun, 11 Mar 2001 01:15:28 GMT</last_modification_time>
	    </signal>
	    <signal>
	      <name>motion_notify_event</name>
	      <handler>on_mixal_motion_notify_event</handler>
	      <last_modification_time>Sun, 17 Jun 2001 19:44:48 GMT</last_modification_time>
	    </signal>
	    <columns>2</columns>
	    <column_widths>152,80</column_widths>
	    <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
	    <show_titles>True</show_titles>
	    <shadow_type>GTK_SHADOW_IN</shadow_type>

	    <widget>
	      <class>GtkLabel</class>
	      <child_name>CList:title</child_name>
	      <name>label213</name>
	      <label>memory</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	    </widget>

	    <widget>
	      <class>GtkLabel</class>
	      <child_name>CList:title</child_name>
	      <name>label214</name>
	      <label>source</label>
	      <justify>GTK_JUSTIFY_CENTER</justify>
	      <wrap>False</wrap>
	      <xalign>0.5</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>Notebook:tab</child_name>
	  <name>label106</name>
	  <label>MI_XAL</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>

	<widget>
	  <class>GtkNotebook</class>
	  <name>devices_notebook</name>
	  <width>404</width>
	  <height>254</height>
	  <can_focus>True</can_focus>
	  <show_tabs>True</show_tabs>
	  <show_border>True</show_border>
	  <tab_pos>GTK_POS_RIGHT</tab_pos>
	  <scrollable>True</scrollable>
	  <tab_hborder>2</tab_hborder>
	  <tab_vborder>2</tab_vborder>
	  <popup_enable>True</popup_enable>

	  <widget>
	    <class>Placeholder</class>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <child_name>Notebook:tab</child_name>
	    <name>label156</name>
	    <label>term</label>
	    <justify>GTK_JUSTIFY_CENTER</justify>
	    <wrap>False</wrap>
	    <xalign>0.5</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	  </widget>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>Notebook:tab</child_name>
	  <name>devices_label</name>
	  <label>De_vices</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>
      </widget>

      <widget>
	<class>GtkScrolledWindow</class>
	<name>scrolledwindow25</name>
	<border_width>2</border_width>
	<hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
	<vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
	<hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	<vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkViewport</class>
	  <name>viewport1</name>
	  <shadow_type>GTK_SHADOW_IN</shadow_type>

	  <widget>
	    <class>GtkVBox</class>
	    <name>prompt_vbox</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>

	    <widget>
	      <class>GtkScrolledWindow</class>
	      <name>mixlog_scrolledwindow</name>
	      <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
	      <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
	      <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	      <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>

	      <widget>
		<class>GtkText</class>
		<name>command_log</name>
		<editable>False</editable>
		<text></text>
	      </widget>
	    </widget>

	    <widget>
	      <class>GtkEntry</class>
	      <name>command_prompt</name>
	      <tooltip>Enter MIXVM command here</tooltip>
	      <can_focus>True</can_focus>
	      <has_focus>True</has_focus>
	      <signal>
		<name>key_press_event</name>
		<handler>on_command_prompt_key_press_event</handler>
		<after>True</after>
		<last_modification_time>Wed, 06 Jun 2001 06:46:05 GMT</last_modification_time>
	      </signal>
	      <editable>True</editable>
	      <text_visible>True</text_visible>
	      <text_max_length>0</text_max_length>
	      <text></text>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>
	  </widget>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkStatusbar</class>
      <name>main_statusbar</name>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkWindow</class>
  <name>split_main_window</name>
  <visible>False</visible>
  <signal>
    <name>destroy</name>
    <handler>on_main_window_destroy</handler>
    <last_modification_time>Tue, 20 Feb 2001 21:58:29 GMT</last_modification_time>
  </signal>
  <title>gmixvm</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <default_width>570</default_width>
  <default_height>235</default_height>
  <allow_shrink>True</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>True</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <name>main_vbox</name>
    <border_width>2</border_width>
    <homogeneous>False</homogeneous>
    <spacing>2</spacing>

    <widget>
      <class>GtkMenuBar</class>
      <name>mainmenubar</name>
      <shadow_type>GTK_SHADOW_OUT</shadow_type>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkMenuItem</class>
	<name>file</name>
	<label>_File</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>file_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>file_open</name>
	    <tooltip>Load a MIX file</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_F3</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_file_open_activate</handler>
	      <last_modification_time>Tue, 20 Feb 2001 22:37:58 GMT</last_modification_time>
	    </signal>
	    <label>_Load...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>edit</name>
	    <tooltip>Edit a MIXAL source file</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_F4</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_file_edit_activate</handler>
	      <last_modification_time>Fri, 08 Jun 2001 21:11:13 GMT</last_modification_time>
	    </signal>
	    <label>_Edit...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>compile</name>
	    <tooltip>Compile a MIXAL source file</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_F5</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_file_compile_activate</handler>
	      <last_modification_time>Fri, 08 Jun 2001 21:11:33 GMT</last_modification_time>
	    </signal>
	    <label>_Compile...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator2</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>file_exit</name>
	    <tooltip>Exit application</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_Q</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_file_exit_activate</handler>
	      <last_modification_time>Tue, 20 Feb 2001 22:37:58 GMT</last_modification_time>
	    </signal>
	    <label>E_xit</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>view</name>
	<label>_View</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>view_menu</name>

	  <widget>
	    <class>GtkCheckMenuItem</class>
	    <name>mix_view</name>
	    <signal>
	      <name>toggled</name>
	      <handler>on_view_toggled</handler>
	      <last_modification_time>Sun, 24 Jun 2001 12:24:52 GMT</last_modification_time>
	    </signal>
	    <label>_MIX</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	  </widget>

	  <widget>
	    <class>GtkCheckMenuItem</class>
	    <name>mixal_view</name>
	    <signal>
	      <name>toggled</name>
	      <handler>on_view_toggled</handler>
	      <last_modification_time>Sun, 24 Jun 2001 12:25:14 GMT</last_modification_time>
	    </signal>
	    <label>MI_XAL</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	  </widget>

	  <widget>
	    <class>GtkCheckMenuItem</class>
	    <name>devices_view</name>
	    <signal>
	      <name>toggled</name>
	      <handler>on_view_toggled</handler>
	      <last_modification_time>Sun, 24 Jun 2001 12:25:38 GMT</last_modification_time>
	    </signal>
	    <label>_Devices</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	  </widget>

	  <widget>
	    <class>GtkCheckMenuItem</class>
	    <name>show_toolbars</name>
	    <signal>
	      <name>toggled</name>
	      <handler>on_show_toolbars_toggled</handler>
	      <last_modification_time>Thu, 16 Aug 2001 20:29:52 GMT</last_modification_time>
	    </signal>
	    <label>_Toolbars</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator4</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>one_window</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_one_window_activate</handler>
	      <last_modification_time>Thu, 16 Aug 2001 21:43:42 GMT</last_modification_time>
	    </signal>
	    <label>One _window</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>debug</name>
	<label>D_ebug</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>debug_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>debug_run</name>
	    <tooltip>Run program</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_R</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_debug_run_activate</handler>
	      <last_modification_time>Sat, 10 Mar 2001 11:35:16 GMT</last_modification_time>
	    </signal>
	    <label>_Run</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>debug_next</name>
	    <tooltip>Execute next instruction</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_N</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_debug_next_activate</handler>
	      <last_modification_time>Sat, 10 Mar 2001 11:35:16 GMT</last_modification_time>
	    </signal>
	    <label>_Next</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>clear_breakpoints</name>
	    <tooltip>Clear all set breakpoints</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_C</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_clear_breakpoints_activate</handler>
	      <last_modification_time>Thu, 15 Mar 2001 23:26:49 GMT</last_modification_time>
	    </signal>
	    <label>_Clear breakpoints</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>symbols</name>
	    <tooltip>Show the symbol table</tooltip>
	    <accelerator>
	      <modifiers>GDK_MOD1_MASK</modifiers>
	      <key>GDK_Y</key>
	      <signal>activate</signal>
	    </accelerator>
	    <signal>
	      <name>activate</name>
	      <handler>on_symbols_activate</handler>
	      <last_modification_time>Mon, 18 Jun 2001 22:17:06 GMT</last_modification_time>
	    </signal>
	    <label>_Symbols...</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>settings1</name>
	<label>_Settings</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>settings1_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>colors</name>
	    <tooltip>Change colors of MIXAL</tooltip>
	    <signal>
	      <name>activate</name>
	      <handler>on_colors_activate</handler>
	      <last_modification_time>Wed, 11 Apr 2001 23:15:11 GMT</last_modification_time>
	    </signal>
	    <label>_Colors...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>fonts1</name>
	    <label>Change _font</label>
	    <right_justify>False</right_justify>

	    <widget>
	      <class>GtkMenu</class>
	      <name>fonts1_menu</name>

	      <widget>
		<class>GtkMenuItem</class>
		<name>mix</name>
		<signal>
		  <name>activate</name>
		  <handler>on_mix_font_activate</handler>
		  <last_modification_time>Wed, 25 Apr 2001 01:55:53 GMT</last_modification_time>
		</signal>
		<label>_MIX</label>
		<right_justify>False</right_justify>
	      </widget>

	      <widget>
		<class>GtkMenuItem</class>
		<name>mixal</name>
		<signal>
		  <name>activate</name>
		  <handler>on_mixal_font_activate</handler>
		  <last_modification_time>Wed, 25 Apr 2001 01:55:53 GMT</last_modification_time>
		</signal>
		<label>MI_XAL</label>
		<right_justify>False</right_justify>
	      </widget>

	      <widget>
		<class>GtkMenuItem</class>
		<name>command_prompt</name>
		<signal>
		  <name>activate</name>
		  <handler>on_prompt_font_activate</handler>
		  <last_modification_time>Wed, 25 Apr 2001 01:55:53 GMT</last_modification_time>
		</signal>
		<label>Command _prompt</label>
		<right_justify>False</right_justify>
	      </widget>

	      <widget>
		<class>GtkMenuItem</class>
		<name>command_log</name>
		<signal>
		  <name>activate</name>
		  <handler>on_log_font_activate</handler>
		  <last_modification_time>Wed, 25 Apr 2001 01:55:53 GMT</last_modification_time>
		</signal>
		<label>Command l_og</label>
		<right_justify>False</right_justify>
	      </widget>

	      <widget>
		<class>GtkMenuItem</class>
		<name>devices</name>
		<signal>
		  <name>activate</name>
		  <handler>on_devices_font_activate</handler>
		  <last_modification_time>Thu, 10 May 2001 21:38:40 GMT</last_modification_time>
		</signal>
		<label>De_vices</label>
		<right_justify>False</right_justify>
	      </widget>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>device_output1</name>
	    <tooltip>Change format of binary devices output</tooltip>
	    <signal>
	      <name>activate</name>
	      <handler>on_devform_activate</handler>
	      <last_modification_time>Wed, 30 May 2001 20:44:48 GMT</last_modification_time>
	    </signal>
	    <label>_Device output...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>devices_dir</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_devdir_activate</handler>
	      <last_modification_time>Sun, 08 Jul 2001 20:58:35 GMT</last_modification_time>
	    </signal>
	    <label>De_vices dir...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>external_programs1</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_external_programs_activate</handler>
	      <last_modification_time>Fri, 01 Jun 2001 23:35:01 GMT</last_modification_time>
	    </signal>
	    <label>E_xternal programs...</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>separator1</name>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>save</name>
	    <tooltip>Save current settings</tooltip>
	    <signal>
	      <name>activate</name>
	      <handler>on_save_activate</handler>
	      <last_modification_time>Sat, 28 Apr 2001 22:51:02 GMT</last_modification_time>
	    </signal>
	    <label>_Save</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkCheckMenuItem</class>
	    <name>save_on_exit</name>
	    <tooltip>Toogle save settings on exit</tooltip>
	    <signal>
	      <name>toggled</name>
	      <handler>on_save_on_exit_toggle</handler>
	      <last_modification_time>Sun, 29 Apr 2001 10:26:16 GMT</last_modification_time>
	    </signal>
	    <label>Save on _exit</label>
	    <active>True</active>
	    <always_show_toggle>True</always_show_toggle>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>help</name>
	<label>_Help</label>
	<right_justify>True</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>help_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>about</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_about_activate</handler>
	      <last_modification_time>Tue, 13 Mar 2001 01:37:20 GMT</last_modification_time>
	    </signal>
	    <label>_About...</label>
	    <right_justify>True</right_justify>
	  </widget>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkStatusbar</class>
      <name>main_statusbar</name>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
	<pack>GTK_PACK_END</pack>
      </child>
    </widget>

    <widget>
      <class>GtkToolbar</class>
      <name>main_toolbar</name>
      <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
      <type>GTK_TOOLBAR_ICONS</type>
      <space_size>15</space_size>
      <space_style>GTK_TOOLBAR_SPACE_EMPTY</space_style>
      <relief>GTK_RELIEF_NORMAL</relief>
      <tooltips>True</tooltips>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button4</name>
	<tooltip>Load MIX program</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_file_open_activate</handler>
	  <last_modification_time>Wed, 15 Aug 2001 00:10:04 GMT</last_modification_time>
	</signal>
	<label>Load</label>
	<icon>open.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button5</name>
	<tooltip>Compile MIXAL source</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_file_compile_activate</handler>
	  <last_modification_time>Wed, 15 Aug 2001 00:11:29 GMT</last_modification_time>
	</signal>
	<label>Build</label>
	<icon>compile.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button6</name>
	<tooltip>Edit MIXAL source</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_file_edit_activate</handler>
	  <last_modification_time>Wed, 15 Aug 2001 00:11:03 GMT</last_modification_time>
	</signal>
	<label>Edit</label>
	<icon>edit.xpm</icon>
      </widget>

      <widget>
	<class>GtkVSeparator</class>
	<name>vseparator7</name>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button7</name>
	<tooltip>Run</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_debug_run_activate</handler>
	  <last_modification_time>Wed, 15 Aug 2001 00:12:03 GMT</last_modification_time>
	</signal>
	<label>Run</label>
	<icon>run.xpm</icon>
	<child>
	  <new_group>True</new_group>
	</child>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button8</name>
	<tooltip>Next</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_debug_next_activate</handler>
	  <last_modification_time>Wed, 15 Aug 2001 00:12:36 GMT</last_modification_time>
	</signal>
	<label>Step</label>
	<icon>next.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button9</name>
	<tooltip>Clear breakpoints</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_clear_breakpoints_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 12:58:32 GMT</last_modification_time>
	</signal>
	<label>Clear</label>
	<icon>clear.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button10</name>
	<tooltip>Symbol table</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_symbols_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 13:02:32 GMT</last_modification_time>
	</signal>
	<label>Symbols</label>
	<icon>symbols.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button24</name>
	<tooltip>Command log font</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_log_font_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 15:04:53 GMT</last_modification_time>
	</signal>
	<label>Font</label>
	<icon>font.xpm</icon>
	<child>
	  <new_group>True</new_group>
	</child>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button25</name>
	<tooltip>Command prompt font</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_prompt_font_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 15:05:48 GMT</last_modification_time>
	</signal>
	<label>Font</label>
	<icon>fontl.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button32</name>
	<tooltip>External programs</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_external_programs_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 23:56:34 GMT</last_modification_time>
	</signal>
	<label>Extern</label>
	<icon>extern.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button27</name>
	<tooltip>One window</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_one_window_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 22:19:55 GMT</last_modification_time>
	</signal>
	<label>One window</label>
	<icon>onew.xpm</icon>
	<child>
	  <new_group>True</new_group>
	</child>
      </widget>
    </widget>

    <widget>
      <class>GtkVBox</class>
      <name>vbox3</name>
      <homogeneous>False</homogeneous>
      <spacing>0</spacing>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkScrolledWindow</class>
	<name>mixcmd_scrolledwindow</name>
	<hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
	<vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
	<hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	<vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkText</class>
	  <name>command_log</name>
	  <editable>False</editable>
	  <text></text>
	</widget>
      </widget>

      <widget>
	<class>GtkEntry</class>
	<name>command_prompt</name>
	<tooltip>Enter MIXVM command here</tooltip>
	<can_focus>True</can_focus>
	<has_focus>True</has_focus>
	<signal>
	  <name>key_press_event</name>
	  <handler>on_command_prompt_key_press_event</handler>
	  <after>True</after>
	  <last_modification_time>Wed, 06 Jun 2001 06:46:05 GMT</last_modification_time>
	</signal>
	<editable>True</editable>
	<text_visible>True</text_visible>
	<text_max_length>0</text_max_length>
	<text></text>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkDialog</class>
  <name>word_dialog</name>
  <visible>False</visible>
  <signal>
    <name>destroy</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Tue, 13 Mar 2001 00:53:39 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Tue, 13 Mar 2001 00:55:38 GMT</last_modification_time>
  </signal>
  <signal>
    <name>delete_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Tue, 13 Mar 2001 00:56:33 GMT</last_modification_time>
  </signal>
  <title>Enter value</title>
  <type>GTK_WINDOW_DIALOG</type>
  <position>GTK_WIN_POS_MOUSE</position>
  <modal>True</modal>
  <default_width>250</default_width>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <child_name>Dialog:vbox</child_name>
    <name>dialog-vbox5</name>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

    <widget>
      <class>GtkHBox</class>
      <child_name>Dialog:action_area</child_name>
      <name>dialog-action_area5</name>
      <border_width>10</border_width>
      <width>250</width>
      <homogeneous>True</homogeneous>
      <spacing>5</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
	<pack>GTK_PACK_END</pack>
      </child>

      <widget>
	<class>GtkHButtonBox</class>
	<name>hbuttonbox5</name>
	<width>250</width>
	<layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
	<spacing>30</spacing>
	<child_min_width>85</child_min_width>
	<child_min_height>27</child_min_height>
	<child_ipad_x>7</child_ipad_x>
	<child_ipad_y>0</child_ipad_y>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>

	<widget>
	  <class>GtkButton</class>
	  <name>word_reset</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_word_reset_clicked</handler>
	    <last_modification_time>Mon, 12 Mar 2001 22:40:33 GMT</last_modification_time>
	  </signal>
	  <label>_Reset</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <name>word_ok</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_word_ok_clicked</handler>
	    <last_modification_time>Mon, 12 Mar 2001 22:40:45 GMT</last_modification_time>
	  </signal>
	  <label>_OK</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <name>word_cancel</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_word_cancel_clicked</handler>
	    <last_modification_time>Mon, 12 Mar 2001 23:18:49 GMT</last_modification_time>
	  </signal>
	  <label>_Cancel</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkFixed</class>
      <name>word_layout</name>
      <width>250</width>
      <height>97</height>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>

      <widget>
	<class>GtkEntry</class>
	<name>word_decimal</name>
	<x>88</x>
	<y>32</y>
	<width>143</width>
	<height>22</height>
	<can_focus>True</can_focus>
	<has_focus>True</has_focus>
	<signal>
	  <name>key_press_event</name>
	  <handler>on_word_dec_key_press</handler>
	  <after>True</after>
	  <last_modification_time>Mon, 12 Mar 2001 22:37:13 GMT</last_modification_time>
	</signal>
	<editable>True</editable>
	<text_visible>True</text_visible>
	<text_max_length>11</text_max_length>
	<text>0</text>
      </widget>

      <widget>
	<class>GtkEntry</class>
	<name>word_b2</name>
	<x>136</x>
	<y>64</y>
	<width>22</width>
	<height>22</height>
	<can_focus>True</can_focus>
	<signal>
	  <name>key_press_event</name>
	  <handler>on_word_byte_key_press</handler>
	  <after>True</after>
	  <last_modification_time>Mon, 12 Mar 2001 22:38:56 GMT</last_modification_time>
	</signal>
	<editable>True</editable>
	<text_visible>True</text_visible>
	<text_max_length>3</text_max_length>
	<text>00</text>
      </widget>

      <widget>
	<class>GtkEntry</class>
	<name>word_b3</name>
	<x>160</x>
	<y>64</y>
	<width>22</width>
	<height>22</height>
	<can_focus>True</can_focus>
	<signal>
	  <name>key_press_event</name>
	  <handler>on_word_byte_key_press</handler>
	  <after>True</after>
	  <last_modification_time>Mon, 12 Mar 2001 22:39:26 GMT</last_modification_time>
	</signal>
	<editable>True</editable>
	<text_visible>True</text_visible>
	<text_max_length>3</text_max_length>
	<text>00</text>
      </widget>

      <widget>
	<class>GtkEntry</class>
	<name>word_b4</name>
	<x>184</x>
	<y>64</y>
	<width>22</width>
	<height>22</height>
	<can_focus>True</can_focus>
	<signal>
	  <name>key_press_event</name>
	  <handler>on_word_byte_key_press</handler>
	  <after>True</after>
	  <last_modification_time>Mon, 12 Mar 2001 22:39:50 GMT</last_modification_time>
	</signal>
	<editable>True</editable>
	<text_visible>True</text_visible>
	<text_max_length>3</text_max_length>
	<text>00</text>
      </widget>

      <widget>
	<class>GtkEntry</class>
	<name>word_b5</name>
	<x>208</x>
	<y>64</y>
	<width>22</width>
	<height>22</height>
	<can_focus>True</can_focus>
	<signal>
	  <name>key_press_event</name>
	  <handler>on_word_byte_key_press</handler>
	  <after>True</after>
	  <last_modification_time>Mon, 12 Mar 2001 22:40:09 GMT</last_modification_time>
	</signal>
	<editable>True</editable>
	<text_visible>True</text_visible>
	<text_max_length>3</text_max_length>
	<text>00</text>
      </widget>

      <widget>
	<class>GtkEntry</class>
	<name>word_b1</name>
	<x>112</x>
	<y>64</y>
	<width>22</width>
	<height>22</height>
	<can_default>True</can_default>
	<can_focus>True</can_focus>
	<signal>
	  <name>key_press_event</name>
	  <handler>on_word_byte_key_press</handler>
	  <after>True</after>
	  <last_modification_time>Mon, 12 Mar 2001 22:38:24 GMT</last_modification_time>
	</signal>
	<editable>True</editable>
	<text_visible>True</text_visible>
	<text_max_length>3</text_max_length>
	<text>00</text>
      </widget>

      <widget>
	<class>GtkEntry</class>
	<name>word_sign</name>
	<x>88</x>
	<y>64</y>
	<width>16</width>
	<height>24</height>
	<can_focus>True</can_focus>
	<signal>
	  <name>key_press_event</name>
	  <handler>on_word_sign_key_press</handler>
	  <last_modification_time>Tue, 13 Mar 2001 00:15:28 GMT</last_modification_time>
	</signal>
	<editable>True</editable>
	<text_visible>True</text_visible>
	<text_max_length>1</text_max_length>
	<text>+</text>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>label61</name>
	<x>22</x>
	<y>67</y>
	<width>41</width>
	<height>16</height>
	<label>Bytes</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>word_label</name>
	<x>16</x>
	<y>8</y>
	<width>216</width>
	<height>16</height>
	<label>Enter value</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>label60</name>
	<x>16</x>
	<y>34</y>
	<width>67</width>
	<height>20</height>
	<label>Decimal</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkWindow</class>
  <name>about_dialog</name>
  <width>368</width>
  <height>99</height>
  <visible>False</visible>
  <signal>
    <name>delete_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Tue, 13 Mar 2001 13:13:42 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Tue, 13 Mar 2001 13:14:02 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Tue, 13 Mar 2001 13:14:25 GMT</last_modification_time>
  </signal>
  <title>MDK</title>
  <type>GTK_WINDOW_DIALOG</type>
  <position>GTK_WIN_POS_CENTER</position>
  <modal>True</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkLayout</class>
    <name>layout1</name>
    <width>375</width>
    <height>190</height>
    <area_width>200</area_width>
    <area_height>120</area_height>
    <hstep>0</hstep>
    <vstep>0</vstep>

    <widget>
      <class>GtkLabel</class>
      <name>label222</name>
      <x>56</x>
      <y>16</y>
      <width>247</width>
      <height>16</height>
      <label>GNU MIX Development Kit</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>version_label</name>
      <x>152</x>
      <y>40</y>
      <width>56</width>
      <height>16</height>
      <label>label223</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label224</name>
      <x>0</x>
      <y>64</y>
      <width>358</width>
      <height>16</height>
      <label> Copyright (C) 2001 Free Software Foundation, Inc.</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkHSeparator</class>
      <name>hseparator4</name>
      <x>8</x>
      <y>0</y>
      <width>356</width>
      <height>16</height>
    </widget>

    <widget>
      <class>GtkHSeparator</class>
      <name>hseparator5</name>
      <x>8</x>
      <y>80</y>
      <width>356</width>
      <height>16</height>
    </widget>

    <widget>
      <class>GtkVSeparator</class>
      <name>vseparator4</name>
      <x>0</x>
      <y>7</y>
      <width>16</width>
      <height>81</height>
    </widget>

    <widget>
      <class>GtkVSeparator</class>
      <name>vseparator5</name>
      <x>354</x>
      <y>8</y>
      <width>16</width>
      <height>81</height>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkDialog</class>
  <name>goto_dialog</name>
  <width>193</width>
  <height>120</height>
  <visible>False</visible>
  <signal>
    <name>destroy_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Wed, 14 Mar 2001 14:39:17 GMT</last_modification_time>
  </signal>
  <signal>
    <name>delete_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Wed, 14 Mar 2001 14:39:41 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Wed, 14 Mar 2001 14:40:15 GMT</last_modification_time>
  </signal>
  <title>Go to memory cell</title>
  <type>GTK_WINDOW_DIALOG</type>
  <position>GTK_WIN_POS_MOUSE</position>
  <modal>True</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <child_name>Dialog:vbox</child_name>
    <name>dialog-vbox6</name>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

    <widget>
      <class>GtkHBox</class>
      <child_name>Dialog:action_area</child_name>
      <name>dialog-action_area6</name>
      <border_width>10</border_width>
      <height>40</height>
      <homogeneous>True</homogeneous>
      <spacing>5</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
	<pack>GTK_PACK_END</pack>
      </child>

      <widget>
	<class>GtkHButtonBox</class>
	<name>hbuttonbox6</name>
	<layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
	<spacing>30</spacing>
	<child_min_width>85</child_min_width>
	<child_min_height>27</child_min_height>
	<child_ipad_x>7</child_ipad_x>
	<child_ipad_y>0</child_ipad_y>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkButton</class>
	  <name>goto_cancel</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_goto_cancel_clicked</handler>
	    <last_modification_time>Wed, 14 Mar 2001 14:24:59 GMT</last_modification_time>
	  </signal>
	  <label>_Cancel</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <name>goto_ok</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_goto_ok_clicked</handler>
	    <last_modification_time>Wed, 14 Mar 2001 14:25:23 GMT</last_modification_time>
	  </signal>
	  <label>_OK</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkVBox</class>
      <name>vbox1</name>
      <border_width>12</border_width>
      <height>75</height>
      <homogeneous>False</homogeneous>
      <spacing>0</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>

      <widget>
	<class>GtkLabel</class>
	<name>label225</name>
	<label>Go to address:</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>
      </widget>

      <widget>
	<class>GtkEntry</class>
	<name>goto_entry</name>
	<width>44</width>
	<can_focus>True</can_focus>
	<has_focus>True</has_focus>
	<signal>
	  <name>activate</name>
	  <handler>on_goto_ok_clicked</handler>
	  <last_modification_time>Wed, 14 Mar 2001 14:52:26 GMT</last_modification_time>
	</signal>
	<editable>True</editable>
	<text_visible>True</text_visible>
	<text_max_length>4</text_max_length>
	<text></text>
	<child>
	  <padding>10</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkDialog</class>
  <name>color_dialog</name>
  <width>275</width>
  <height>214</height>
  <visible>False</visible>
  <signal>
    <name>delete_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Thu, 12 Apr 2001 21:05:54 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Thu, 12 Apr 2001 21:06:09 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Thu, 12 Apr 2001 21:06:23 GMT</last_modification_time>
  </signal>
  <title>MIXAL colors</title>
  <type>GTK_WINDOW_DIALOG</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>True</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <child_name>Dialog:vbox</child_name>
    <name>dialog-vbox7</name>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

    <widget>
      <class>GtkHBox</class>
      <child_name>Dialog:action_area</child_name>
      <name>dialog-action_area7</name>
      <border_width>10</border_width>
      <homogeneous>True</homogeneous>
      <spacing>5</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
	<pack>GTK_PACK_END</pack>
      </child>

      <widget>
	<class>GtkHButtonBox</class>
	<name>hbuttonbox7</name>
	<layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
	<spacing>30</spacing>
	<child_min_width>85</child_min_width>
	<child_min_height>27</child_min_height>
	<child_ipad_x>7</child_ipad_x>
	<child_ipad_y>0</child_ipad_y>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkButton</class>
	  <name>colors_ok</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_colors_ok_clicked</handler>
	    <last_modification_time>Thu, 12 Apr 2001 21:05:07 GMT</last_modification_time>
	  </signal>
	  <label>_OK</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <name>colors_apply</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_colors_apply_clicked</handler>
	    <last_modification_time>Thu, 12 Apr 2001 21:04:56 GMT</last_modification_time>
	  </signal>
	  <label>_Apply</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <name>colors_cancel</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_colors_cancel_clicked</handler>
	    <last_modification_time>Thu, 12 Apr 2001 21:04:45 GMT</last_modification_time>
	  </signal>
	  <label>_Cancel</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkFixed</class>
      <name>fixed1</name>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkLabel</class>
	<name>label230</name>
	<x>184</x>
	<y>32</y>
	<width>78</width>
	<height>16</height>
	<label>Foreground</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>label226</name>
	<x>0</x>
	<y>8</y>
	<width>143</width>
	<height>16</height>
	<label>Click to change color</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>label227</name>
	<x>0</x>
	<y>56</y>
	<width>79</width>
	<height>16</height>
	<label>Current line</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>label229</name>
	<x>88</x>
	<y>32</y>
	<width>78</width>
	<height>16</height>
	<label>Background</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
      </widget>

      <widget>
	<class>GtkDrawingArea</class>
	<name>clbg_area</name>
	<x>90</x>
	<y>56</y>
	<width>75</width>
	<height>15</height>
      </widget>

      <widget>
	<class>GtkDrawingArea</class>
	<name>clfg_area</name>
	<x>184</x>
	<y>56</y>
	<width>75</width>
	<height>15</height>
      </widget>

      <widget>
	<class>GtkDrawingArea</class>
	<name>bpfg_area</name>
	<x>184</x>
	<y>94</y>
	<width>75</width>
	<height>15</height>
      </widget>

      <widget>
	<class>GtkDrawingArea</class>
	<name>plbg_area</name>
	<x>90</x>
	<y>128</y>
	<width>75</width>
	<height>15</height>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>label231</name>
	<x>1</x>
	<y>128</y>
	<width>77</width>
	<height>16</height>
	<label>Unselected</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
      </widget>

      <widget>
	<class>GtkDrawingArea</class>
	<name>bpbg_area</name>
	<x>90</x>
	<y>94</y>
	<width>75</width>
	<height>15</height>
      </widget>

      <widget>
	<class>GtkDrawingArea</class>
	<name>plfg_area</name>
	<x>184</x>
	<y>128</y>
	<width>75</width>
	<height>15</height>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>label228</name>
	<x>0</x>
	<y>94</y>
	<width>76</width>
	<height>16</height>
	<label>Breakpoint</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkColorSelectionDialog</class>
  <name>colorsel_dialog</name>
  <border_width>10</border_width>
  <visible>False</visible>
  <signal>
    <name>delete_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Sat, 21 Apr 2001 23:14:28 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Sat, 21 Apr 2001 23:14:54 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Sat, 21 Apr 2001 23:15:12 GMT</last_modification_time>
  </signal>
  <title>Select Color</title>
  <type>GTK_WINDOW_DIALOG</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>True</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>False</auto_shrink>
  <policy>GTK_UPDATE_CONTINUOUS</policy>

  <widget>
    <class>GtkButton</class>
    <child_name>ColorSel:ok_button</child_name>
    <name>ok_colorserdlg</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>on_ok_colorseldlg_clicked</handler>
      <last_modification_time>Sat, 21 Apr 2001 23:17:15 GMT</last_modification_time>
    </signal>
    <label>OK</label>
    <relief>GTK_RELIEF_NORMAL</relief>
  </widget>

  <widget>
    <class>GtkButton</class>
    <child_name>ColorSel:cancel_button</child_name>
    <name>cancel_colorseldlg</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>on_cancel_colorseldlg_clicked</handler>
      <last_modification_time>Sat, 21 Apr 2001 23:17:37 GMT</last_modification_time>
    </signal>
    <label>Cancel</label>
    <relief>GTK_RELIEF_NORMAL</relief>
  </widget>

  <widget>
    <class>GtkButton</class>
    <child_name>ColorSel:help_button</child_name>
    <name>help_button1</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <label>Help</label>
    <relief>GTK_RELIEF_NORMAL</relief>
  </widget>
</widget>

<widget>
  <class>GtkFontSelectionDialog</class>
  <name>fontsel_dialog</name>
  <border_width>4</border_width>
  <visible>False</visible>
  <signal>
    <name>delete_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Thu, 26 Apr 2001 21:14:34 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Thu, 26 Apr 2001 21:15:02 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Thu, 26 Apr 2001 21:15:13 GMT</last_modification_time>
  </signal>
  <title>Select Font</title>
  <type>GTK_WINDOW_DIALOG</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>True</auto_shrink>

  <widget>
    <class>GtkButton</class>
    <child_name>FontSel:ok_button</child_name>
    <name>ok_button1</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>on_fontsel_ok_clicked</handler>
      <last_modification_time>Thu, 26 Apr 2001 21:40:53 GMT</last_modification_time>
    </signal>
    <label>OK</label>
    <relief>GTK_RELIEF_NORMAL</relief>
  </widget>

  <widget>
    <class>GtkButton</class>
    <child_name>FontSel:apply_button</child_name>
    <name>apply_button1</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>on_fontsel_apply_clicked</handler>
      <last_modification_time>Thu, 26 Apr 2001 21:41:12 GMT</last_modification_time>
    </signal>
    <label>Apply</label>
    <relief>GTK_RELIEF_NORMAL</relief>
  </widget>

  <widget>
    <class>GtkButton</class>
    <child_name>FontSel:cancel_button</child_name>
    <name>cancel_button1</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>on_fontsel_cancel_clicked</handler>
      <last_modification_time>Thu, 26 Apr 2001 21:41:33 GMT</last_modification_time>
    </signal>
    <label>Cancel</label>
    <relief>GTK_RELIEF_NORMAL</relief>
  </widget>
</widget>

<widget>
  <class>GtkDialog</class>
  <name>devform_dialog</name>
  <width>308</width>
  <height>172</height>
  <visible>False</visible>
  <signal>
    <name>delete_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Wed, 30 May 2001 20:14:53 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Wed, 30 May 2001 20:15:13 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Wed, 30 May 2001 20:15:29 GMT</last_modification_time>
  </signal>
  <title>Device output format</title>
  <type>GTK_WINDOW_DIALOG</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>True</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <child_name>Dialog:vbox</child_name>
    <name>dialog-vbox8</name>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

    <widget>
      <class>GtkHBox</class>
      <child_name>Dialog:action_area</child_name>
      <name>dialog-action_area8</name>
      <border_width>10</border_width>
      <homogeneous>True</homogeneous>
      <spacing>5</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
	<pack>GTK_PACK_END</pack>
      </child>

      <widget>
	<class>GtkHButtonBox</class>
	<name>hbuttonbox8</name>
	<layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
	<spacing>30</spacing>
	<child_min_width>85</child_min_width>
	<child_min_height>27</child_min_height>
	<child_ipad_x>7</child_ipad_x>
	<child_ipad_y>0</child_ipad_y>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkButton</class>
	  <name>devok_button</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_devok_button_clicked</handler>
	    <last_modification_time>Wed, 30 May 2001 20:13:56 GMT</last_modification_time>
	  </signal>
	  <label>_OK</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <name>devapp_button</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_devapp_button_clicked</handler>
	    <last_modification_time>Wed, 30 May 2001 20:14:05 GMT</last_modification_time>
	  </signal>
	  <label>_Apply</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <name>devcancel_button</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_devcancel_button_clicked</handler>
	    <last_modification_time>Wed, 30 May 2001 20:14:17 GMT</last_modification_time>
	  </signal>
	  <label>_Cancel</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkFixed</class>
      <name>fixed2</name>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkButton</class>
	<name>devset_button</name>
	<x>208</x>
	<y>80</y>
	<width>79</width>
	<height>24</height>
	<tooltip>Set all devices to current format</tooltip>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>on_devset_button_clicked</handler>
	  <last_modification_time>Wed, 30 May 2001 20:13:37 GMT</last_modification_time>
	</signal>
	<label>S_et all</label>
	<relief>GTK_RELIEF_NORMAL</relief>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>label232</name>
	<x>16</x>
	<y>22</y>
	<width>48</width>
	<height>16</height>
	<label>Device</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>label233</name>
	<x>216</x>
	<y>22</y>
	<width>48</width>
	<height>16</height>
	<label>Format</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
      </widget>

      <widget>
	<class>GtkCombo</class>
	<name>dev_combo</name>
	<x>16</x>
	<y>48</y>
	<width>150</width>
	<height>22</height>
	<value_in_list>True</value_in_list>
	<ok_if_empty>True</ok_if_empty>
	<case_sensitive>False</case_sensitive>
	<use_arrows>True</use_arrows>
	<use_arrows_always>False</use_arrows_always>
	<items></items>

	<widget>
	  <class>GtkEntry</class>
	  <child_name>GtkCombo:entry</child_name>
	  <name>combo-entry1</name>
	  <tooltip>Choose a device</tooltip>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>changed</name>
	    <handler>on_deventry_changed</handler>
	    <last_modification_time>Wed, 30 May 2001 19:50:03 GMT</last_modification_time>
	  </signal>
	  <editable>True</editable>
	  <text_visible>True</text_visible>
	  <text_max_length>0</text_max_length>
	  <text></text>
	</widget>
      </widget>

      <widget>
	<class>GtkRadioButton</class>
	<name>decradio</name>
	<x>184</x>
	<y>48</y>
	<width>48</width>
	<height>24</height>
	<tooltip>Show output as decimal numbers</tooltip>
	<can_focus>True</can_focus>
	<signal>
	  <name>toggled</name>
	  <handler>on_decradio_toggled</handler>
	  <last_modification_time>Wed, 30 May 2001 20:13:03 GMT</last_modification_time>
	</signal>
	<label>Dec</label>
	<active>False</active>
	<draw_indicator>True</draw_indicator>
	<group>format_group</group>
      </widget>

      <widget>
	<class>GtkRadioButton</class>
	<name>wordradio</name>
	<x>240</x>
	<y>48</y>
	<width>56</width>
	<height>24</height>
	<tooltip>Show output as MIX words</tooltip>
	<can_focus>True</can_focus>
	<label>Word</label>
	<active>False</active>
	<draw_indicator>True</draw_indicator>
	<group>format_group</group>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkDialog</class>
  <name>external_dialog</name>
  <width>285</width>
  <height>210</height>
  <visible>False</visible>
  <signal>
    <name>delete_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Fri, 01 Jun 2001 23:57:57 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Fri, 01 Jun 2001 23:58:51 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Fri, 01 Jun 2001 23:59:02 GMT</last_modification_time>
  </signal>
  <title>External programs</title>
  <type>GTK_WINDOW_DIALOG</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>True</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <child_name>Dialog:vbox</child_name>
    <name>dialog-vbox9</name>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

    <widget>
      <class>GtkHBox</class>
      <child_name>Dialog:action_area</child_name>
      <name>dialog-action_area9</name>
      <border_width>3</border_width>
      <homogeneous>False</homogeneous>
      <spacing>5</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
	<pack>GTK_PACK_END</pack>
      </child>

      <widget>
	<class>GtkHButtonBox</class>
	<name>hbuttonbox9</name>
	<layout_style>GTK_BUTTONBOX_SPREAD</layout_style>
	<spacing>10</spacing>
	<child_min_width>85</child_min_width>
	<child_min_height>27</child_min_height>
	<child_ipad_x>5</child_ipad_x>
	<child_ipad_y>0</child_ipad_y>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkButton</class>
	  <name>extern_cancel_button</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_extern_cancel_button_clicked</handler>
	    <last_modification_time>Mon, 04 Jun 2001 21:31:50 GMT</last_modification_time>
	  </signal>
	  <label>_Cancel</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <name>extern_ok_button</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_extern_ok_button_clicked</handler>
	    <last_modification_time>Mon, 04 Jun 2001 21:32:21 GMT</last_modification_time>
	  </signal>
	  <label>_OK</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkVBox</class>
      <name>vbox2</name>
      <homogeneous>True</homogeneous>
      <spacing>0</spacing>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkFixed</class>
	<name>fixed3</name>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkEntry</class>
	  <name>editor_entry</name>
	  <x>48</x>
	  <y>40</y>
	  <width>220</width>
	  <height>24</height>
	  <can_focus>True</can_focus>
	  <editable>True</editable>
	  <text_visible>True</text_visible>
	  <text_max_length>0</text_max_length>
	  <text>xterm -e vi %s</text>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <name>label234</name>
	  <x>3</x>
	  <y>16</y>
	  <width>223</width>
	  <height>16</height>
	  <label>Editor command (e.g xterm -e vi %s)</label>
	  <justify>GTK_JUSTIFY_LEFT</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>
      </widget>

      <widget>
	<class>GtkFixed</class>
	<name>fixed4</name>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkEntry</class>
	  <name>mixasm_entry</name>
	  <x>48</x>
	  <y>40</y>
	  <width>220</width>
	  <height>22</height>
	  <can_focus>True</can_focus>
	  <editable>True</editable>
	  <text_visible>True</text_visible>
	  <text_max_length>0</text_max_length>
	  <text>mixasm -g %s</text>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <name>label235</name>
	  <x>0</x>
	  <y>16</y>
	  <width>278</width>
	  <height>16</height>
	  <label>MIX sssembler command (e.g. mixasm -g %s)</label>
	  <justify>GTK_JUSTIFY_LEFT</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkDialog</class>
  <name>symbols_dialog</name>
  <visible>False</visible>
  <signal>
    <name>delete_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Mon, 18 Jun 2001 21:10:39 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Mon, 18 Jun 2001 21:10:53 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Mon, 18 Jun 2001 21:11:08 GMT</last_modification_time>
  </signal>
  <title>Symbol table</title>
  <type>GTK_WINDOW_DIALOG</type>
  <position>GTK_WIN_POS_CENTER</position>
  <modal>False</modal>
  <default_width>350</default_width>
  <default_height>265</default_height>
  <allow_shrink>True</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <child_name>Dialog:vbox</child_name>
    <name>dialog-vbox10</name>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

    <widget>
      <class>GtkHBox</class>
      <child_name>Dialog:action_area</child_name>
      <name>dialog-action_area10</name>
      <border_width>10</border_width>
      <homogeneous>True</homogeneous>
      <spacing>5</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
	<pack>GTK_PACK_END</pack>
      </child>

      <widget>
	<class>GtkButton</class>
	<name>button1</name>
	<width>77</width>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>on_symbol_ok_clicked</handler>
	  <last_modification_time>Mon, 18 Jun 2001 21:10:02 GMT</last_modification_time>
	</signal>
	<label>_Close</label>
	<relief>GTK_RELIEF_NORMAL</relief>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>
    </widget>

    <widget>
      <class>GtkScrolledWindow</class>
      <name>scrolledwindow26</name>
      <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy>
      <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
      <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
      <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkCList</class>
	<name>symbols_clist</name>
	<can_focus>True</can_focus>
	<columns>3</columns>
	<column_widths>80,112,80</column_widths>
	<selection_mode>GTK_SELECTION_SINGLE</selection_mode>
	<show_titles>True</show_titles>
	<shadow_type>GTK_SHADOW_IN</shadow_type>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>CList:title</child_name>
	  <name>label236</name>
	  <label>Symbol</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>CList:title</child_name>
	  <name>label237</name>
	  <label>Decimal</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>CList:title</child_name>
	  <name>label238</name>
	  <label>Word</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkWindow</class>
  <name>mixvm_window</name>
  <visible>False</visible>
  <signal>
    <name>delete_event</name>
    <handler>on_window_hide</handler>
    <last_modification_time>Sun, 24 Jun 2001 12:33:45 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>on_window_hide</handler>
    <last_modification_time>Sun, 24 Jun 2001 12:33:54 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy</name>
    <handler>on_window_hide</handler>
    <last_modification_time>Sun, 24 Jun 2001 12:34:03 GMT</last_modification_time>
  </signal>
  <signal>
    <name>show</name>
    <handler>mixgtk_mixvm_update_vm_widgets</handler>
    <after>True</after>
    <last_modification_time>Sun, 24 Jun 2001 12:45:56 GMT</last_modification_time>
  </signal>
  <title>Virtual machine</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <default_width>640</default_width>
  <default_height>290</default_height>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkFixed</class>
    <name>mixvm_widget</name>
    <width>640</width>
    <height>287</height>

    <widget>
      <class>GtkEntry</class>
      <name>rJ_entry</name>
      <x>304</x>
      <y>88</y>
      <width>60</width>
      <height>24</height>
      <can_focus>True</can_focus>
      <signal>
	<name>button_press_event</name>
	<handler>on_register_click</handler>
	<last_modification_time>Sun, 11 Mar 2001 11:45:00 GMT</last_modification_time>
      </signal>
      <editable>False</editable>
      <text_visible>True</text_visible>
      <text_max_length>0</text_max_length>
      <text></text>
    </widget>

    <widget>
      <class>GtkEntry</class>
      <name>rA_entry</name>
      <x>40</x>
      <y>24</y>
      <width>120</width>
      <height>24</height>
      <can_focus>True</can_focus>
      <signal>
	<name>button_press_event</name>
	<handler>on_register_click</handler>
	<last_modification_time>Mon, 12 Mar 2001 23:09:49 GMT</last_modification_time>
      </signal>
      <editable>False</editable>
      <text_visible>True</text_visible>
      <text_max_length>0</text_max_length>
      <text></text>
    </widget>

    <widget>
      <class>GtkEntry</class>
      <name>rX_entry</name>
      <x>248</x>
      <y>24</y>
      <width>120</width>
      <height>24</height>
      <can_focus>True</can_focus>
      <signal>
	<name>button_press_event</name>
	<handler>on_register_click</handler>
	<last_modification_time>Sun, 11 Mar 2001 11:43:29 GMT</last_modification_time>
      </signal>
      <editable>False</editable>
      <text_visible>True</text_visible>
      <text_max_length>0</text_max_length>
      <text></text>
    </widget>

    <widget>
      <class>GtkEntry</class>
      <name>rI2_entry</name>
      <x>40</x>
      <y>144</y>
      <width>60</width>
      <height>22</height>
      <can_focus>True</can_focus>
      <signal>
	<name>button_press_event</name>
	<handler>on_register_click</handler>
	<last_modification_time>Sun, 11 Mar 2001 11:45:39 GMT</last_modification_time>
      </signal>
      <editable>False</editable>
      <text_visible>True</text_visible>
      <text_max_length>0</text_max_length>
      <text></text>
    </widget>

    <widget>
      <class>GtkEntry</class>
      <name>rI1_entry</name>
      <x>40</x>
      <y>88</y>
      <width>60</width>
      <height>24</height>
      <can_focus>True</can_focus>
      <signal>
	<name>button_press_event</name>
	<handler>on_register_click</handler>
	<last_modification_time>Sun, 11 Mar 2001 11:43:44 GMT</last_modification_time>
      </signal>
      <editable>False</editable>
      <text_visible>True</text_visible>
      <text_max_length>0</text_max_length>
      <text></text>
    </widget>

    <widget>
      <class>GtkEntry</class>
      <name>rI3_entry</name>
      <x>40</x>
      <y>200</y>
      <width>60</width>
      <height>22</height>
      <can_focus>True</can_focus>
      <signal>
	<name>button_press_event</name>
	<handler>on_register_click</handler>
	<last_modification_time>Sun, 11 Mar 2001 11:46:37 GMT</last_modification_time>
      </signal>
      <editable>False</editable>
      <text_visible>True</text_visible>
      <text_max_length>0</text_max_length>
      <text></text>
    </widget>

    <widget>
      <class>GtkEntry</class>
      <name>rI4_entry</name>
      <x>168</x>
      <y>88</y>
      <width>60</width>
      <height>24</height>
      <can_focus>True</can_focus>
      <signal>
	<name>button_press_event</name>
	<handler>on_register_click</handler>
	<last_modification_time>Sun, 11 Mar 2001 11:44:21 GMT</last_modification_time>
      </signal>
      <editable>False</editable>
      <text_visible>True</text_visible>
      <text_max_length>0</text_max_length>
      <text></text>
    </widget>

    <widget>
      <class>GtkEntry</class>
      <name>rI6_entry</name>
      <x>168</x>
      <y>200</y>
      <width>60</width>
      <height>22</height>
      <can_focus>True</can_focus>
      <signal>
	<name>button_press_event</name>
	<handler>on_register_click</handler>
	<last_modification_time>Sun, 11 Mar 2001 11:46:58 GMT</last_modification_time>
      </signal>
      <editable>False</editable>
      <text_visible>True</text_visible>
      <text_max_length>0</text_max_length>
      <text></text>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label100</name>
      <x>8</x>
      <y>91</y>
      <width>31</width>
      <height>16</height>
      <label>I1</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label102</name>
      <x>8</x>
      <y>200</y>
      <width>31</width>
      <height>16</height>
      <label>I3</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label101</name>
      <x>8</x>
      <y>144</y>
      <width>31</width>
      <height>16</height>
      <label>I2</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label103</name>
      <x>136</x>
      <y>88</y>
      <width>32</width>
      <height>16</height>
      <label>I4</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label104</name>
      <x>136</x>
      <y>144</y>
      <width>31</width>
      <height>16</height>
      <label>I5</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label105</name>
      <x>136</x>
      <y>200</y>
      <width>31</width>
      <height>16</height>
      <label>I6</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label98</name>
      <x>216</x>
      <y>24</y>
      <width>31</width>
      <height>16</height>
      <label>X</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label97</name>
      <x>8</x>
      <y>24</y>
      <width>31</width>
      <height>16</height>
      <label>A</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkVSeparator</class>
      <name>vseparator2</name>
      <x>0</x>
      <y>8</y>
      <width>16</width>
      <height>263</height>
    </widget>

    <widget>
      <class>GtkVSeparator</class>
      <name>vseparator3</name>
      <x>626</x>
      <y>8</y>
      <width>16</width>
      <height>267</height>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label99</name>
      <x>272</x>
      <y>88</y>
      <width>31</width>
      <height>16</height>
      <label>J</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkHSeparator</class>
      <name>hseparator2</name>
      <x>6</x>
      <y>265</y>
      <width>627</width>
      <height>16</height>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label159</name>
      <x>8</x>
      <y>248</y>
      <width>64</width>
      <height>16</height>
      <label>Elapsed:</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label158</name>
      <x>128</x>
      <y>248</y>
      <width>64</width>
      <height>16</height>
      <label>Program:</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label157</name>
      <x>256</x>
      <y>248</y>
      <width>48</width>
      <height>16</height>
      <label>Uptime:</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkVSeparator</class>
      <name>vseparator1</name>
      <x>376</x>
      <y>10</y>
      <width>16</width>
      <height>263</height>
    </widget>

    <widget>
      <class>GtkEntry</class>
      <name>rI5_entry</name>
      <x>168</x>
      <y>144</y>
      <width>60</width>
      <height>22</height>
      <can_focus>True</can_focus>
      <signal>
	<name>button_press_event</name>
	<handler>on_register_click</handler>
	<last_modification_time>Sun, 11 Mar 2001 11:46:05 GMT</last_modification_time>
      </signal>
      <editable>False</editable>
      <text_visible>True</text_visible>
      <text_max_length>0</text_max_length>
      <text></text>
    </widget>

    <widget>
      <class>GtkEntry</class>
      <name>loc_entry</name>
      <x>300</x>
      <y>200</y>
      <width>40</width>
      <height>22</height>
      <can_focus>True</can_focus>
      <editable>False</editable>
      <text_visible>True</text_visible>
      <text_max_length>0</text_max_length>
      <text></text>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>label167</name>
      <x>256</x>
      <y>200</y>
      <width>48</width>
      <height>16</height>
      <label>LOC</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkHSeparator</class>
      <name>hseparator1</name>
      <x>8</x>
      <y>232</y>
      <width>377</width>
      <height>16</height>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>program_label</name>
      <x>184</x>
      <y>248</y>
      <width>56</width>
      <height>16</height>
      <label>000000</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>elapsed_label</name>
      <x>64</x>
      <y>248</y>
      <width>48</width>
      <height>16</height>
      <label>000000</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>uptime_label</name>
      <x>296</x>
      <y>248</y>
      <width>72</width>
      <height>16</height>
      <label>00000000</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
    </widget>

    <widget>
      <class>GtkRadioButton</class>
      <name>greater_radio</name>
      <x>336</x>
      <y>128</y>
      <width>32</width>
      <height>24</height>
      <tooltip>Comparison flag: greater</tooltip>
      <can_focus>True</can_focus>
      <signal>
	<name>toggled</name>
	<handler>on_cmp_g_toggled</handler>
	<last_modification_time>Tue, 06 Mar 2001 21:21:40 GMT</last_modification_time>
      </signal>
      <label>G</label>
      <active>False</active>
      <draw_indicator>True</draw_indicator>
      <group>cmp_group</group>
    </widget>

    <widget>
      <class>GtkScrolledWindow</class>
      <name>memory_scroll</name>
      <x>398</x>
      <y>16</y>
      <width>225</width>
      <height>248</height>
      <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
      <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
      <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
      <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>

      <widget>
	<class>GtkCList</class>
	<name>memory_cells</name>
	<width>195</width>
	<height>248</height>
	<tooltip>Click cell to change value</tooltip>
	<can_focus>True</can_focus>
	<signal>
	  <name>select_row</name>
	  <handler>on_memory_cells_select_row</handler>
	  <after>True</after>
	  <last_modification_time>Tue, 13 Mar 2001 07:38:52 GMT</last_modification_time>
	</signal>
	<signal>
	  <name>click_column</name>
	  <handler>on_memory_cells_click_column</handler>
	  <last_modification_time>Wed, 14 Mar 2001 14:18:57 GMT</last_modification_time>
	</signal>
	<columns>2</columns>
	<column_widths>53,135</column_widths>
	<selection_mode>GTK_SELECTION_SINGLE</selection_mode>
	<show_titles>True</show_titles>
	<shadow_type>GTK_SHADOW_IN</shadow_type>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>CList:title</child_name>
	  <name>label165</name>
	  <label>address</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>CList:title</child_name>
	  <name>label166</name>
	  <label>contents</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkRadioButton</class>
      <name>lesser_radio</name>
      <x>264</x>
      <y>128</y>
      <width>35</width>
      <height>24</height>
      <tooltip>Comparison flag: lesser</tooltip>
      <can_focus>True</can_focus>
      <signal>
	<name>toggled</name>
	<handler>on_cmp_l_toggled</handler>
	<last_modification_time>Tue, 06 Mar 2001 21:21:51 GMT</last_modification_time>
      </signal>
      <label>L</label>
      <active>False</active>
      <draw_indicator>True</draw_indicator>
      <group>cmp_group</group>
    </widget>

    <widget>
      <class>GtkRadioButton</class>
      <name>equal_radio</name>
      <x>304</x>
      <y>128</y>
      <width>31</width>
      <height>24</height>
      <tooltip>Comparison flag: equal</tooltip>
      <can_focus>True</can_focus>
      <signal>
	<name>toggled</name>
	<handler>on_cmp_e_toggled</handler>
	<last_modification_time>Tue, 06 Mar 2001 21:22:04 GMT</last_modification_time>
      </signal>
      <label>E</label>
      <active>False</active>
      <draw_indicator>True</draw_indicator>
      <group>cmp_group</group>
    </widget>

    <widget>
      <class>GtkHSeparator</class>
      <name>hseparator3</name>
      <x>6</x>
      <y>1</y>
      <width>627</width>
      <height>16</height>
    </widget>

    <widget>
      <class>GtkButton</class>
      <name>loc_arrow_split</name>
      <x>346</x>
      <y>200</y>
      <width>30</width>
      <height>23</height>
      <tooltip>View loc address</tooltip>
      <can_focus>True</can_focus>
      <signal>
	<name>clicked</name>
	<handler>on_loc_arrow_clicked</handler>
	<last_modification_time>Thu, 16 Aug 2001 21:01:57 GMT</last_modification_time>
      </signal>
      <relief>GTK_RELIEF_NORMAL</relief>

      <widget>
	<class>GtkPixmap</class>
	<name>pixmap2</name>
	<filename>jump.xpm</filename>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
	<build_insensitive>True</build_insensitive>
      </widget>
    </widget>

    <widget>
      <class>GtkCheckButton</class>
      <name>over_toggle</name>
      <x>288</x>
      <y>168</y>
      <width>88</width>
      <height>16</height>
      <can_focus>True</can_focus>
      <signal>
	<name>toggled</name>
	<handler>on_overflow_toggled</handler>
	<last_modification_time>Tue, 06 Mar 2001 21:32:39 GMT</last_modification_time>
      </signal>
      <label>Overflow</label>
      <active>False</active>
      <draw_indicator>True</draw_indicator>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkWindow</class>
  <name>mixal_window</name>
  <visible>False</visible>
  <signal>
    <name>delete_event</name>
    <handler>on_window_hide</handler>
    <last_modification_time>Sun, 24 Jun 2001 12:34:28 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>on_window_hide</handler>
    <last_modification_time>Sun, 24 Jun 2001 12:34:36 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy</name>
    <handler>on_window_hide</handler>
    <last_modification_time>Sun, 24 Jun 2001 12:34:42 GMT</last_modification_time>
  </signal>
  <signal>
    <name>show</name>
    <handler>mixgtk_mixal_update</handler>
    <after>True</after>
    <last_modification_time>Sun, 24 Jun 2001 12:43:33 GMT</last_modification_time>
  </signal>
  <title>MIXAL source</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <default_width>570</default_width>
  <default_height>225</default_height>
  <allow_shrink>True</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <name>vbox5</name>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

    <widget>
      <class>GtkToolbar</class>
      <name>mixal_toolbar</name>
      <border_width>2</border_width>
      <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
      <type>GTK_TOOLBAR_ICONS</type>
      <space_size>15</space_size>
      <space_style>GTK_TOOLBAR_SPACE_EMPTY</space_style>
      <relief>GTK_RELIEF_NORMAL</relief>
      <tooltips>True</tooltips>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>

      <widget>
	<class>GtkVSeparator</class>
	<name>vseparator8</name>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button14</name>
	<tooltip>Run</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_debug_run_activate</handler>
	  <last_modification_time>Wed, 15 Aug 2001 00:12:03 GMT</last_modification_time>
	</signal>
	<label>Run</label>
	<icon>run.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button15</name>
	<tooltip>Next</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_debug_next_activate</handler>
	  <last_modification_time>Wed, 15 Aug 2001 00:12:36 GMT</last_modification_time>
	</signal>
	<label>Step</label>
	<icon>next.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button16</name>
	<tooltip>Clear breakpoints</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_clear_breakpoints_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 12:58:32 GMT</last_modification_time>
	</signal>
	<label>Clear</label>
	<icon>clear.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button18</name>
	<tooltip>Symbol table</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_symbols_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 13:02:32 GMT</last_modification_time>
	</signal>
	<label>Symbols</label>
	<icon>symbols.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button22</name>
	<tooltip>Source code font</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_mixal_font_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 13:32:22 GMT</last_modification_time>
	</signal>
	<label>Font</label>
	<icon>font.xpm</icon>
	<child>
	  <new_group>True</new_group>
	</child>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button23</name>
	<tooltip>Colors</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_colors_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 13:36:24 GMT</last_modification_time>
	</signal>
	<label>Colors</label>
	<icon>colors.xpm</icon>
      </widget>
    </widget>

    <widget>
      <class>GtkScrolledWindow</class>
      <name>scrolledwindow27</name>
      <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy>
      <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
      <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
      <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkCList</class>
	<name>mixal_clist</name>
	<tooltip>Click to toggle breakpoint</tooltip>
	<can_focus>True</can_focus>
	<events>GDK_POINTER_MOTION_MASK</events>
	<signal>
	  <name>select_row</name>
	  <handler>on_mixal_select_row</handler>
	  <after>True</after>
	  <last_modification_time>Sun, 11 Mar 2001 01:15:28 GMT</last_modification_time>
	</signal>
	<signal>
	  <name>motion_notify_event</name>
	  <handler>on_mixal_motion_notify_event</handler>
	  <last_modification_time>Sun, 17 Jun 2001 19:44:48 GMT</last_modification_time>
	</signal>
	<signal>
	  <name>leave_notify_event</name>
	  <handler>on_mixal_leave_notify_event</handler>
	  <last_modification_time>Sat, 23 Jun 2001 22:26:17 GMT</last_modification_time>
	</signal>
	<columns>2</columns>
	<column_widths>152,80</column_widths>
	<selection_mode>GTK_SELECTION_SINGLE</selection_mode>
	<show_titles>True</show_titles>
	<shadow_type>GTK_SHADOW_IN</shadow_type>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>CList:title</child_name>
	  <name>label213</name>
	  <label>memory</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <child_name>CList:title</child_name>
	  <name>label214</name>
	  <label>source</label>
	  <justify>GTK_JUSTIFY_CENTER</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkStatusbar</class>
      <name>mixal_statusbar</name>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkWindow</class>
  <name>devices_window</name>
  <visible>False</visible>
  <signal>
    <name>delete_event</name>
    <handler>on_window_hide</handler>
    <last_modification_time>Sun, 24 Jun 2001 12:34:51 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>on_window_hide</handler>
    <last_modification_time>Sun, 24 Jun 2001 12:34:59 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy</name>
    <handler>on_window_hide</handler>
    <last_modification_time>Sun, 24 Jun 2001 12:35:09 GMT</last_modification_time>
  </signal>
  <title>Devices</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <default_width>550</default_width>
  <default_height>250</default_height>
  <allow_shrink>True</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <name>vbox4</name>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

    <widget>
      <class>GtkToolbar</class>
      <name>devices_toolbar</name>
      <border_width>2</border_width>
      <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
      <type>GTK_TOOLBAR_ICONS</type>
      <space_size>5</space_size>
      <space_style>GTK_TOOLBAR_SPACE_EMPTY</space_style>
      <relief>GTK_RELIEF_NORMAL</relief>
      <tooltips>True</tooltips>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>devdir_button</name>
	<tooltip>Device directory</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_devdir_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 13:14:09 GMT</last_modification_time>
	</signal>
	<label>Device dir</label>
	<icon>devdir.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>output_button</name>
	<tooltip>Output format</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_devform_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 14:46:32 GMT</last_modification_time>
	</signal>
	<label>Output</label>
	<icon>output.xpm</icon>
      </widget>

      <widget>
	<class>GtkButton</class>
	<child_name>Toolbar:button</child_name>
	<name>button21</name>
	<tooltip>Output font</tooltip>
	<signal>
	  <name>clicked</name>
	  <handler>on_devices_font_activate</handler>
	  <last_modification_time>Thu, 16 Aug 2001 13:31:44 GMT</last_modification_time>
	</signal>
	<label>Font</label>
	<icon>font.xpm</icon>
      </widget>
    </widget>

    <widget>
      <class>GtkNotebook</class>
      <name>devices_notebook</name>
      <can_focus>True</can_focus>
      <show_tabs>True</show_tabs>
      <show_border>True</show_border>
      <tab_pos>GTK_POS_TOP</tab_pos>
      <scrollable>True</scrollable>
      <tab_hborder>2</tab_hborder>
      <tab_vborder>2</tab_vborder>
      <popup_enable>False</popup_enable>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>Placeholder</class>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<child_name>Notebook:tab</child_name>
	<name>label</name>
	<label>label</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkDialog</class>
  <name>devdir_dialog</name>
  <visible>False</visible>
  <signal>
    <name>delete_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Sun, 08 Jul 2001 20:42:29 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Sun, 08 Jul 2001 20:42:41 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy</name>
    <handler>gtk_widget_hide</handler>
    <last_modification_time>Sun, 08 Jul 2001 20:42:53 GMT</last_modification_time>
  </signal>
  <title>Devices directory</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>True</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <child_name>Dialog:vbox</child_name>
    <name>dialog-vbox11</name>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

    <widget>
      <class>GtkHBox</class>
      <child_name>Dialog:action_area</child_name>
      <name>dialog-action_area11</name>
      <border_width>1</border_width>
      <homogeneous>False</homogeneous>
      <spacing>0</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
	<pack>GTK_PACK_END</pack>
      </child>

      <widget>
	<class>GtkHButtonBox</class>
	<name>hbuttonbox10</name>
	<layout_style>GTK_BUTTONBOX_END</layout_style>
	<spacing>0</spacing>
	<child_min_width>91</child_min_width>
	<child_min_height>25</child_min_height>
	<child_ipad_x>0</child_ipad_x>
	<child_ipad_y>0</child_ipad_y>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkButton</class>
	  <name>devdir_cancel</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_devdir_cancel_clicked</handler>
	    <last_modification_time>Sun, 08 Jul 2001 20:44:06 GMT</last_modification_time>
	  </signal>
	  <label>_Cancel</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <name>devdir_ok</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_devdir_ok_clicked</handler>
	    <last_modification_time>Sun, 08 Jul 2001 20:44:28 GMT</last_modification_time>
	  </signal>
	  <label>_OK</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkHBox</class>
      <name>hbox1</name>
      <border_width>25</border_width>
      <homogeneous>False</homogeneous>
      <spacing>11</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkLabel</class>
	<name>label239</name>
	<label>Directory</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>

      <widget>
	<class>GtkEntry</class>
	<name>devdir_entry</name>
	<can_focus>True</can_focus>
	<editable>False</editable>
	<text_visible>True</text_visible>
	<text_max_length>0</text_max_length>
	<text></text>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>
      </widget>

      <widget>
	<class>GtkButton</class>
	<name>devdir_browse</name>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>on_devdir_browse_clicked</handler>
	  <last_modification_time>Sun, 08 Jul 2001 20:43:50 GMT</last_modification_time>
	</signal>
	<label>_Browse...</label>
	<relief>GTK_RELIEF_NORMAL</relief>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkDialog</class>
  <name>input_dialog</name>
  <visible>False</visible>
  <signal>
    <name>destroy</name>
    <handler>gtk_true</handler>
    <last_modification_time>Fri, 11 Jun 2004 20:59:50 GMT</last_modification_time>
  </signal>
  <signal>
    <name>delete_event</name>
    <handler>gtk_true</handler>
    <last_modification_time>Fri, 11 Jun 2004 21:00:03 GMT</last_modification_time>
  </signal>
  <signal>
    <name>destroy_event</name>
    <handler>gtk_true</handler>
    <last_modification_time>Fri, 11 Jun 2004 21:00:51 GMT</last_modification_time>
  </signal>
  <title>Terminal input</title>
  <type>GTK_WINDOW_POPUP</type>
  <position>GTK_WIN_POS_CENTER</position>
  <modal>True</modal>
  <default_width>510</default_width>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <child_name>Dialog:vbox</child_name>
    <name>dialog-vbox12</name>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

    <widget>
      <class>GtkHBox</class>
      <child_name>Dialog:action_area</child_name>
      <name>dialog-action_area12</name>
      <border_width>1</border_width>
      <homogeneous>True</homogeneous>
      <spacing>5</spacing>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
	<pack>GTK_PACK_END</pack>
      </child>

      <widget>
	<class>GtkHButtonBox</class>
	<name>hbuttonbox11</name>
	<layout_style>GTK_BUTTONBOX_END</layout_style>
	<spacing>0</spacing>
	<child_min_width>85</child_min_width>
	<child_min_height>27</child_min_height>
	<child_ipad_x>7</child_ipad_x>
	<child_ipad_y>0</child_ipad_y>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkButton</class>
	  <name>input_ok_button</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_input_ok_clicked</handler>
	    <last_modification_time>Fri, 11 Jun 2004 21:01:32 GMT</last_modification_time>
	  </signal>
	  <label>_OK</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <name>input_clear_button</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_input_clear_clicked</handler>
	    <last_modification_time>Fri, 11 Jun 2004 21:01:56 GMT</last_modification_time>
	  </signal>
	  <label>_Clear</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkVBox</class>
      <name>vbox6</name>
      <border_width>5</border_width>
      <homogeneous>True</homogeneous>
      <spacing>0</spacing>
      <child>
	<padding>5</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkLabel</class>
	<name>label240</name>
	<label>The MIX terminal requests input. Please enter up to 70 characters:</label>
	<justify>GTK_JUSTIFY_LEFT</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
	<child>
	  <padding>2</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>
      </widget>

      <widget>
	<class>GtkEntry</class>
	<name>input_entry</name>
	<can_focus>True</can_focus>
	<has_focus>True</has_focus>
	<signal>
	  <name>activate</name>
	  <handler>on_input_entry_activate</handler>
	  <last_modification_time>Fri, 11 Jun 2004 23:30:53 GMT</last_modification_time>
	</signal>
	<editable>True</editable>
	<text_visible>True</text_visible>
	<text_max_length>70</text_max_length>
	<text></text>
	<child>
	  <padding>4</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>
      </widget>
    </widget>
  </widget>
</widget>

</GTK-Interface>