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

<project>
  <name>GOPchop</name>
  <program_name>GOPchop</program_name>
  <directory></directory>
  <source_directory>src</source_directory>
  <pixmaps_directory>pixmaps</pixmaps_directory>
  <language>C</language>
  <gnome_support>False</gnome_support>
  <gettext_support>True</gettext_support>
  <use_widget_names>True</use_widget_names>
  <handler_source_file>callbacks.cpp</handler_source_file>
</project>

<widget>
  <class>GtkWindow</class>
  <name>main_window</name>
  <title>GOPchop</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>

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

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

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

	<widget>
	  <class>GtkMenu</class>
	  <name>menu_file_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>menu_file_open</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_menu_file_open_activate</handler>
	      <last_modification_time>Tue, 30 Oct 2001 21:02:49 GMT</last_modification_time>
	    </signal>
	    <label>_Open</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>menu_file_save</name>
	    <sensitive>False</sensitive>
	    <signal>
	      <name>activate</name>
	      <handler>on_menu_file_save_activate</handler>
	      <last_modification_time>Tue, 30 Oct 2001 21:03:02 GMT</last_modification_time>
	    </signal>
	    <label>_Save Clips</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>menu_file_clear</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_menu_file_clear_activate</handler>
	      <last_modification_time>Fri, 02 Nov 2001 05:44:11 GMT</last_modification_time>
	    </signal>
	    <label>Clear Clips</label>
	    <right_justify>False</right_justify>
	  </widget>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>menu_file_close</name>
	    <sensitive>False</sensitive>
	    <signal>
	      <name>activate</name>
	      <handler>on_menu_file_close_activate</handler>
	      <last_modification_time>Tue, 30 Oct 2001 21:03:13 GMT</last_modification_time>
	    </signal>
	    <label>_Close</label>
	    <right_justify>False</right_justify>
	  </widget>

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

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>menu_file_exit</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_menu_file_exit_activate</handler>
	      <last_modification_time>Tue, 30 Oct 2001 21:03:22 GMT</last_modification_time>
	    </signal>
	    <label>E_xit</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkMenuItem</class>
	<name>menu_options</name>
	<label>_Options</label>
	<right_justify>False</right_justify>

	<widget>
	  <class>GtkMenu</class>
	  <name>menu_options_menu</name>

	  <widget>
	    <class>GtkCheckMenuItem</class>
	    <name>menu_options_run_loop</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_menu_options_run_loop_activate</handler>
	      <last_modification_time>Fri, 02 Nov 2001 03:55:10 GMT</last_modification_time>
	    </signal>
	    <label>Run _Loop</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	  </widget>

	  <widget>
	    <class>GtkCheckMenuItem</class>
	    <name>menu_options_auto_refresh</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_menu_options_auto_refresh_activate</handler>
	      <last_modification_time>Fri, 02 Nov 2001 03:55:10 GMT</last_modification_time>
	    </signal>
	    <label>Auto _Refresh</label>
	    <active>True</active>
	    <always_show_toggle>True</always_show_toggle>
	  </widget>

	  <widget>
	    <class>GtkCheckMenuItem</class>
	    <name>menu_options_ignore_errors</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_menu_options_ignore_errors_activate</handler>
	      <last_modification_time>Sun, 16 Feb 2003 09:19:13 GMT</last_modification_time>
	    </signal>
	    <label>Ignore _Errors</label>
	    <active>False</active>
	    <always_show_toggle>True</always_show_toggle>
	  </widget>

	  <widget>
	    <class>GtkCheckMenuItem</class>
	    <name>menu_options_drop_orphaned_frames</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_menu_options_drop_orphaned_frames_activate</handler>
	      <last_modification_time>Fri, 25 Apr 2003 09:18:46 GMT</last_modification_time>
	    </signal>
	    <label>Drop _Orphaned Frames</label>
	    <active>True</active>
	    <always_show_toggle>True</always_show_toggle>
	  </widget>

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

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>menu_options_preferences</name>
	    <sensitive>False</sensitive>
	    <signal>
	      <name>activate</name>
	      <handler>on_menu_options_preferences_activate</handler>
	      <last_modification_time>Tue, 22 Jan 2002 06:34:36 GMT</last_modification_time>
	    </signal>
	    <label>_Preferences...</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>

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

	<widget>
	  <class>GtkMenu</class>
	  <name>menu_help_menu</name>

	  <widget>
	    <class>GtkMenuItem</class>
	    <name>menu_help_about</name>
	    <signal>
	      <name>activate</name>
	      <handler>on_menu_help_about_activate</handler>
	      <last_modification_time>Tue, 30 Oct 2001 21:02:31 GMT</last_modification_time>
	    </signal>
	    <label>_About...</label>
	    <right_justify>False</right_justify>
	  </widget>
	</widget>
      </widget>
    </widget>

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

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

      <widget>
	<class>GtkCList</class>
	<name>main_clist</name>
	<height>150</height>
	<can_focus>True</can_focus>
	<signal>
	  <name>key_press_event</name>
	  <handler>on_main_clist_key_press_event</handler>
	  <last_modification_time>Fri, 02 Nov 2001 04:34:01 GMT</last_modification_time>
	</signal>
	<signal>
	  <name>button_press_event</name>
	  <handler>on_main_clist_button_press_event</handler>
	  <last_modification_time>Fri, 02 Nov 2001 05:08:25 GMT</last_modification_time>
	</signal>
	<signal>
	  <name>select_row</name>
	  <handler>on_main_clist_select_row</handler>
	  <last_modification_time>Fri, 02 Nov 2001 05:37:38 GMT</last_modification_time>
	</signal>
	<signal>
	  <name>unselect_row</name>
	  <handler>on_main_clist_unselect_row</handler>
	  <last_modification_time>Fri, 02 Nov 2001 05:37:59 GMT</last_modification_time>
	</signal>
	<columns>3</columns>
	<column_widths>300,159,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>main_clist_label_filename</name>
	  <label>Filename</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>main_clist_label_first</name>
	  <label>First GOP</label>
	  <justify>GTK_JUSTIFY_RIGHT</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>main_clist_label_last</name>
	  <label>Last GOP</label>
	  <justify>GTK_JUSTIFY_RIGHT</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GtkHScale</class>
      <name>GOP_selector</name>
      <can_focus>True</can_focus>
      <draw_value>True</draw_value>
      <value_pos>GTK_POS_TOP</value_pos>
      <digits>0</digits>
      <policy>GTK_UPDATE_CONTINUOUS</policy>
      <value>0</value>
      <lower>0</lower>
      <upper>0</upper>
      <step>0</step>
      <page>0</page>
      <page_size>0</page_size>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
      </child>
    </widget>

    <widget>
      <class>GtkHBox</class>
      <name>main_button_box</name>
      <homogeneous>True</homogeneous>
      <spacing>0</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkToggleButton</class>
	<name>button_start_mark</name>
	<border_width>4</border_width>
	<can_focus>True</can_focus>
	<signal>
	  <name>toggled</name>
	  <handler>on_button_start_mark_toggled</handler>
	  <last_modification_time>Mon, 02 Feb 2004 00:30:32 GMT</last_modification_time>
	</signal>
	<label>Start Mark</label>
	<relief>GTK_RELIEF_NORMAL</relief>
	<active>False</active>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>main_label_mark</name>
	<label>no mark set</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>

      <widget>
	<class>GtkButton</class>
	<name>button_end_mark</name>
	<border_width>4</border_width>
	<sensitive>False</sensitive>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>on_button_end_mark_clicked</handler>
	  <last_modification_time>Fri, 02 Nov 2001 01:06:19 GMT</last_modification_time>
	</signal>
	<label>End Mark</label>
	<relief>GTK_RELIEF_NORMAL</relief>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>

      <widget>
	<class>GtkVSeparator</class>
	<name>vseparator1</name>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>
      </widget>

      <widget>
	<class>GtkButton</class>
	<name>button_prev</name>
	<border_width>4</border_width>
	<sensitive>False</sensitive>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>on_button_prev_clicked</handler>
	  <last_modification_time>Sun, 04 Nov 2001 23:36:03 GMT</last_modification_time>
	</signal>
	<label>Prev</label>
	<relief>GTK_RELIEF_NORMAL</relief>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>

      <widget>
	<class>GtkToggleButton</class>
	<name>button_run</name>
	<border_width>4</border_width>
	<sensitive>False</sensitive>
	<can_focus>True</can_focus>
	<signal>
	  <name>toggled</name>
	  <handler>on_button_run_toggled</handler>
	  <last_modification_time>Tue, 30 Oct 2001 21:19:00 GMT</last_modification_time>
	</signal>
	<label>Run</label>
	<relief>GTK_RELIEF_NORMAL</relief>
	<active>False</active>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>

      <widget>
	<class>GtkButton</class>
	<name>button_next</name>
	<border_width>4</border_width>
	<sensitive>False</sensitive>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>on_button_next_clicked</handler>
	  <last_modification_time>Sun, 04 Nov 2001 23:35:04 GMT</last_modification_time>
	</signal>
	<label>Next</label>
	<relief>GTK_RELIEF_NORMAL</relief>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>

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

	<widget>
	  <class>GtkHScale</class>
	  <name>slider_run_speed</name>
	  <can_focus>True</can_focus>
	  <draw_value>True</draw_value>
	  <value_pos>GTK_POS_TOP</value_pos>
	  <digits>0</digits>
	  <policy>GTK_UPDATE_CONTINUOUS</policy>
	  <value>1</value>
	  <lower>1</lower>
	  <upper>100</upper>
	  <step>1</step>
	  <page>5</page>
	  <page_size>25</page_size>
	  <child>
	    <padding>0</padding>
	    <expand>True</expand>
	    <fill>True</fill>
	  </child>
	</widget>

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

      <widget>
	<class>GtkButton</class>
	<name>button_refresh</name>
	<border_width>4</border_width>
	<sensitive>False</sensitive>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>on_button_refresh_clicked</handler>
	  <last_modification_time>Fri, 02 Nov 2001 01:06:27 GMT</last_modification_time>
	</signal>
	<label>Refresh</label>
	<relief>GTK_RELIEF_NORMAL</relief>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>
    </widget>

    <widget>
      <class>GtkHBox</class>
      <name>main_status_box</name>
      <homogeneous>False</homogeneous>
      <spacing>0</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkStatusbar</class>
	<name>main_statusbar</name>
	<width>150</width>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>
      </widget>

      <widget>
	<class>GtkProgressBar</class>
	<name>main_progressbar</name>
	<width>300</width>
	<value>0</value>
	<lower>0</lower>
	<upper>100</upper>
	<bar_style>GTK_PROGRESS_CONTINUOUS</bar_style>
	<orientation>GTK_PROGRESS_LEFT_TO_RIGHT</orientation>
	<activity_mode>False</activity_mode>
	<show_text>False</show_text>
	<format>%P %%</format>
	<text_xalign>0.5</text_xalign>
	<text_yalign>0.5</text_yalign>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkWindow</class>
  <name>about_window</name>
  <signal>
    <name>destroy</name>
    <handler>on_about_window_destroy</handler>
    <last_modification_time>Tue, 30 Oct 2001 22:04:33 GMT</last_modification_time>
  </signal>
  <title>About...</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <name>about_box</name>
    <border_width>4</border_width>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

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

      <widget>
	<class>GtkPixmap</class>
	<name>about_pixmap</name>
	<filename>about.xpm</filename>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
	<build_insensitive>True</build_insensitive>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>label1</name>
	<label>(Image from www.sciencephotography.com)</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>
    </widget>

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

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

    <widget>
      <class>GtkLabel</class>
      <name>about_label_gpl</name>
      <label>Copyright 2001-2003
