<?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</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>
  <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>500</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>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>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>
      </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>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>False</active>
	    <always_show_toggle>False</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>5</space_size>
      <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
      <relief>GTK_RELIEF_NORMAL</relief>
      <tooltips>True</tooltips>
      <child>
	<padding>1</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>

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

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

      <widget>
	<class>Placeholder</class>
      </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>mixgtk_mixal_update</handler>
	  <last_modification_time>Sat, 21 Apr 2001 20:24:38 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>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>GtkButton</class>
	    <name>loc_arrow</name>
	    <x>346</x>
	    <y>202</y>
	    <width>29</width>
	    <height>18</height>
	    <can_focus>True</can_focus>
	    <signal>
	      <name>clicked</name>
	      <handler>on_loc_arrow_clicked</handler>
	      <last_modification_time>Fri, 09 Mar 2001 20:18:22 GMT</last_modification_time>
	    </signal>
	    <label>-&gt;</label>
	    <relief>GTK_RELIEF_NONE</relief>
	  </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>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>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>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>GtkHSeparator</class>
	    <name>hseparator3</name>
	    <x>6</x>
	    <y>1</y>
	    <width>627</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>
	    <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>
	    <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_NEVER</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>activate</name>
		<handler>on_mixvm_cmd_entry_activate</handler>
		<last_modification_time>Thu, 22 Feb 2001 23:26:28 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>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>83</height>
    </widget>

    <widget>
      <class>GtkVSeparator</class>
      <name>vseparator5</name>
      <x>352</x>
      <y>8</y>
      <width>16</width>
      <height>83</height>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkDialog</class>
  <name>goto_dialog</name>
  <width>190</width>
  <height>116</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>
      <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>
      <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>

</GTK-Interface>