From 3cddb9545a4f634b46565717ef0a59a6f4a166ce Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Wed, 23 Jun 2004 10:50:10 +0000 Subject: First, incomplete port to gtk 2.0. Basic functionality in place. --- mixgtk/mixgtk.glade | 10568 ++++++++++++++++++++++++++------------------------ 1 file changed, 5464 insertions(+), 5104 deletions(-) (limited to 'mixgtk/mixgtk.glade') diff --git a/mixgtk/mixgtk.glade b/mixgtk/mixgtk.glade index 8c8d137..b246fff 100644 --- a/mixgtk/mixgtk.glade +++ b/mixgtk/mixgtk.glade @@ -1,5266 +1,5626 @@ - - - - - mixgtk - mixgtk - - src - . - C - False - False - True - False - False - - - - GtkWindow - main_window - False - - destroy - on_main_window_destroy - Tue, 20 Feb 2001 21:58:29 GMT - - gmixvm - GTK_WINDOW_TOPLEVEL - GTK_WIN_POS_NONE - False - 650 - 550 - False - True - True - - - GtkVBox - main_vbox - 2 - False - 2 - - - GtkMenuBar - mainmenubar - GTK_SHADOW_OUT - - 0 - False - True - - - - GtkMenuItem - file - - False - - - GtkMenu - file_menu - - - GtkMenuItem - file_open - Load a MIX file - - GDK_MOD1_MASK - GDK_F3 - activate - - - activate - on_file_open_activate - Tue, 20 Feb 2001 22:37:58 GMT - - - False - - - - GtkMenuItem - edit - Edit a MIXAL source file - - GDK_MOD1_MASK - GDK_F4 - activate - - - activate - on_file_edit_activate - Fri, 08 Jun 2001 21:11:13 GMT - - - False - - - - GtkMenuItem - compile - Compile a MIXAL source file - - GDK_MOD1_MASK - GDK_F5 - activate - - - activate - on_file_compile_activate - Fri, 08 Jun 2001 21:11:33 GMT - - - False - - - - GtkMenuItem - separator2 - False - - - - GtkMenuItem - file_exit - Exit application - - GDK_MOD1_MASK - GDK_Q - activate - - - activate - on_file_exit_activate - Tue, 20 Feb 2001 22:37:58 GMT - - - False - - - - - - GtkMenuItem - view - - False - - - GtkMenu - view_menu - - - GtkCheckMenuItem - show_toolbars - - GDK_MOD1_MASK - GDK_T - activate - - - toggled - on_show_toolbars_toggled - Thu, 16 Aug 2001 20:14:16 GMT - - - False - True - - - - GtkMenuItem - separator5 - False - - - - GtkMenuItem - split_windows - - activate - on_split_windows_activate - Thu, 16 Aug 2001 21:48:57 GMT - - - False - - - - - - GtkMenuItem - debug - - False - - - GtkMenu - debug_menu - - - GtkMenuItem - debug_run - Run program - - GDK_MOD1_MASK - GDK_R - activate - - - activate - on_debug_run_activate - Sat, 10 Mar 2001 11:35:16 GMT - - - False - - - - GtkMenuItem - debug_next - Execute next instruction - - GDK_MOD1_MASK - GDK_N - activate - - - activate - on_debug_next_activate - Sat, 10 Mar 2001 11:35:16 GMT - - - False - - - - GtkMenuItem - clear_breakpoints - Clear all set breakpoints - - GDK_MOD1_MASK - GDK_C - activate - - - activate - on_clear_breakpoints_activate - Thu, 15 Mar 2001 23:26:49 GMT - - - False - - - - GtkMenuItem - symbols - Show the symbol table - - GDK_MOD1_MASK - GDK_Y - activate - - - activate - on_symbols_activate - Mon, 18 Jun 2001 22:17:06 GMT - - - False - - - - - - GtkMenuItem - settings1 - - False - - - GtkMenu - settings1_menu - - - GtkMenuItem - colors - Change colors of MIXAL - - activate - on_colors_activate - Wed, 11 Apr 2001 23:15:11 GMT - - - False - - - - GtkMenuItem - fonts1 - - False - - - GtkMenu - fonts1_menu - - - GtkMenuItem - mix - - activate - on_mix_font_activate - Wed, 25 Apr 2001 01:55:53 GMT - - - False - - - - GtkMenuItem - mixal - - activate - on_mixal_font_activate - Wed, 25 Apr 2001 01:55:53 GMT - - - False - - - - GtkMenuItem - command_prompt - - activate - on_prompt_font_activate - Wed, 25 Apr 2001 01:55:53 GMT - - - False - - - - GtkMenuItem - command_log - - activate - on_log_font_activate - Wed, 25 Apr 2001 01:55:53 GMT - - - False - - - - GtkMenuItem - devices - - activate - on_devices_font_activate - Thu, 10 May 2001 21:38:40 GMT - - - False - - - - - - GtkMenuItem - device_output1 - Change format of binary devices output - - activate - on_devform_activate - Wed, 30 May 2001 20:44:48 GMT - - - False - - - - GtkMenuItem - devices_dir - - activate - on_devdir_activate - Sun, 08 Jul 2001 20:58:13 GMT - - - False - - - - GtkMenuItem - external_programs1 - - activate - on_external_programs_activate - Fri, 01 Jun 2001 23:35:01 GMT - - - False - - - - GtkMenuItem - separator3 - False - - - - GtkMenuItem - save - Save current settings - - activate - on_save_activate - Sat, 28 Apr 2001 22:51:02 GMT - - - False - - - - GtkCheckMenuItem - save_on_exit - Toogle save settings on exit - - toggled - on_save_on_exit_toggle - Sun, 29 Apr 2001 10:26:16 GMT - - - False - True - - - - - - GtkMenuItem - help - - True - - - GtkMenu - help_menu - - - GtkMenuItem - about - - activate - on_about_activate - Tue, 13 Mar 2001 01:37:20 GMT - - - True - - - - + + + + + + + gmixvm + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + 650 + 550 + True + False + True + False + False + GDK_WINDOW_TYPE_HINT_NORMAL + GDK_GRAVITY_NORTH_WEST + + + + + 2 + True + False + 2 - - GtkToolbar - main_toolbar - GTK_ORIENTATION_HORIZONTAL - GTK_TOOLBAR_ICONS - 15 - GTK_TOOLBAR_SPACE_EMPTY - GTK_RELIEF_NORMAL - True - 1 - False - False - - - - GtkButton - Toolbar:button - load_button - Load MIX program - - clicked - on_file_open_activate - Wed, 15 Aug 2001 00:10:04 GMT - - - open.xpm - - - - GtkButton - Toolbar:button - compile_button - Compile MIXAL source - - clicked - on_file_compile_activate - Wed, 15 Aug 2001 00:11:29 GMT - - - compile.xpm - - - - GtkButton - Toolbar:button - edit_button - Edit MIXAL source - - clicked - on_file_edit_activate - Wed, 15 Aug 2001 00:11:03 GMT - - - edit.xpm - - - - GtkVSeparator - vseparator6 - - - - GtkButton - Toolbar:button - run_button - Run - - clicked - on_debug_run_activate - Wed, 15 Aug 2001 00:12:03 GMT - - - run.xpm - - True - - - - - GtkButton - Toolbar:button - step_button - Next - - clicked - on_debug_next_activate - Wed, 15 Aug 2001 00:12:36 GMT - - - next.xpm - - - - GtkButton - Toolbar:button - clear_button - Clear breakpoints - - clicked - on_clear_breakpoints_activate - Thu, 16 Aug 2001 12:58:32 GMT - - - clear.xpm - - - - GtkButton - Toolbar:button - symbols_button - Symbol table - - clicked - on_symbols_activate - Thu, 16 Aug 2001 13:02:32 GMT - - - symbols.xpm - - - - GtkButton - Toolbar:button - button29 - Colors - - clicked - on_colors_activate - Thu, 16 Aug 2001 13:36:24 GMT - - - colors.xpm - - True - - - - - GtkButton - Toolbar:button - button28 - Device directory - - clicked - on_devdir_activate - Thu, 16 Aug 2001 13:14:09 GMT - - - devdir.xpm - - - - GtkButton - Toolbar:button - button30 - Output format - - clicked - on_devform_activate - Thu, 16 Aug 2001 14:46:32 GMT - - - output.xpm - - - - GtkButton - Toolbar:button - button31 - External programs - - clicked - on_external_programs_activate - Thu, 16 Aug 2001 23:56:34 GMT - - - extern.xpm - - - - GtkButton - Toolbar:button - button26 - Split windows - - clicked - on_split_windows_activate - Thu, 16 Aug 2001 22:18:03 GMT - - - splitw.xpm - - True - - - + + True - - GtkVBox - inner_vbox - False - 0 - - 0 - True - True - + + + True + _File + True - - GtkNotebook - main_notebook - True - - switch_page - on_notebook_switch_page - Thu, 21 Jun 2001 20:33:09 GMT - - True - True - GTK_POS_TOP - False - 2 - 2 - False - - 0 - False - True - - - - GtkFixed - mixvm_widget - 375 - 287 - - - GtkEntry - rJ_entry - 304 - 88 - 60 - 24 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:45:00 GMT - - False - True - 0 - - - - - GtkEntry - rA_entry - 40 - 24 - 120 - 24 - True - - button_press_event - on_register_click - Mon, 12 Mar 2001 23:09:49 GMT - - False - True - 0 - - - - - GtkEntry - rX_entry - 248 - 24 - 120 - 24 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:43:29 GMT - - False - True - 0 - - - - - GtkEntry - rI2_entry - 40 - 144 - 60 - 22 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:45:39 GMT - - False - True - 0 - - - - - GtkEntry - rI1_entry - 40 - 88 - 60 - 24 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:43:44 GMT - - False - True - 0 - - - - - GtkEntry - rI3_entry - 40 - 200 - 60 - 22 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:46:37 GMT - - False - True - 0 - - - - - GtkEntry - rI4_entry - 168 - 88 - 60 - 24 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:44:21 GMT - - False - True - 0 - - - - - GtkEntry - rI6_entry - 168 - 200 - 60 - 22 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:46:58 GMT - - False - True - 0 - - - - - GtkLabel - label159 - 8 - 248 - 64 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label158 - 128 - 248 - 64 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label157 - 256 - 248 - 48 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkVSeparator - vseparator1 - 376 - 10 - 16 - 263 - - - - GtkEntry - rI5_entry - 168 - 144 - 60 - 22 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:46:05 GMT - - False - True - 0 - - - - - GtkEntry - loc_entry - 300 - 200 - 40 - 22 - True - False - True - 0 - - - - - GtkLabel - program_label - 184 - 248 - 56 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - elapsed_label - 64 - 248 - 48 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - uptime_label - 296 - 248 - 72 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkCheckButton - over_toggle - 288 - 168 - 88 - 16 - True - - toggled - on_overflow_toggled - Tue, 06 Mar 2001 21:32:39 GMT - - - False - True - - - - GtkRadioButton - greater_radio - 336 - 128 - 32 - 24 - Comparison flag: greater - True - - toggled - on_cmp_g_toggled - Tue, 06 Mar 2001 21:21:40 GMT - - - False - True - cmp_group - - - - GtkScrolledWindow - memory_scroll - 398 - 16 - 225 - 248 - GTK_POLICY_NEVER - GTK_POLICY_ALWAYS - GTK_UPDATE_CONTINUOUS - GTK_UPDATE_CONTINUOUS - - - GtkCList - memory_cells - 195 - 248 - Click cell to change value - True - - select_row - on_memory_cells_select_row - True - Tue, 13 Mar 2001 07:38:52 GMT - - - click_column - on_memory_cells_click_column - Wed, 14 Mar 2001 14:18:57 GMT - - 2 - 53,135 - GTK_SELECTION_SINGLE - True - GTK_SHADOW_IN - - - GtkLabel - CList:title - label165 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - CList:title - label166 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - - - GtkRadioButton - lesser_radio - 264 - 128 - 35 - 24 - Comparison flag: lesser - True - - toggled - on_cmp_l_toggled - Tue, 06 Mar 2001 21:21:51 GMT - - - False - True - cmp_group - - - - GtkRadioButton - equal_radio - 304 - 128 - 31 - 24 - Comparison flag: equal - True - - toggled - on_cmp_e_toggled - Tue, 06 Mar 2001 21:22:04 GMT - - - False - True - cmp_group - - - - GtkButton - loc_arrow - 346 - 200 - 30 - 23 - View loc address - True - - clicked - on_loc_arrow_clicked - Thu, 16 Aug 2001 21:01:57 GMT - - GTK_RELIEF_NORMAL - - - GtkPixmap - pixmap1 - jump.xpm - 0.5 - 0.5 - 0 - 0 - True + + + + + + True + Load a MIX file + _Load... + True + + + + + + True + gtk-open + 1 + 0.5 + 0.5 + 0 + 0 + + + + + + + + True + Edit a MIXAL source file + _Edit... + True + + + + + + True + gtk-justify-fill + 1 + 0.5 + 0.5 + 0 + 0 + + + + + + + + True + Compile a MIXAL source file + _Compile... + True + + + + + + True + gtk-execute + 1 + 0.5 + 0.5 + 0 + 0 + + + + + + + + True + + + + + + True + Exit application + E_xit + True + + + + + + True + gtk-quit + 1 + 0.5 + 0.5 + 0 + 0 + + + + + + - - - - GtkLabel - label97 - 8 - 27 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label98 - 216 - 27 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label100 - 8 - 91 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label103 - 136 - 91 - 32 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label99 - 272 - 91 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label101 - 8 - 147 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label104 - 136 - 147 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label102 - 8 - 203 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label105 - 136 - 203 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label167 - 256 - 203 - 48 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkVSeparator - vseparator2 - 0 - 8 - 16 - 263 - - - - GtkVSeparator - vseparator3 - 626 - 8 - 16 - 263 - - - - GtkHSeparator - hseparator1 - 8 - 232 - 376 - 16 - - - - GtkHSeparator - hseparator2 - 6 - 265 - 627 - 16 - - - - GtkHSeparator - hseparator3 - 7 - 1 - 626 - 16 - - + - - GtkLabel - Notebook:tab - label105 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + + True + Vie_w + True - - GtkScrolledWindow - mixal_scrol - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_UPDATE_CONTINUOUS - GTK_UPDATE_CONTINUOUS - - - GtkCList - mixal_clist - Click to toggle breakpoint - True - GDK_POINTER_MOTION_MASK - - select_row - on_mixal_select_row - True - Sun, 11 Mar 2001 01:15:28 GMT - - - motion_notify_event - on_mixal_motion_notify_event - Sun, 17 Jun 2001 19:44:48 GMT - - 2 - 152,80 - GTK_SELECTION_SINGLE - True - GTK_SHADOW_IN - - - GtkLabel - CList:title - label213 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + + + + + + True + _Toolbar + True + False + + + + + + + + True + + + + + + True + Split _windows + True + + + + + + - - GtkLabel - CList:title - label214 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - + + + True + De_bug + True - - GtkLabel - Notebook:tab - label106 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + + + + + True + Run program + _Run + True + + + + + + True + gtk-go-forward + 1 + 0.5 + 0.5 + 0 + 0 + + + + + + + + True + Execute next instruction + _Next + True + + + + + + True + gtk-goto-last + 1 + 0.5 + 0.5 + 0 + 0 + + + + + + + + True + Clear all set breakpoints + _Clear breakpoints + True + + + + + + True + gtk-clear + 1 + 0.5 + 0.5 + 0 + 0 + + + + + + + + True + Show the symbol table + _Symbols... + True + + + + + + True + gtk-index + 1 + 0.5 + 0.5 + 0 + 0 + + + + + + + + - - GtkNotebook - devices_notebook - 404 - 254 - True - True - True - GTK_POS_RIGHT - True - 2 - 2 - True - - - Placeholder - - - - GtkLabel - Notebook:tab - label156 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - + + + True + S_ettings + True - - GtkLabel - Notebook:tab - devices_label - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - - GtkScrolledWindow - scrolledwindow25 - 2 - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_UPDATE_CONTINUOUS - GTK_UPDATE_CONTINUOUS - - 0 - True - True - - - - GtkViewport - viewport1 - GTK_SHADOW_IN - - - GtkVBox - prompt_vbox - False - 0 - - - GtkScrolledWindow - mixlog_scrolledwindow - GTK_POLICY_AUTOMATIC - GTK_POLICY_ALWAYS - GTK_UPDATE_CONTINUOUS - GTK_UPDATE_CONTINUOUS - 0 - True - True + + + + + True + Change _font + True + + + + True + gtk-select-font + 1 + 0.5 + 0.5 + 0 + 0 + + + + + + + + + True + _Virtual machine + True + + + + + + + True + _Source + True + + + + + + + True + Command _prompt + True + + + + + + + True + Command l_og + True + + + + + + + True + _Devices + True + + + + + + + + + + + True + Change format of binary devices output + _Device output... + True + + + + + + + True + De_vices dir... + True + + + + + True + gtk-home + 1 + 0.5 + 0.5 + 0 + 0 + + + + + + + + True + E_xternal programs... + True + + + + + True + gtk-preferences + 1 + 0.5 + 0.5 + 0 + 0 + + + + + + + + True + + + + + + True + Save current settings + _Save + True + + + + + True + gtk-save + 1 + 0.5 + 0.5 + 0 + 0 + + + + + + + + True + Toogle save settings on exit + Save on _exit + True + False + + + + - - - GtkText - command_log - False - - + + + + + True + _Help + True - - GtkEntry - command_prompt - Enter MIXVM command here - True - True - - key_press_event - on_command_prompt_key_press_event - True - Wed, 06 Jun 2001 06:46:05 GMT - - True - True - 0 - - 0 - False - False + + + + + True + _About... + True + + + + - + - - - - - GtkStatusbar - main_statusbar - - 0 - False - False + + 0 + False + True + - - - - - GtkWindow - split_main_window - False - - destroy - on_main_window_destroy - Tue, 20 Feb 2001 21:58:29 GMT - - gmixvm - GTK_WINDOW_TOPLEVEL - GTK_WIN_POS_NONE - False - 570 - 235 - True - True - True - - - GtkVBox - main_vbox - 2 - False - 2 - - - GtkMenuBar - mainmenubar - GTK_SHADOW_OUT - 0 - False - True - - - - GtkMenuItem - file - - False - - - GtkMenu - file_menu - - - GtkMenuItem - file_open - Load a MIX file - - GDK_MOD1_MASK - GDK_F3 - activate - - - activate - on_file_open_activate - Tue, 20 Feb 2001 22:37:58 GMT - - - False - - - - GtkMenuItem - edit - Edit a MIXAL source file - - GDK_MOD1_MASK - GDK_F4 - activate - - - activate - on_file_edit_activate - Fri, 08 Jun 2001 21:11:13 GMT - - - False - - - - GtkMenuItem - compile - Compile a MIXAL source file - - GDK_MOD1_MASK - GDK_F5 - activate - - - activate - on_file_compile_activate - Fri, 08 Jun 2001 21:11:33 GMT - - - False - - - - GtkMenuItem - separator2 - False - - - - GtkMenuItem - file_exit - Exit application - - GDK_MOD1_MASK - GDK_Q - activate - - - activate - on_file_exit_activate - Tue, 20 Feb 2001 22:37:58 GMT - - - False - - - - - - GtkMenuItem - view - - False - - - GtkMenu - view_menu - - - GtkCheckMenuItem - mix_view - - toggled - on_view_toggled - Sun, 24 Jun 2001 12:24:52 GMT - - - False - True - - - - GtkCheckMenuItem - mixal_view - - toggled - on_view_toggled - Sun, 24 Jun 2001 12:25:14 GMT - - - False - True - - - - GtkCheckMenuItem - devices_view - - toggled - on_view_toggled - Sun, 24 Jun 2001 12:25:38 GMT - - - False - True - - - - GtkCheckMenuItem - show_toolbars - - toggled - on_show_toolbars_toggled - Thu, 16 Aug 2001 20:29:52 GMT - - - False - True - - - - GtkMenuItem - separator4 - False - - - - GtkMenuItem - one_window - - activate - on_one_window_activate - Thu, 16 Aug 2001 21:43:42 GMT - - - False - - - - - - GtkMenuItem - debug - - False - - - GtkMenu - debug_menu - - - GtkMenuItem - debug_run - Run program - - GDK_MOD1_MASK - GDK_R - activate - - - activate - on_debug_run_activate - Sat, 10 Mar 2001 11:35:16 GMT - - - False - - - - GtkMenuItem - debug_next - Execute next instruction - - GDK_MOD1_MASK - GDK_N - activate - - - activate - on_debug_next_activate - Sat, 10 Mar 2001 11:35:16 GMT - - - False - - - - GtkMenuItem - clear_breakpoints - Clear all set breakpoints - - GDK_MOD1_MASK - GDK_C - activate - - - activate - on_clear_breakpoints_activate - Thu, 15 Mar 2001 23:26:49 GMT - - - False - - - - GtkMenuItem - symbols - Show the symbol table - - GDK_MOD1_MASK - GDK_Y - activate - - - activate - on_symbols_activate - Mon, 18 Jun 2001 22:17:06 GMT - - - False - - - - - - GtkMenuItem - settings1 - - False - - - GtkMenu - settings1_menu - - - GtkMenuItem - colors - Change colors of MIXAL - - activate - on_colors_activate - Wed, 11 Apr 2001 23:15:11 GMT - - - False - - - - GtkMenuItem - fonts1 - - False - - - GtkMenu - fonts1_menu - - - GtkMenuItem - mix - - activate - on_mix_font_activate - Wed, 25 Apr 2001 01:55:53 GMT - - - False - - - - GtkMenuItem - mixal - - activate - on_mixal_font_activate - Wed, 25 Apr 2001 01:55:53 GMT - - - False - - - - GtkMenuItem - command_prompt - - activate - on_prompt_font_activate - Wed, 25 Apr 2001 01:55:53 GMT - - - False - - - - GtkMenuItem - command_log - - activate - on_log_font_activate - Wed, 25 Apr 2001 01:55:53 GMT - - - False - - - - GtkMenuItem - devices - - activate - on_devices_font_activate - Thu, 10 May 2001 21:38:40 GMT - - - False - + + True + GTK_ORIENTATION_HORIZONTAL + GTK_TOOLBAR_ICONS + True + True + + + + True + Load MIX program + gtk-open + True + True + True + - - - - GtkMenuItem - device_output1 - Change format of binary devices output - - activate - on_devform_activate - Wed, 30 May 2001 20:44:48 GMT - - - False - - - - GtkMenuItem - devices_dir - - activate - on_devdir_activate - Sun, 08 Jul 2001 20:58:35 GMT - - - False - - - - GtkMenuItem - external_programs1 - - activate - on_external_programs_activate - Fri, 01 Jun 2001 23:35:01 GMT - - - False - - - - GtkMenuItem - separator1 - False - - - - GtkMenuItem - save - Save current settings - - activate - on_save_activate - Sat, 28 Apr 2001 22:51:02 GMT - - - False - - - - GtkCheckMenuItem - save_on_exit - Toogle save settings on exit - - toggled - on_save_on_exit_toggle - Sun, 29 Apr 2001 10:26:16 GMT - - - True - True - - - - - - GtkMenuItem - help - - True - - - GtkMenu - help_menu - - - GtkMenuItem - about - - activate - on_about_activate - Tue, 13 Mar 2001 01:37:20 GMT - - - True - + + False + True + + + + + + True + Compile MIXAL source + gtk-execute + True + True + True + + + + False + True + + + + + + True + Edit MIXAL source + + True + gtk-justify-fill + True + True + True + + + + False + True + + + + + + True + Run + + True + gtk-go-forward + True + True + True + + + + False + True + + + + + + True + Next + + True + gtk-goto-last + True + True + True + + + + False + True + + + + + + True + Clear breakpoints + + True + gtk-clear + True + True + True + + + + False + True + + + + + + True + Symbol table + + True + gtk-index + True + True + True + + + + False + True + + + + + + True + True + True + True + + + False + False + + + + + + True + Device directory + + True + gtk-home + True + True + False + + + + False + True + + + + + + True + Output format + + True + gtk-find-and-replace + True + True + False + + + + False + True + + + + + + True + External programs + + True + gtk-properties + True + True + False + + + + False + True + + + + + + True + True + True + True + + + False + False + + + + + + True + Split windows + + True + splitw.xpm + True + True + True + + + + False + True + + - - - - - GtkStatusbar - main_statusbar - - 0 - False - False - GTK_PACK_END + + 3 + False + False + - - - GtkToolbar - main_toolbar - GTK_ORIENTATION_HORIZONTAL - GTK_TOOLBAR_ICONS - 15 - GTK_TOOLBAR_SPACE_EMPTY - GTK_RELIEF_NORMAL - True - 0 - False - False - + + True + False + 0 + + + + 2 + True + True + True + True + GTK_POS_TOP + False + False + - - GtkButton - Toolbar:button - button4 - Load MIX program - - clicked - on_file_open_activate - Wed, 15 Aug 2001 00:10:04 GMT - - - open.xpm - - - - GtkButton - Toolbar:button - button5 - Compile MIXAL source - - clicked - on_file_compile_activate - Wed, 15 Aug 2001 00:11:29 GMT - - - compile.xpm - - - - GtkButton - Toolbar:button - button6 - Edit MIXAL source - - clicked - on_file_edit_activate - Wed, 15 Aug 2001 00:11:03 GMT - - - edit.xpm - - - - GtkVSeparator - vseparator7 - - - - GtkButton - Toolbar:button - button7 - Run - - clicked - on_debug_run_activate - Wed, 15 Aug 2001 00:12:03 GMT - - - run.xpm - - True - - - - - GtkButton - Toolbar:button - button8 - Next - - clicked - on_debug_next_activate - Wed, 15 Aug 2001 00:12:36 GMT - - - next.xpm - - - - GtkButton - Toolbar:button - button9 - Clear breakpoints - - clicked - on_clear_breakpoints_activate - Thu, 16 Aug 2001 12:58:32 GMT - - - clear.xpm - - - - GtkButton - Toolbar:button - button10 - Symbol table - - clicked - on_symbols_activate - Thu, 16 Aug 2001 13:02:32 GMT - - - symbols.xpm - - - - GtkButton - Toolbar:button - button24 - Command log font - - clicked - on_log_font_activate - Thu, 16 Aug 2001 15:04:53 GMT - - - font.xpm - - True - - - - - GtkButton - Toolbar:button - button25 - Command prompt font - - clicked - on_prompt_font_activate - Thu, 16 Aug 2001 15:05:48 GMT - - - fontl.xpm - - - - GtkButton - Toolbar:button - button32 - External programs - - clicked - on_external_programs_activate - Thu, 16 Aug 2001 23:56:34 GMT - - - extern.xpm - - - - GtkButton - Toolbar:button - button27 - One window - - clicked - on_one_window_activate - Thu, 16 Aug 2001 22:19:55 GMT - - - onew.xpm - - True - - - + + + True + False + 0 + + + + 1 + True + False + 1 + + + + 2 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + 8 + True + 3 + 6 + False + 6 + 11 + + + + 0 + 0 + True + A + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + 1 + 0 + 1 + fill + + + + + + + 0 + 0 + True + I1 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 2 + 3 + 0 + 1 + fill + + + + + + + 0 + 0 + True + I2 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 2 + 3 + 1 + 2 + fill + + + + + + + 0 + 0 + True + False + True + 0 + + True + * + False + 19 + + + + 1 + 2 + 0 + 1 + + + + + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 9 + + + + 3 + 4 + 1 + 2 + + + + + + + + 0 + 0 + True + True + False + True + 0 + + 00 00 + True + * + False + 9 + + + + 3 + 4 + 0 + 1 + + + + + + + + 0 + 0 + True + X + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + 1 + 1 + 2 + fill + + + + + + + 16 + 16 + True + I3 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 2 + 3 + 2 + 3 + fill + + + + + + + 0 + 0 + True + I4 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 4 + 5 + 0 + 1 + fill + + + + + + + 16 + 16 + True + I5 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 4 + 5 + 1 + 2 + fill + + + + + + + 16 + 16 + True + I6 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 4 + 5 + 2 + 3 + fill + + + + + + + 0 + 0 + True + J + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + 1 + 2 + 3 + fill + + + + + + + 0 + 0 + True + True + False + True + 0 + + 00 00 00 00 00 + True + * + False + 19 + + + + 1 + 2 + 1 + 2 + + + + + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 9 + + + + 5 + 6 + 0 + 1 + + + + + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 9 + + + + 5 + 6 + 1 + 2 + + + + + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 9 + + + + 5 + 6 + 2 + 3 + + + + + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 9 + + + + 3 + 4 + 2 + 3 + + + + + + + + True + False + 0 + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 9 + + + + 0 + False + False + + + + + + + + + 1 + 2 + 2 + 3 + fill + fill + + + + + + + + True + Registers + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 2 + 0 + + + label_item + + + + + 5 + False + True + + + + + + True + False + 0 + + + + 2 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + 1 + True + False + 5 + + + + 2 + 0 + 0 + True + Greater + True + G + True + GTK_RELIEF_NORMAL + True + False + False + True + + + + 0 + False + False + + + + + + 2 + 0 + 0 + True + Equal + True + E + True + GTK_RELIEF_NORMAL + True + False + False + True + greater_radio + + + + 0 + False + False + + + + + + 2 + 0 + 0 + True + Lesser + True + L + True + GTK_RELIEF_NORMAL + True + False + False + True + greater_radio + + + + 0 + False + False + + + + + + 7 + True + + + 0 + False + False + + + + + + True + True + Overflow + True + GTK_RELIEF_NORMAL + True + False + False + True + + + + 0 + False + False + + + + + + + + True + Flags + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 2 + 0 + + + label_item + + + + + 0 + False + False + + + + + + + + + + 2 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + 4 + True + False + 1 + + + + 0 + 0 + True + True + False + True + 4 + 0 + True + * + False + 6 + + + 5 + False + False + + + + + + True + View loc address + True + GTK_RELIEF_NORMAL + True + + + + + True + gtk-jump-to + 4 + 0.5 + 0.5 + 0 + 0 + + + + + 1 + False + False + + + + + + + + True + Location + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 2 + 0 + + + label_item + + + + + 0 + False + False + GTK_PACK_END + + + + + 5 + False + True + + + + + + 2 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + 5 + True + True + 5 + + + + 0 + 0 + True + Uptime: + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + 0 + 0 + True + 00000000 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 5 + 0 + + + 0 + False + False + + + + + + 0 + 0 + True + Elapsed: + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 3 + False + False + + + + + + 0 + 0 + True + 000000 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 5 + 0 + + + 0 + False + False + + + + + + 0 + 0 + True + Program: + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 2 + False + False + + + + + + 0 + 0 + True + 000000 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 5 + 0 + + + 0 + False + False + + + + + + + + True + Times + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 2 + 0 + + + label_item + + + + + 5 + False + True + + + + + 2 + False + False + + + + + + 7 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + 5 + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + True + GDK_BUTTON_PRESS_MASK + True + True + False + True + + + + + + + + True + Memory + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 2 + 0 + + + label_item + + + + + 3 + True + True + GTK_PACK_END + + + + + False + True + + - - GtkVBox - vbox3 - False - 0 - - 0 - True - True - + + + True + _Virtual machine + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 2 + 0 + + + tab + + - - GtkScrolledWindow - mixcmd_scrolledwindow - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_UPDATE_CONTINUOUS - GTK_UPDATE_CONTINUOUS - - 0 - True - True - - - - GtkText - command_log - False - - - - - - GtkEntry - command_prompt - Enter MIXVM command here - True - True - - key_press_event - on_command_prompt_key_press_event - True - Wed, 06 Jun 2001 06:46:05 GMT - - True - True - 0 - - - 0 - False - False - - - - - + + + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + Click to toggle breakpoint + True + GDK_POINTER_MOTION_MASK + True + True + False + True + + + + + False + True + + - - GtkDialog - word_dialog - False - - destroy - gtk_widget_hide - Tue, 13 Mar 2001 00:53:39 GMT - - - destroy_event - gtk_widget_hide - Tue, 13 Mar 2001 00:55:38 GMT - - - delete_event - gtk_widget_hide - Tue, 13 Mar 2001 00:56:33 GMT - - Enter value - GTK_WINDOW_DIALOG - GTK_WIN_POS_MOUSE - True - 250 - False - False - False - - - GtkVBox - Dialog:vbox - dialog-vbox5 - False - 0 - - - GtkHBox - Dialog:action_area - dialog-action_area5 - 10 - 250 - True - 5 - - 0 - False - False - GTK_PACK_END - + + + True + _Source + True + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + tab + + - - GtkHButtonBox - hbuttonbox5 - 250 - GTK_BUTTONBOX_DEFAULT_STYLE - 30 - 85 - 27 - 7 - 0 - - 0 - False - False - - - - GtkButton - word_reset - True - True - - clicked - on_word_reset_clicked - Mon, 12 Mar 2001 22:40:33 GMT - - - GTK_RELIEF_NORMAL - + + + True + True + True + True + GTK_POS_RIGHT + True + False + + + + + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + tab + + + + + False + True + + - - GtkButton - word_ok - True - True - - clicked - on_word_ok_clicked - Mon, 12 Mar 2001 22:40:45 GMT - - - GTK_RELIEF_NORMAL - + + + True + _Devices + True + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + tab + + + + + 2 + False + True + + + + + + 2 + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_NONE + GTK_CORNER_TOP_LEFT - - GtkButton - word_cancel - True - True - - clicked - on_word_cancel_clicked - Mon, 12 Mar 2001 23:18:49 GMT - - - GTK_RELIEF_NORMAL + + + True + GTK_SHADOW_IN + + + + True + False + 0 + + + + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_ALWAYS + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + False + False + True + GTK_JUSTIFY_LEFT + GTK_WRAP_WORD + False + 0 + 0 + 0 + 0 + 0 + 0 + + + + + + 0 + True + True + + + + + + True + Enter MIXVM command here + True + True + True + True + 0 + + True + * + False + + + + + 0 + False + False + + + + + + + + + 0 + True + True + + - - + + 0 + True + True + + - - GtkFixed - word_layout - 250 - 97 - 0 - False - False + + True + True + + + 0 + False + False + - - - GtkEntry - word_decimal - 88 - 32 - 143 - 22 - True - True - - key_press_event - on_word_dec_key_press - True - Mon, 12 Mar 2001 22:37:13 GMT - - True - True - 11 - 0 - - - - GtkEntry - word_b2 - 136 - 64 - 22 - 22 - True - - key_press_event - on_word_byte_key_press - True - Mon, 12 Mar 2001 22:38:56 GMT - - True - True - 3 - 00 - - - - GtkEntry - word_b3 - 160 - 64 - 22 - 22 - True - - key_press_event - on_word_byte_key_press - True - Mon, 12 Mar 2001 22:39:26 GMT - - True - True - 3 - 00 - - - - GtkEntry - word_b4 - 184 - 64 - 22 - 22 - True - - key_press_event - on_word_byte_key_press - True - Mon, 12 Mar 2001 22:39:50 GMT - - True - True - 3 - 00 - - - - GtkEntry - word_b5 - 208 - 64 - 22 - 22 - True - - key_press_event - on_word_byte_key_press - True - Mon, 12 Mar 2001 22:40:09 GMT - - True - True - 3 - 00 - - - - GtkEntry - word_b1 - 112 - 64 - 22 - 22 - True - True - - key_press_event - on_word_byte_key_press - True - Mon, 12 Mar 2001 22:38:24 GMT - - True - True - 3 - 00 - - - - GtkEntry - word_sign - 88 - 64 - 16 - 24 - True - - key_press_event - on_word_sign_key_press - Tue, 13 Mar 2001 00:15:28 GMT - - True - True - 1 - + - - - - GtkLabel - label61 - 22 - 67 - 41 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - word_label - 16 - 8 - 216 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label60 - 16 - 34 - 67 - 20 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - + - - GtkWindow - about_dialog - 368 - 99 - False - - delete_event - gtk_widget_hide - Tue, 13 Mar 2001 13:13:42 GMT - - - destroy_event - gtk_widget_hide - Tue, 13 Mar 2001 13:14:02 GMT - - - destroy - gtk_widget_hide - Tue, 13 Mar 2001 13:14:25 GMT - - MDK - GTK_WINDOW_DIALOG - GTK_WIN_POS_CENTER - True - False - False - False - - - GtkLayout - layout1 - 375 - 190 - 200 - 120 - 0 - 0 - - - GtkLabel - label222 - 56 - 16 - 247 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + gmixvm + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + 570 + 235 + True + False + True + False + False + GDK_WINDOW_TYPE_HINT_NORMAL + GDK_GRAVITY_NORTH_WEST + + + + + 2 + True + False + 2 - - GtkLabel - version_label - 152 - 40 - 56 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + + True - - GtkLabel - label224 - 0 - 64 - 358 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + + True + _File + True - - GtkHSeparator - hseparator4 - 8 - 0 - 356 - 16 - + + + True + + + + True + Load a MIX file + _Load... + True + + + + + + + + True + Edit a MIXAL source file + _Edit... + True + + + + + + + + True + Compile a MIXAL source file + _Compile... + True + + + + + + + + True + + + + + + True + Exit application + E_xit + True + + + + + + + + - - GtkHSeparator - hseparator5 - 8 - 80 - 356 - 16 - + + + True + _View + True - - GtkVSeparator - vseparator4 - 0 - 7 - 16 - 81 - + + + True + + + + True + _MIX + True + False + + + + + + + True + MI_XAL + True + False + + + + + + + True + _Devices + True + False + + + + + + + True + _Toolbars + True + False + + + + + + + True + + + + + + True + One _window + True + + + + + + + - - GtkVSeparator - vseparator5 - 354 - 8 - 16 - 81 - - - + + + True + D_ebug + True - - GtkDialog - goto_dialog - 193 - 120 - False - - destroy_event - gtk_widget_hide - Wed, 14 Mar 2001 14:39:17 GMT - - - delete_event - gtk_widget_hide - Wed, 14 Mar 2001 14:39:41 GMT - - - destroy - gtk_widget_hide - Wed, 14 Mar 2001 14:40:15 GMT - - Go to memory cell - GTK_WINDOW_DIALOG - GTK_WIN_POS_MOUSE - True - False - False - False - - - GtkVBox - Dialog:vbox - dialog-vbox6 - False - 0 - - - GtkHBox - Dialog:action_area - dialog-action_area6 - 10 - 40 - True - 5 - - 0 - False - True - GTK_PACK_END - + + + True + + + + True + Run program + _Run + True + + + + + + + + True + Execute next instruction + _Next + True + + + + + + + + True + Clear all set breakpoints + _Clear breakpoints + True + + + + + + + + True + Show the symbol table + _Symbols... + True + + + + + + + + - - GtkHButtonBox - hbuttonbox6 - GTK_BUTTONBOX_DEFAULT_STYLE - 30 - 85 - 27 - 7 - 0 - - 0 - True - True - - - - GtkButton - goto_cancel - True - True - - clicked - on_goto_cancel_clicked - Wed, 14 Mar 2001 14:24:59 GMT - - - GTK_RELIEF_NORMAL - + + + True + _Settings + True + + + + True + + + + True + Change colors of MIXAL + _Colors... + True + + + + + + + True + Change _font + True + + + + True + + + + True + _MIX + True + + + + + + + True + MI_XAL + True + + + + + + + True + Command _prompt + True + + + + + + + True + Command l_og + True + + + + + + + True + De_vices + True + + + + + + + + + + + True + Change format of binary devices output + _Device output... + True + + + + + + + True + De_vices dir... + True + + + + + + + True + E_xternal programs... + True + + + + + + + True + + + + + + True + Save current settings + _Save + True + + + + + + + True + Toogle save settings on exit + Save on _exit + True + True + + + + + + + + + + + True + _Help + True - - GtkButton - goto_ok - True - True - - clicked - on_goto_ok_clicked - Wed, 14 Mar 2001 14:25:23 GMT - - - GTK_RELIEF_NORMAL + + + True + + + + True + _About... + True + + + + + + + - - + + 0 + False + True + + - - GtkVBox - vbox1 - 12 - 75 - False - 0 - 0 - False - False + + True + True + + + 0 + False + False + GTK_PACK_END + - - GtkLabel - label225 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - 0 - True - True - - - - - GtkEntry - goto_entry - 44 - True - True - - activate - on_goto_ok_clicked - Wed, 14 Mar 2001 14:52:26 GMT - - True - True - 4 - - - 10 - False - False - - - - - - - - GtkDialog - color_dialog - 275 - 214 - False - - delete_event - gtk_widget_hide - Thu, 12 Apr 2001 21:05:54 GMT - - - destroy_event - gtk_widget_hide - Thu, 12 Apr 2001 21:06:09 GMT - - - destroy - gtk_widget_hide - Thu, 12 Apr 2001 21:06:23 GMT - - MIXAL colors - GTK_WINDOW_DIALOG - GTK_WIN_POS_NONE - True - False - False - False - - - GtkVBox - Dialog:vbox - dialog-vbox7 - False - 0 - - - GtkHBox - Dialog:action_area - dialog-action_area7 - 10 - True - 5 - 0 - False - True - GTK_PACK_END - + + True + GTK_ORIENTATION_HORIZONTAL + GTK_TOOLBAR_ICONS + True + True + + + + True + Load MIX program + Load + True + gtk-open + True + True + False + + + + False + True + + + + + + True + Compile MIXAL source + Build + True + gtk-execute + True + True + False + + + + False + True + + + + + + True + Edit MIXAL source + Edit + True + gtk-justify-fill + True + True + False + + + + False + True + + + + + + True + True + True + False - - GtkHButtonBox - hbuttonbox7 - GTK_BUTTONBOX_DEFAULT_STYLE - 30 - 85 - 27 - 7 - 0 - - 0 - True - True - - - - GtkButton - colors_ok - True - True - - clicked - on_colors_ok_clicked - Thu, 12 Apr 2001 21:05:07 GMT - - - GTK_RELIEF_NORMAL + + + True + + + + + False + False + + + + + + True + True + True + True + + + False + False + + + + + + True + Run + Run + True + gtk-go-forward + True + True + False + + + + False + True + + + + + + True + Next + Step + True + gtk-goto-last + True + True + False + + + + False + True + + + + + + True + Clear breakpoints + Clear + True + gtk-clear + True + True + False + + + + False + True + + + + + + True + Symbol table + Symbols + True + gtk-index + True + True + False + + + + False + True + + + + + + True + True + True + True + + + False + False + + + + + + True + Command log font + Font + True + gtk-select-color + True + True + False + + + + False + True + + + + + + True + Command prompt font + Font + True + gtk-home + True + True + False + + + + False + True + + + + + + True + External programs + Extern + True + gtk-convert + True + True + False + + + + False + True + + + + + + True + True + True + True + + + False + False + + + + + + True + One window + One window + True + onew.xpm + True + True + False + + + + False + True + + + + 0 + False + False + + - - GtkButton - colors_apply - True - True - - clicked - on_colors_apply_clicked - Thu, 12 Apr 2001 21:04:56 GMT - - - GTK_RELIEF_NORMAL - + + + True + False + 0 + + + + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT - - GtkButton - colors_cancel - True - True - - clicked - on_colors_cancel_clicked - Thu, 12 Apr 2001 21:04:45 GMT - - - GTK_RELIEF_NORMAL + + + True + False + False + True + GTK_JUSTIFY_LEFT + GTK_WRAP_WORD + True + 0 + 0 + 0 + 0 + 0 + 0 + + + + + + 0 + True + True + + + + + + True + Enter MIXVM command here + True + True + True + True + 0 + + True + * + False + + + + 0 + False + False + + - - - - - GtkFixed - fixed1 - - 0 - True - True + + 0 + True + True + - - - GtkLabel - label230 - 184 - 32 - 78 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label226 - 0 - 8 - 143 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label227 - 0 - 56 - 79 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label229 - 88 - 32 - 78 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkDrawingArea - clbg_area - 90 - 56 - 75 - 15 - - - - GtkDrawingArea - clfg_area - 184 - 56 - 75 - 15 - - - - GtkDrawingArea - bpfg_area - 184 - 94 - 75 - 15 - - - - GtkDrawingArea - plbg_area - 90 - 128 - 75 - 15 - - - - GtkLabel - label231 - 1 - 128 - 77 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkDrawingArea - bpbg_area - 90 - 94 - 75 - 15 - - - - GtkDrawingArea - plfg_area - 184 - 128 - 75 - 15 - - - - GtkLabel - label228 - 0 - 94 - 76 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - - - GtkColorSelectionDialog - colorsel_dialog - 10 - False - - delete_event - gtk_widget_hide - Sat, 21 Apr 2001 23:14:28 GMT - - - destroy_event - gtk_widget_hide - Sat, 21 Apr 2001 23:14:54 GMT - - - destroy - gtk_widget_hide - Sat, 21 Apr 2001 23:15:12 GMT - - Select Color - GTK_WINDOW_DIALOG - GTK_WIN_POS_NONE - True - False - False - False - GTK_UPDATE_CONTINUOUS - - - GtkButton - ColorSel:ok_button - ok_colorserdlg - True - True - - clicked - on_ok_colorseldlg_clicked - Sat, 21 Apr 2001 23:17:15 GMT - - - GTK_RELIEF_NORMAL - - - - GtkButton - ColorSel:cancel_button - cancel_colorseldlg - True - True - - clicked - on_cancel_colorseldlg_clicked - Sat, 21 Apr 2001 23:17:37 GMT - - - GTK_RELIEF_NORMAL - - - - GtkButton - ColorSel:help_button - help_button1 - True - True - - GTK_RELIEF_NORMAL - + - - GtkFontSelectionDialog - fontsel_dialog - 4 - False - - delete_event - gtk_widget_hide - Thu, 26 Apr 2001 21:14:34 GMT - - - destroy_event - gtk_widget_hide - Thu, 26 Apr 2001 21:15:02 GMT - - - destroy - gtk_widget_hide - Thu, 26 Apr 2001 21:15:13 GMT - - Select Font - GTK_WINDOW_DIALOG - GTK_WIN_POS_NONE - False - False - True - True - - - GtkButton - FontSel:ok_button - ok_button1 - True - True - - clicked - on_fontsel_ok_clicked - Thu, 26 Apr 2001 21:40:53 GMT - - - GTK_RELIEF_NORMAL - - - - GtkButton - FontSel:apply_button - apply_button1 - True - True - - clicked - on_fontsel_apply_clicked - Thu, 26 Apr 2001 21:41:12 GMT - - - GTK_RELIEF_NORMAL - - - - GtkButton - FontSel:cancel_button - cancel_button1 - True - True - - clicked - on_fontsel_cancel_clicked - Thu, 26 Apr 2001 21:41:33 GMT - - - GTK_RELIEF_NORMAL - - - - - GtkDialog - devform_dialog - 308 - 172 - False - - delete_event - gtk_widget_hide - Wed, 30 May 2001 20:14:53 GMT - - - destroy_event - gtk_widget_hide - Wed, 30 May 2001 20:15:13 GMT - - - destroy - gtk_widget_hide - Wed, 30 May 2001 20:15:29 GMT - - Device output format - GTK_WINDOW_DIALOG - GTK_WIN_POS_NONE - True - False - False - False - - - GtkVBox - Dialog:vbox - dialog-vbox8 - False - 0 - - - GtkHBox - Dialog:action_area - dialog-action_area8 - 10 - True - 5 - - 0 - False - True - GTK_PACK_END - + + Enter value + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + True + False + False + True + False + False + GDK_WINDOW_TYPE_HINT_DIALOG + GDK_GRAVITY_NORTH_WEST + True + + + + + + + True + False + 0 + + + + True + GTK_BUTTONBOX_END + + + + True + GTK_BUTTONBOX_DEFAULT_STYLE + 10 - - GtkHButtonBox - hbuttonbox8 - GTK_BUTTONBOX_DEFAULT_STYLE - 30 - 85 - 27 - 7 - 0 - - 0 - True - True - - - - GtkButton - devok_button - True - True - - clicked - on_devok_button_clicked - Wed, 30 May 2001 20:13:56 GMT - - - GTK_RELIEF_NORMAL - + + + True + True + True + gtk-clear + True + GTK_RELIEF_NORMAL + True + + + - - GtkButton - devapp_button - True - True - - clicked - on_devapp_button_clicked - Wed, 30 May 2001 20:14:05 GMT - - - GTK_RELIEF_NORMAL - + + + True + True + True + gtk-ok + True + GTK_RELIEF_NORMAL + True + + + - - GtkButton - devcancel_button - True - True - - clicked - on_devcancel_button_clicked - Wed, 30 May 2001 20:14:17 GMT - - - GTK_RELIEF_NORMAL + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + True + + + + + - - - - - GtkFixed - fixed2 - - 0 - True - True + + 0 + False + False + GTK_PACK_END + - - GtkButton - devset_button - 208 - 80 - 79 - 24 - Set all devices to current format - True - - clicked - on_devset_button_clicked - Wed, 30 May 2001 20:13:37 GMT - - - GTK_RELIEF_NORMAL - - - - GtkLabel - label232 - 16 - 22 - 48 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label233 - 216 - 22 - 48 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkCombo - dev_combo - 16 - 48 - 150 - 22 - True - True - False - True - False - - - - GtkEntry - GtkCombo:entry - combo-entry1 - Choose a device - True - - changed - on_deventry_changed - Wed, 30 May 2001 19:50:03 GMT - - True - True - 0 - + + + 5 + True + + + + 0 + 0 + True + True + True + GDK_KEY_PRESS_MASK + True + True + 0 + 0 + True + * + False + 28 + + + + 88 + 64 + + + + + + 0 + 0 + True + True + GDK_KEY_PRESS_MASK + True + True + 2 + 0 + True + * + False + 3 + + + + 144 + 32 + + + + + + 0 + 0 + True + True + GDK_BUTTON_PRESS_MASK + True + True + 2 + 0 + True + * + False + 3 + + + + 176 + 32 + + + + + + 0 + 0 + True + True + GDK_KEY_PRESS_MASK + True + True + 2 + 0 + True + * + False + 3 + + + + 208 + 32 + + + + + + 0 + 0 + True + True + GDK_KEY_PRESS_MASK + True + True + 2 + 0 + True + * + False + 3 + + + + 238 + 32 + + + + + + 0 + 0 + True + True + GDK_KEY_PRESS_MASK + True + True + 2 + 0 + True + * + False + 3 + + + + 112 + 32 + + + + + + 0 + 0 + True + True + GDK_KEY_PRESS_MASK + True + True + 1 + + + True + * + False + 2 + + + + 88 + 32 + + + + + + 0 + 0 + True + Decimal + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 14 + 68 + + + + + + 0 + 0 + True + Bytes + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 15 + 36 + + + + + + 0 + 0 + True + Enter value + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 112 + 8 + + - - - - GtkRadioButton - decradio - 184 - 48 - 48 - 24 - Show output as decimal numbers - True - - toggled - on_decradio_toggled - Wed, 30 May 2001 20:13:03 GMT - - - False - True - format_group - - - - GtkRadioButton - wordradio - 240 - 48 - 56 - 24 - Show output as MIX words - True - - False - True - format_group - + + 0 + True + True + + - + - - GtkDialog - external_dialog - 285 - 210 - False - - delete_event - gtk_widget_hide - Fri, 01 Jun 2001 23:57:57 GMT - - - destroy_event - gtk_widget_hide - Fri, 01 Jun 2001 23:58:51 GMT - - - destroy - gtk_widget_hide - Fri, 01 Jun 2001 23:59:02 GMT - - External programs - GTK_WINDOW_DIALOG - GTK_WIN_POS_NONE - True - False - False - False - - - GtkVBox - Dialog:vbox - dialog-vbox9 - False - 0 - - - GtkHBox - Dialog:action_area - dialog-action_area9 - 3 - False - 5 - - 0 - False - True - GTK_PACK_END - - - - GtkHButtonBox - hbuttonbox9 - GTK_BUTTONBOX_SPREAD - 10 - 85 - 27 - 5 - 0 - - 0 - True - True - - - - GtkButton - extern_cancel_button - True - True - - clicked - on_extern_cancel_button_clicked - Mon, 04 Jun 2001 21:31:50 GMT - - - GTK_RELIEF_NORMAL - - - - GtkButton - extern_ok_button - True - True - - clicked - on_extern_ok_button_clicked - Mon, 04 Jun 2001 21:32:21 GMT - - - GTK_RELIEF_NORMAL - - - + + MDK + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_CENTER + True + 250 + 150 + True + False + True + False + False + GDK_WINDOW_TYPE_HINT_NORMAL + GDK_GRAVITY_NORTH_WEST + + + + + + + True + 250 + 150 + 0 0 250 0 209.7 233 + 0 0 150 0 111.6 124 - - GtkVBox - vbox2 - True - 0 - 0 - True - True - - - - GtkFixed - fixed3 - - 0 - True - True - - - - GtkEntry - editor_entry - 48 - 40 - 220 - 24 - True - True - True - 0 - xterm -e vi %s - - - - GtkLabel - label234 - 3 - 16 - 223 - 16 - - GTK_JUSTIFY_LEFT - False - 0.5 - 0.5 - 0 - 0 - - - - - GtkFixed - fixed4 - - 0 - True - True - - - - GtkEntry - mixasm_entry - 48 - 40 - 220 - 22 - True - True - True - 0 - mixasm -g %s + + 0 + 0 + True + GNU MIX Development Kit + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + 56 + 24 + + - - GtkLabel - label235 - 0 - 16 - 278 - 16 - - GTK_JUSTIFY_LEFT - False - 0.5 - 0.5 - 0 - 0 + + + 52 + 16 + True + label223 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 - - - - + + 96 + 48 + + - - GtkDialog - symbols_dialog - False - - delete_event - gtk_widget_hide - Mon, 18 Jun 2001 21:10:39 GMT - - - destroy_event - gtk_widget_hide - Mon, 18 Jun 2001 21:10:53 GMT - - - destroy - gtk_widget_hide - Mon, 18 Jun 2001 21:11:08 GMT - - Symbol table - GTK_WINDOW_DIALOG - GTK_WIN_POS_CENTER - False - 350 - 265 - True - True - False - - - GtkVBox - Dialog:vbox - dialog-vbox10 - False - 0 - - - GtkHBox - Dialog:action_area - dialog-action_area10 - 10 - True - 5 - 0 - False - True - GTK_PACK_END + + 0 + 0 + True + Copyright (C) 2001, 2002, 2003 , 2004 +Free Software Foundation, Inc. + False + False + GTK_JUSTIFY_CENTER + True + False + 0.5 + 0.5 + 0 + 0 + + + 24 + 88 + - - - GtkButton - button1 - 77 - True - - clicked - on_symbol_ok_clicked - Mon, 18 Jun 2001 21:10:02 GMT - - - GTK_RELIEF_NORMAL - - 0 - False - False - - + + - - GtkScrolledWindow - scrolledwindow26 - GTK_POLICY_ALWAYS - GTK_POLICY_ALWAYS - GTK_UPDATE_CONTINUOUS - GTK_UPDATE_CONTINUOUS - - 0 - True - True - + + Go to memory cell + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + True + True + False + True + False + False + GDK_WINDOW_TYPE_HINT_DIALOG + GDK_GRAVITY_NORTH_WEST + True + + + + + + + True + False + 0 + + + + True + GTK_BUTTONBOX_END + + + + True + GTK_BUTTONBOX_DEFAULT_STYLE + 30 - - GtkCList - symbols_clist - True - 3 - 80,112,80 - GTK_SELECTION_SINGLE - True - GTK_SHADOW_IN - - - GtkLabel - CList:title - label236 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + True + + + - - GtkLabel - CList:title - label237 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + + + True + True + True + gtk-ok + True + GTK_RELIEF_NORMAL + True + + + + + + + 0 + False + True + GTK_PACK_END + + - - GtkLabel - CList:title - label238 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + + + 12 + True + False + 0 + + + + True + Go to address: + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + True + True + + + + + + True + True + True + True + True + 0 + + True + * + False + + + + 10 + False + False + + - + + 0 + False + False + + - + - - GtkWindow - mixvm_window - False - - delete_event - on_window_hide - Sun, 24 Jun 2001 12:33:45 GMT - - - destroy_event - on_window_hide - Sun, 24 Jun 2001 12:33:54 GMT - - - destroy - on_window_hide - Sun, 24 Jun 2001 12:34:03 GMT - - - show - mixgtk_mixvm_update_vm_widgets - True - Sun, 24 Jun 2001 12:45:56 GMT - - Virtual machine - GTK_WINDOW_TOPLEVEL - GTK_WIN_POS_NONE - False - 640 - 290 - False - True - False - - - GtkFixed - mixvm_widget - 640 - 287 - - - GtkEntry - rJ_entry - 304 - 88 - 60 - 24 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:45:00 GMT - - False - True - 0 - - - - - GtkEntry - rA_entry - 40 - 24 - 120 - 24 - True - - button_press_event - on_register_click - Mon, 12 Mar 2001 23:09:49 GMT - - False - True - 0 - - - - - GtkEntry - rX_entry - 248 - 24 - 120 - 24 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:43:29 GMT - - False - True - 0 - - - - - GtkEntry - rI2_entry - 40 - 144 - 60 - 22 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:45:39 GMT - - False - True - 0 - - - - - GtkEntry - rI1_entry - 40 - 88 - 60 - 24 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:43:44 GMT - - False - True - 0 - - - - - GtkEntry - rI3_entry - 40 - 200 - 60 - 22 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:46:37 GMT - - False - True - 0 - - - - - GtkEntry - rI4_entry - 168 - 88 - 60 - 24 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:44:21 GMT - - False - True - 0 - - - - - GtkEntry - rI6_entry - 168 - 200 - 60 - 22 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:46:58 GMT - - False - True - 0 - - - - - GtkLabel - label100 - 8 - 91 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label102 - 8 - 200 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - label101 - 8 - 144 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + + 4 + Select Font + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + True + False + False + GDK_WINDOW_TYPE_HINT_DIALOG + GDK_GRAVITY_NORTH_WEST + + + + + + + True + True + True + GTK_RELIEF_NORMAL + True + - - - GtkLabel - label103 - 136 - 88 - 32 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + + + + + True + True + True + GTK_RELIEF_NORMAL + True + - - - GtkLabel - label104 - 136 - 144 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + + + + + True + True + True + GTK_RELIEF_NORMAL + True + + - - GtkLabel - label105 - 136 - 200 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + + + 4 + True + abcdefghijk ABCDEFGHIJK + + 0 + True + True + + + - - GtkLabel - label98 - 216 - 24 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + Device output format + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + True + True + False + True + False + False + GDK_WINDOW_TYPE_HINT_DIALOG + GDK_GRAVITY_NORTH_WEST + True + + + + + + + True + False + 0 + + + + True + GTK_BUTTONBOX_END + + + + True + GTK_BUTTONBOX_DEFAULT_STYLE + 30 - - GtkLabel - label97 - 8 - 24 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + + True + True + True + gtk-ok + True + GTK_RELIEF_NORMAL + True + + + - - GtkVSeparator - vseparator2 - 0 - 8 - 16 - 263 - + + + True + True + True + gtk-apply + True + GTK_RELIEF_NORMAL + True + + + - - GtkVSeparator - vseparator3 - 626 - 8 - 16 - 267 - + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + True + + + + + + + + 0 + False + True + GTK_PACK_END + + - - GtkLabel - label99 - 272 - 88 - 31 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + + True + + + + 0 + 0 + True + True + True + False + True + False + + + + True + Choose a device + True + True + True + 0 + + True + * + False + + + - - GtkHSeparator - hseparator2 - 6 - 265 - 627 - 16 + + + True + GTK_SELECTION_BROWSE + + + + True + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + + + + + + + 135 + 46 + + + + + + 0 + 0 + True + Show output as MIX words + True + Word + True + GTK_RELIEF_NORMAL + True + False + False + True + + + 104 + 96 + + + + + + 0 + 0 + True + Show output as decimal numbers + True + Dec + True + GTK_RELIEF_NORMAL + True + False + False + True + wordradio + + + + 176 + 96 + + + + + + 0 + 0 + True + Set all devices to current format + True + S_et all + True + GTK_RELIEF_NORMAL + True + + + + 16 + 112 + + + + + + 0 + 0 + True + Format + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 48 + 80 + + + + + + 0 + 0 + True + Device + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 24 + 8 + + + + + 0 + True + True + + + + - - GtkLabel - label159 - 8 - 248 - 64 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + External programs + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + True + True + False + True + False + False + GDK_WINDOW_TYPE_HINT_DIALOG + GDK_GRAVITY_NORTH_WEST + True + + + + + + + True + False + 0 + + + + True + GTK_BUTTONBOX_END + + + + True + GTK_BUTTONBOX_SPREAD + 10 - - GtkLabel - label158 - 128 - 248 - 64 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + True + + + - - GtkLabel - label157 - 256 - 248 - 48 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + + True + True + True + gtk-ok + True + GTK_RELIEF_NORMAL + True + + + + + + + + 0 + False + True + GTK_PACK_END + + - - GtkVSeparator - vseparator1 - 376 - 10 - 16 - 263 - + + + True + True + 0 - - GtkEntry - rI5_entry - 168 - 144 - 60 - 22 - True - - button_press_event - on_register_click - Sun, 11 Mar 2001 11:46:05 GMT - - False - True - 0 - - + + + True - - GtkEntry - loc_entry - 300 - 200 - 40 - 22 - True - False - True - 0 - - + + + 0 + 0 + True + True + True + True + 0 + xterm -e vi %s + True + * + False + + + 256 + 12 + + - - GtkLabel - label167 - 256 - 200 - 48 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + + 0 + 0 + True + Editor command (e.g xterm -e vi %s) + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 8 + 15 + + + + + 0 + True + True + + - - GtkHSeparator - hseparator1 - 8 - 232 - 377 - 16 - + + + True - - GtkLabel - program_label - 184 - 248 - 56 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - - - GtkLabel - elapsed_label - 64 - 248 - 48 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - + + + 0 + 0 + True + True + True + True + 0 + mixasm -g %s + True + * + False + + + 255 + 4 + + - - GtkLabel - uptime_label - 296 - 248 - 72 - 16 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + + + 0 + 0 + True + MIX sssembler command (e.g. mixasm -g %s) + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 8 + 8 + + + + + 0 + True + True + + + + + 0 + True + True + + + + - - GtkRadioButton - greater_radio - 336 - 128 - 32 - 24 - Comparison flag: greater - True - - toggled - on_cmp_g_toggled - Tue, 06 Mar 2001 21:21:40 GMT - - - False - True - cmp_group - + + Symbol table + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + 245 + 265 + True + False + True + False + False + GDK_WINDOW_TYPE_HINT_DIALOG + GDK_GRAVITY_NORTH_WEST + True + + + + + + + True + False + 0 + + + + True + GTK_BUTTONBOX_END + + + + True + True + GTK_RELIEF_NORMAL + True + 0 + - - GtkScrolledWindow - memory_scroll - 398 - 16 - 225 - 248 - GTK_POLICY_NEVER - GTK_POLICY_ALWAYS - GTK_UPDATE_CONTINUOUS - GTK_UPDATE_CONTINUOUS - - - GtkCList - memory_cells - 195 - 248 - Click cell to change value - True - - select_row - on_memory_cells_select_row - True - Tue, 13 Mar 2001 07:38:52 GMT - - - click_column - on_memory_cells_click_column - Wed, 14 Mar 2001 14:18:57 GMT - - 2 - 53,135 - GTK_SELECTION_SINGLE - True - GTK_SHADOW_IN - - - GtkLabel - CList:title - label165 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + + + True + 0.5 + 0.5 + 0 + 0 + 0 + 0 + 0 + 0 + + + + True + False + 2 + + + + True + gtk-close + 4 + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + _Close + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + + + + + 0 + False + True + GTK_PACK_END + + - - GtkLabel - CList:title - label166 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + + + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + True + False + True + True + True + + - - - - - GtkRadioButton - lesser_radio - 264 - 128 - 35 - 24 - Comparison flag: lesser - True - - toggled - on_cmp_l_toggled - Tue, 06 Mar 2001 21:21:51 GMT - - - False - True - cmp_group - - - - GtkRadioButton - equal_radio - 304 - 128 - 31 - 24 - Comparison flag: equal - True - - toggled - on_cmp_e_toggled - Tue, 06 Mar 2001 21:22:04 GMT - - - False - True - cmp_group - - - - GtkHSeparator - hseparator3 - 6 - 1 - 627 - 16 - - - - GtkButton - loc_arrow_split - 346 - 200 - 30 - 23 - View loc address - True - - clicked - on_loc_arrow_clicked - Thu, 16 Aug 2001 21:01:57 GMT - - GTK_RELIEF_NORMAL - - - GtkPixmap - pixmap2 - jump.xpm - 0.5 - 0.5 - 0 - 0 - True - - - - - GtkCheckButton - over_toggle - 288 - 168 - 88 - 16 - True - - toggled - on_overflow_toggled - Tue, 06 Mar 2001 21:32:39 GMT - - - False - True + + 0 + True + True + + - + - - GtkWindow - mixal_window - False - - delete_event - on_window_hide - Sun, 24 Jun 2001 12:34:28 GMT - - - destroy_event - on_window_hide - Sun, 24 Jun 2001 12:34:36 GMT - - - destroy - on_window_hide - Sun, 24 Jun 2001 12:34:42 GMT - - - show - mixgtk_mixal_update - True - Sun, 24 Jun 2001 12:43:33 GMT - - MIXAL source - GTK_WINDOW_TOPLEVEL - GTK_WIN_POS_NONE - False - 570 - 225 - True - True - False - - - GtkVBox - vbox5 - False - 0 - - - GtkToolbar - mixal_toolbar - 2 - GTK_ORIENTATION_HORIZONTAL - GTK_TOOLBAR_ICONS - 15 - GTK_TOOLBAR_SPACE_EMPTY - GTK_RELIEF_NORMAL - True - - 0 - False - False - - - - GtkVSeparator - vseparator8 - - - - GtkButton - Toolbar:button - button14 - Run - - clicked - on_debug_run_activate - Wed, 15 Aug 2001 00:12:03 GMT - - - run.xpm - - - - GtkButton - Toolbar:button - button15 - Next - - clicked - on_debug_next_activate - Wed, 15 Aug 2001 00:12:36 GMT - - - next.xpm - - - - GtkButton - Toolbar:button - button16 - Clear breakpoints - - clicked - on_clear_breakpoints_activate - Thu, 16 Aug 2001 12:58:32 GMT - - - clear.xpm - - - - GtkButton - Toolbar:button - button18 - Symbol table - - clicked - on_symbols_activate - Thu, 16 Aug 2001 13:02:32 GMT - - - symbols.xpm - - - - GtkButton - Toolbar:button - button22 - Source code font - - clicked - on_mixal_font_activate - Thu, 16 Aug 2001 13:32:22 GMT - - - font.xpm - - True - - - - - GtkButton - Toolbar:button - button23 - Colors - - clicked - on_colors_activate - Thu, 16 Aug 2001 13:36:24 GMT - - - colors.xpm - - + + MIXAL source + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + 570 + 225 + True + False + True + False + False + GDK_WINDOW_TYPE_HINT_NORMAL + GDK_GRAVITY_NORTH_WEST + + + + + + + + True + False + 0 - - GtkScrolledWindow - scrolledwindow27 - GTK_POLICY_ALWAYS - GTK_POLICY_AUTOMATIC - GTK_UPDATE_CONTINUOUS - GTK_UPDATE_CONTINUOUS - 0 - True - True - + + 2 + True + GTK_ORIENTATION_HORIZONTAL + GTK_TOOLBAR_ICONS + True + True + + + + True + True + True + False - - GtkCList - mixal_clist - Click to toggle breakpoint - True - GDK_POINTER_MOTION_MASK - - select_row - on_mixal_select_row - True - Sun, 11 Mar 2001 01:15:28 GMT - - - motion_notify_event - on_mixal_motion_notify_event - Sun, 17 Jun 2001 19:44:48 GMT - - - leave_notify_event - on_mixal_leave_notify_event - Sat, 23 Jun 2001 22:26:17 GMT - - 2 - 152,80 - GTK_SELECTION_SINGLE - True - GTK_SHADOW_IN - - - GtkLabel - CList:title - label213 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + + + True + + + + + False + False + + + + + + True + Run + Run + True + run.xpm + True + True + False + + + + False + True + + + + + + True + Next + Step + True + next.xpm + True + True + False + + + + False + True + + + + + + True + Clear breakpoints + Clear + True + clear.xpm + True + True + False + + + + False + True + + + + + + True + Symbol table + Symbols + True + symbols.xpm + True + True + False + + + + False + True + + + + + + True + True + True + True + + + False + False + + + + + + True + Source code font + Font + True + font.xpm + True + True + False + + + + False + True + + + + + + True + Colors + Colors + True + colors.xpm + True + True + False + + + + False + True + + + + 0 + False + False + + - - GtkLabel - CList:title - label214 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + + + True + GTK_POLICY_ALWAYS + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + Click to toggle breakpoint + True + GDK_POINTER_MOTION_MASK + True + False + False + True + + + + + - - + + 0 + True + True + + - - GtkStatusbar - mixal_statusbar - 0 - False - False + + True + True + + + 0 + False + False + - + - - GtkWindow - devices_window - False - - delete_event - on_window_hide - Sun, 24 Jun 2001 12:34:51 GMT - - - destroy_event - on_window_hide - Sun, 24 Jun 2001 12:34:59 GMT - - - destroy - on_window_hide - Sun, 24 Jun 2001 12:35:09 GMT - - Devices - GTK_WINDOW_TOPLEVEL - GTK_WIN_POS_NONE - False - 550 - 250 - True - True - False - - - GtkVBox - vbox4 - False - 0 - - - GtkToolbar - devices_toolbar - 2 - GTK_ORIENTATION_HORIZONTAL - GTK_TOOLBAR_ICONS - 5 - GTK_TOOLBAR_SPACE_EMPTY - GTK_RELIEF_NORMAL - True + + Devices + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + 550 + 250 + True + False + True + False + False + GDK_WINDOW_TYPE_HINT_NORMAL + GDK_GRAVITY_NORTH_WEST + + + + + + + True + False + 0 + - 0 - False - False + + 2 + True + GTK_ORIENTATION_HORIZONTAL + GTK_TOOLBAR_ICONS + True + True + + + + True + Device directory + Device dir + True + devdir.xpm + True + True + False + + + + False + True + + + + + + True + Output format + Output + True + output.xpm + True + True + False + + + + False + True + + + + + + True + Output font + Font + True + font.xpm + True + True + False + + + + False + True + + + + + 0 + False + False + - - GtkButton - Toolbar:button - devdir_button - Device directory - - clicked - on_devdir_activate - Thu, 16 Aug 2001 13:14:09 GMT - - - devdir.xpm - - - - GtkButton - Toolbar:button - output_button - Output format - - clicked - on_devform_activate - Thu, 16 Aug 2001 14:46:32 GMT - - - output.xpm - - - - GtkButton - Toolbar:button - button21 - Output font - - clicked - on_devices_font_activate - Thu, 16 Aug 2001 13:31:44 GMT - - - font.xpm - - - - - GtkNotebook - devices_notebook - True - True - True - GTK_POS_TOP - True - 2 - 2 - False - 0 - True - True + + True + True + True + True + GTK_POS_TOP + True + False + + + + + + + + True + label + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + tab + + + + + 0 + True + True + - - - Placeholder - - - - GtkLabel - Notebook:tab - label - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - + - - GtkDialog - devdir_dialog - False - - delete_event - gtk_widget_hide - Sun, 08 Jul 2001 20:42:29 GMT - - - destroy_event - gtk_widget_hide - Sun, 08 Jul 2001 20:42:41 GMT - - - destroy - gtk_widget_hide - Sun, 08 Jul 2001 20:42:53 GMT - - Devices directory - GTK_WINDOW_TOPLEVEL - GTK_WIN_POS_NONE - False - False - False - True - - - GtkVBox - Dialog:vbox - dialog-vbox11 - False - 0 - - - GtkHBox - Dialog:action_area - dialog-action_area11 - 1 - False - 0 - - 0 - False - False - GTK_PACK_END - - - - GtkHButtonBox - hbuttonbox10 - GTK_BUTTONBOX_END - 0 - 91 - 25 - 0 - 0 - - 0 - True - True - - - - GtkButton - devdir_cancel - True - True - - clicked - on_devdir_cancel_clicked - Sun, 08 Jul 2001 20:44:06 GMT - - - GTK_RELIEF_NORMAL - - - - GtkButton - devdir_ok - True - True - - clicked - on_devdir_ok_clicked - Sun, 08 Jul 2001 20:44:28 GMT - - - GTK_RELIEF_NORMAL + + Devices directory + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + True + False + False + GDK_WINDOW_TYPE_HINT_DIALOG + GDK_GRAVITY_NORTH_WEST + True + + + + + + + True + False + 0 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + True + -6 + + + + + + + True + True + True + gtk-ok + True + GTK_RELIEF_NORMAL + True + -5 + + + - - + + 0 + False + False + GTK_PACK_END + + - - GtkHBox - hbox1 - 25 - False - 11 - 0 - False - True + + 25 + True + False + 11 + + + + True + Directory + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + True + False + True + 0 + + True + * + False + + + 0 + True + True + + + + + + True + True + gtk-open + True + GTK_RELIEF_NORMAL + True + + + + 0 + False + False + + + + + 0 + False + True + - - - GtkLabel - label239 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - 0 - False - False - - - - - GtkEntry - devdir_entry - True - False - True - 0 - - - 0 - True - True - - - - - GtkButton - devdir_browse - True - - clicked - on_devdir_browse_clicked - Sun, 08 Jul 2001 20:43:50 GMT - - - GTK_RELIEF_NORMAL - - 0 - False - False - - - + - - GtkDialog - input_dialog - False - - destroy - gtk_true - Fri, 11 Jun 2004 20:59:50 GMT - - - delete_event - gtk_true - Fri, 11 Jun 2004 21:00:03 GMT - - - destroy_event - gtk_true - Fri, 11 Jun 2004 21:00:51 GMT - - Terminal input - GTK_WINDOW_POPUP - GTK_WIN_POS_CENTER - True - 510 - False - False - False - - - GtkVBox - Dialog:vbox - dialog-vbox12 - False - 0 - - - GtkHBox - Dialog:action_area - dialog-action_area12 - 1 - True - 5 + + Virtual machine + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + 640 + 290 + True + False + True + False + False + GDK_WINDOW_TYPE_HINT_NORMAL + GDK_GRAVITY_NORTH_WEST + + + + + + + + 5 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + - 0 - True - True - GTK_PACK_END - + + True + False + 0 + + + + 1 + True + False + 1 - - GtkHButtonBox - hbuttonbox11 - GTK_BUTTONBOX_END - 0 - 85 - 27 - 7 - 0 - - 0 - True - True - - - - GtkButton - input_ok_button - True - True - - clicked - on_input_ok_clicked - Fri, 11 Jun 2004 21:01:32 GMT - - - GTK_RELIEF_NORMAL - + + + 2 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + 8 + True + 3 + 6 + False + 6 + 11 + + + + 0 + 0 + True + A + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + 1 + 0 + 1 + fill + + + + + + + 0 + 0 + True + I1 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 2 + 3 + 0 + 1 + fill + + + + + + + 0 + 0 + True + I2 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 2 + 3 + 1 + 2 + fill + + + + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 19 + + + + 1 + 2 + 0 + 1 + + + + + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 9 + + + + 3 + 4 + 1 + 2 + + + + + + + + 0 + 0 + True + True + False + True + 0 + + 00 00 + True + * + False + 9 + + + + 3 + 4 + 0 + 1 + + + + + + + + 0 + 0 + True + X + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + 1 + 1 + 2 + fill + + + + + + + 16 + 16 + True + I3 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 2 + 3 + 2 + 3 + fill + + + + + + + 0 + 0 + True + I4 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 4 + 5 + 0 + 1 + fill + + + + + + + 16 + 16 + True + I5 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 4 + 5 + 1 + 2 + fill + + + + + + + 16 + 16 + True + I6 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 4 + 5 + 2 + 3 + fill + + + + + + + 0 + 0 + True + J + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + 1 + 2 + 3 + fill + + + + + + + 0 + 0 + True + True + False + True + 0 + + 00 00 00 00 00 + True + * + False + 19 + + + + 1 + 2 + 1 + 2 + + + + + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 9 + + + + 5 + 6 + 0 + 1 + + + + + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 9 + + + + 5 + 6 + 1 + 2 + + + + + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 9 + + + + 5 + 6 + 2 + 3 + + + + + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 9 + + + + 3 + 4 + 2 + 3 + + + + + + + + True + False + 0 + + + + 0 + 0 + True + True + False + True + 0 + + True + * + False + 9 + + + + 0 + False + False + + + + + + + + + 1 + 2 + 2 + 3 + fill + fill + + + + + + + + True + Registers + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 2 + 0 + + + label_item + + + + + 5 + False + True + + - - GtkButton - input_clear_button - True - True - - clicked - on_input_clear_clicked - Fri, 11 Jun 2004 21:01:56 GMT - - - GTK_RELIEF_NORMAL + + + True + False + 0 + + + + 2 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + 1 + True + True + 5 + + + + 0 + 0 + True + Greater + True + G + True + GTK_RELIEF_NORMAL + True + False + False + True + + + + 0 + False + False + + + + + + 0 + 0 + True + Equal + True + E + True + GTK_RELIEF_NORMAL + True + False + False + True + + + + 0 + False + False + + + + + + 0 + 0 + True + Lesser + True + L + True + GTK_RELIEF_NORMAL + True + False + False + True + + + + 0 + False + False + + + + + + + + True + Comparison flag + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 2 + 0 + + + label_item + + + + + 0 + False + False + + + + + + 2 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + 2 + True + True + 2 + + + + 3 + 0 + 0 + True + Click to toggle + True + Off + True + GTK_RELIEF_NORMAL + True + False + False + True + + + + 5 + False + False + + + + + + + + True + Overflow toggle + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 2 + 0 + + + label_item + + + + + 15 + False + False + + + + + + 2 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + 4 + True + False + 1 + + + + 0 + 0 + True + True + False + True + 4 + 0 + True + * + False + 6 + + + 5 + False + False + + + + + + True + View loc address + True + GTK_RELIEF_NORMAL + True + + + + + True + gtk-jump-to + 4 + 0.5 + 0.5 + 0 + 0 + + + + + 1 + False + False + + + + + + + + True + Location + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 2 + 0 + + + label_item + + + + + 0 + False + False + GTK_PACK_END + + + + + 5 + False + True + + + + + + 2 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + 5 + True + False + 5 + + + + 0 + 0 + True + Up: + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + 0 + 0 + True + 00000000 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 5 + 0 + + + 0 + False + False + + + + + + 0 + 0 + True + Lap: + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 3 + False + False + + + + + + 0 + 0 + True + 000000 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 5 + 0 + + + 0 + False + False + + + + + + 0 + 0 + True + Program: + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 2 + False + False + + + + + + 0 + 0 + True + 000000 + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 5 + 0 + + + 0 + False + False + + + + + + + + True + Times + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 2 + 0 + + + label_item + + + + + 5 + False + True + + + + + 2 + False + False + + + + + + 7 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + 5 + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + 1 + True + Click cell to change value + True + True + True + False + True + + + + + + + + + + True + Memory + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 2 + 0 + + + label_item + + + + + 3 + True + True + GTK_PACK_END + + - - + - - GtkVBox - vbox6 - 5 - True - 0 - 5 - True - True + + True + MIX Virtual Machine + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 2 + 0 + + + label_item + - - - GtkLabel - label240 - - GTK_JUSTIFY_LEFT - False - 0.5 - 0.5 - 0 - 0 - - 2 - True - True - - - - - GtkEntry - input_entry - True - True - - activate - on_input_entry_activate - Fri, 11 Jun 2004 23:30:53 GMT - - True - True - 70 - - - 4 - True - True - - - + - + -- cgit v1.2.3