Kees Cook &lt;kees@outflux.net&gt;

GOPchop is a GOP-accurate MPEG2-PS editor.


GOPchop comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome
to redistribute it under certain conditions;
for details visit:

http://www.gnu.org/copyleft/gpl.html
</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>
    </widget>

    <widget>
      <class>GtkHBox</class>
      <name>about_box_buttons</name>
      <homogeneous>True</homogeneous>
      <spacing>0</spacing>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkButton</class>
	<name>about_button_cool</name>
	<border_width>4</border_width>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>on_about_button_cool_clicked</handler>
	  <last_modification_time>Tue, 30 Oct 2001 22:01:27 GMT</last_modification_time>
	</signal>
	<label>Cool</label>
	<relief>GTK_RELIEF_NORMAL</relief>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkFileSelection</class>
  <name>fileselection_window</name>
  <border_width>10</border_width>
  <signal>
    <name>destroy</name>
    <handler>on_fileselection_window_destroy</handler>
    <last_modification_time>Wed, 31 Oct 2001 14:07:13 GMT</last_modification_time>
  </signal>
  <title>Load MPEG2</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>
  <show_file_op_buttons>False</show_file_op_buttons>

  <widget>
    <class>GtkButton</class>
    <child_name>FileSel:ok_button</child_name>
    <name>fileselection_button_ok</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>on_fileselection_button_ok_clicked</handler>
      <last_modification_time>Wed, 31 Oct 2001 14:01:02 GMT</last_modification_time>
    </signal>
    <label>OK</label>
    <relief>GTK_RELIEF_NORMAL</relief>
  </widget>

  <widget>
    <class>GtkButton</class>
    <child_name>FileSel:cancel_button</child_name>
    <name>fileselection_button_cancel</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>on_fileselection_button_cancel_clicked</handler>
      <last_modification_time>Wed, 31 Oct 2001 14:00:53 GMT</last_modification_time>
    </signal>
    <label>Cancel</label>
    <relief>GTK_RELIEF_NORMAL</relief>
  </widget>
</widget>

<widget>
  <class>GtkDialog</class>
  <name>error_dialog</name>
  <title>Error</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>True</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>

  <widget>
    <class>GtkVBox</class>
    <child_name>Dialog:vbox</child_name>
    <name>error_box</name>
    <homogeneous>False</homogeneous>
    <spacing>0</spacing>

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

      <widget>
	<class>GtkButton</class>
	<name>error_button_annoying</name>
	<can_focus>True</can_focus>
	<signal>
	  <name>clicked</name>
	  <handler>on_error_button_annoying_clicked</handler>
	  <last_modification_time>Wed, 31 Oct 2001 14:42:19 GMT</last_modification_time>
	</signal>
	<label>That's annoying!</label>
	<relief>GTK_RELIEF_NORMAL</relief>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>
    </widget>

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

      <widget>
	<class>GtkHBox</class>
	<name>error_box_icon</name>
	<border_width>10</border_width>
	<homogeneous>False</homogeneous>
	<spacing>4</spacing>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>

	<widget>
	  <class>GtkPixmap</class>
	  <name>error_pixmap</name>
	  <filename>error.xpm</filename>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	  <build_insensitive>True</build_insensitive>
	  <child>
	    <padding>0</padding>
	    <expand>False</expand>
	    <fill>False</fill>
	  </child>
	</widget>

	<widget>
	  <class>GtkLabel</class>
	  <name>error_label_pixmap</name>
	  <label>&quot;You have 20 seconds to comply.&quot;</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>

      <widget>
	<class>GtkHSeparator</class>
	<name>hseparator1</name>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>

      <widget>
	<class>GtkScrolledWindow</class>
	<name>error_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>error_text_why</name>
	  <can_focus>True</can_focus>
	  <editable>False</editable>
	  <text></text>
	</widget>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkWindow</class>
  <name>GOP_window</name>
  <title>Info</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <default_width>400</default_width>
  <default_height>400</default_height>
  <allow_shrink>True</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>

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

    <widget>
      <class>GtkLabel</class>
      <name>GOP_label_filename</name>
      <label></label>
      <justify>GTK_JUSTIFY_LEFT</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>4</xpad>
      <ypad>4</ypad>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>
    </widget>

    <widget>
      <class>GtkHSeparator</class>
      <name>GOP_hseparator</name>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
      </child>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>GOP_label_GOP</name>
      <label>Current GOP information:</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>
    </widget>

    <widget>
      <class>GtkLabel</class>
      <name>GOP_label_sequence_info</name>
      <label>No Sequence Info Found</label>
      <justify>GTK_JUSTIFY_CENTER</justify>
      <wrap>False</wrap>
      <xalign>0.5</xalign>
      <yalign>0.5</yalign>
      <xpad>0</xpad>
      <ypad>0</ypad>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>False</fill>
      </child>
    </widget>

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

      <widget>
	<class>GtkCList</class>
	<name>GOP_clist</name>
	<can_focus>True</can_focus>
	<columns>3</columns>
	<column_widths>183,100,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>GOP_label_type</name>
	  <label>Item</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>GOP_label_offset</name>
	  <label>Parent Offset</label>
	  <justify>GTK_JUSTIFY_RIGHT</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>GOP_label_size</name>
	  <label>Data Bytes</label>
	  <justify>GTK_JUSTIFY_RIGHT</justify>
	  <wrap>False</wrap>
	  <xalign>0.5</xalign>
	  <yalign>0.5</yalign>
	  <xpad>0</xpad>
	  <ypad>0</ypad>
	</widget>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GtkMenu</class>
  <name>main_popup</name>

  <widget>
    <class>GtkMenuItem</class>
    <name>main_popup_delete</name>
    <signal>
      <name>activate</name>
      <handler>on_main_popup_delete_activate</handler>
      <last_modification_time>Fri, 02 Nov 2001 05:11:54 GMT</last_modification_time>
    </signal>
    <label>Delete</label>
    <right_justify>False</right_justify>
  </widget>
</widget>

<widget>
  <class>GtkFileSelection</class>
  <name>saveselection_window</name>
  <border_width>10</border_width>
  <signal>
    <name>destroy</name>
    <handler>on_saveselection_window_destroy</handler>
    <last_modification_time>Fri, 02 Nov 2001 05:52:45 GMT</last_modification_time>
  </signal>
  <title>Save MPEG2</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>
  <show_file_op_buttons>False</show_file_op_buttons>

  <widget>
    <class>GtkButton</class>
    <child_name>FileSel:ok_button</child_name>
    <name>saveselection_button_ok</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>on_saveselection_button_ok_clicked</handler>
      <last_modification_time>Fri, 02 Nov 2001 05:53:03 GMT</last_modification_time>
    </signal>
    <label>OK</label>
    <relief>GTK_RELIEF_NORMAL</relief>
  </widget>

  <widget>
    <class>GtkButton</class>
    <child_name>FileSel:cancel_button</child_name>
    <name>saveselection_button_cancel</name>
    <can_default>True</can_default>
    <can_focus>True</can_focus>
    <signal>
      <name>clicked</name>
      <handler>on_saveselection_button_cancel_clicked</handler>
      <last_modification_time>Fri, 02 Nov 2001 05:53:12 GMT</last_modification_time>
    </signal>
    <label>Cancel</label>
    <relief>GTK_RELIEF_NORMAL</relief>
  </widget>
</widget>

<widget>
  <class>GtkDialog</class>
  <name>overwrite_dialog</name>
  <title>Overwrite?</title>
  <type>GTK_WINDOW_DIALOG</type>
  <position>GTK_WIN_POS_CENTER</position>
  <modal>True</modal>
  <allow_shrink>True</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>

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

    <widget>
      <class>GtkHBox</class>
      <child_name>Dialog:action_area</child_name>
      <name>dialog-action_area1</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>hbuttonbox1</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>overwrite_button_ok</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_overwrite_button_ok_clicked</handler>
	    <last_modification_time>Fri, 02 Nov 2001 06:11:23 GMT</last_modification_time>
	  </signal>
	  <label>Overwrite</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <name>overwrite_button_cancel</name>
	  <can_default>True</can_default>
	  <can_focus>True</can_focus>
	  <signal>
	    <name>clicked</name>
	    <handler>on_overwrite_button_cancel_clicked</handler>
	    <last_modification_time>Fri, 02 Nov 2001 06:11:28 GMT</last_modification_time>
	  </signal>
	  <label>Cancel</label>
	  <relief>GTK_RELIEF_NORMAL</relief>
	</widget>
      </widget>
    </widget>

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

      <widget>
	<class>GtkLabel</class>
	<name>overwrite_label_message</name>
	<label>This file already exists.</label>
	<justify>GTK_JUSTIFY_CENTER</justify>
	<wrap>False</wrap>
	<xalign>0.5</xalign>
	<yalign>0.5</yalign>
	<xpad>0</xpad>
	<ypad>0</ypad>
	<child>
	  <padding>0</padding>
	  <expand>False</expand>
	  <fill>False</fill>
	</child>
      </widget>

      <widget>
	<class>GtkLabel</class>
	<name>overwrite_label_filename</name>
	<label>filename</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>
  </widget>
</widget>

</GTK-Interface>
