<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd" >

<glade-interface>
  <requires lib="gnome" />
  <requires lib="bonobo" />
  <requires lib="canvas" />

  <widget class="GnomeApp" id="MainWindow">
    <property name="visible">no</property>
    <property name="title" translatable="yes">MemProf</property>
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
    <property name="modal">no</property>
    <property name="default_width">300</property>
    <property name="default_height">400</property>
    <property name="allow_shrink">no</property>
    <property name="allow_grow">yes</property>
    <property name="enable_layout_config">yes</property>
    <property name="window-position">GTK_WIN_POS_NONE</property>

    <child internal-child="dock">
      <widget class="BonoboDock" id="dock1">
        <property name="allow_floating">yes</property>
        <property name="visible">yes</property>

        <child>
          <widget class="BonoboDockItem" id="dockitem1">
            <property name="border_width">0</property>
            <property name="shadow_type">GTK_SHADOW_NONE</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkMenuBar" id="menubar1">
                <property name="visible">yes</property>

                <child>
                  <widget class="GtkMenuItem" id="file1">
                    <property name="visible">yes</property>
                    <property name="label" translatable="yes">_File</property>
                    <property name="use_stock">no</property>
                    <property name="use_underline">yes</property>

                    <child>
                      <widget class="GtkMenu" id="file1_menu">
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkImageMenuItem" id="run">
                            <property name="label" translatable="yes">_Run Program...</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="run_cb" />

                            <child internal-child="image">
                              <widget class="GtkImage" id="convertwidget1">
                                <property name="stock">gtk-execute</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkMenuItem" id="separator3">
                            <property name="visible">yes</property>
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkImageMenuItem" id="save_profile1">
                            <property name="label" translatable="yes">Save _Profile...</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="save_profile_cb" />

                            <child internal-child="image">
                              <widget class="GtkImage" id="convertwidget2">
                                <property name="stock">gtk-save</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkImageMenuItem" id="save_leak_info1">
                            <property name="label" translatable="yes">Save _Leak Info...</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="save_leak_cb" />

                            <child internal-child="image">
                              <widget class="GtkImage" id="convertwidget3">
                                <property name="stock">gtk-save</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkMenuItem" id="separator1">
                            <property name="visible">yes</property>
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkImageMenuItem" id="close1">
                            <property name="visible">yes</property>
                            <property name="label">gtk-close</property>
                            <property name="use_stock">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="close_cb" />
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkImageMenuItem" id="exit1">
                            <property name="visible">yes</property>
                            <property name="label">gtk-quit</property>
                            <property name="use_stock">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="exit_cb" />
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>

                <child>
                  <widget class="GtkMenuItem" id="process1">
                    <property name="label" translatable="yes">_Process</property>
                    <property name="visible">yes</property>
                    <property name="use_underline">yes</property>

                    <child>
                      <widget class="GtkMenu" id="process1_menu">
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkImageMenuItem" id="generate_profile1">
                            <property name="label" translatable="yes">Generate _Profile</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="generate_profile_cb" />
                            <child internal-child="image">
                              <widget class="GtkImage" id="convertwidget5">
				<property name="stock">gtk-justify-left</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkImageMenuItem" id="generate_leak_info1">
                            <property name="label" translatable="yes">Generate _Leak Report</property>
                            <property name="visible">yes</property>
                            <property name="use_stock">no</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="generate_leak_cb" />
                            <child internal-child="image">
                              <widget class="GtkImage" id="convertwidget4">
                                <property name="pixbuf">leak.xpm</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkMenuItem" id="separator8">
                            <property name="visible">yes</property>
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkImageMenuItem" id="kill1">
                            <property name="label" translatable="yes">_Kill</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="kill_cb" />

                            <child internal-child="image">
                              <widget class="GtkImage" id="convertwidget1">
                                <property name="stock">gtk-close</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkMenuItem" id="detach1">
                            <property name="label" translatable="yes">_Detach</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="detach_cb" />
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkMenuItem" id="separator9">
                            <property name="visible">yes</property>
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkMenuItem" id="process_tree1">
                            <property name="label" translatable="yes">Process _Tree</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="process_tree_cb" />
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>

                <child>
                  <widget class="GtkMenuItem" id="settings1">
                    <property name="visible">yes</property>
                    <property name="label" translatable="yes">_Settings</property>
                    <property name="use_stock">no</property>
                    <property name="use_underline">yes</property>

                    <child>
                      <widget class="GtkMenu" id="settings1_menu">
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkImageMenuItem" id="preferences1">
                            <property name="visible">yes</property>
                            <property name="label">gtk-preferences</property>
                            <property name="use_stock">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="preferences_cb" />
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkMenuItem" id="separator5">
                            <property name="visible">yes</property>
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkCheckMenuItem" id="follow-fork">
                            <property name="label" translatable="yes">Follow _fork()</property>
                            <property name="active">no</property>
                            <property name="always_show_toggle">yes</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="follow_fork_cb" />
                          </widget>
                        </child>

                        <child>
                          <widget class="GtkCheckMenuItem" id="follow-exec">
                            <property name="label" translatable="yes">Follow _exec()</property>
                            <property name="active">yes</property>
                            <property name="always_show_toggle">yes</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="follow_exec_cb" />
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>

                <child>
                  <widget class="GtkMenuItem" id="help1">
                    <property name="visible">yes</property>
                    <property name="label" translatable="yes">_Help</property>
                    <property name="use_stock">no</property>
                    <property name="use_underline">yes</property>

                    <child>
                      <widget class="GtkMenu" id="help1_menu">
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkImageMenuItem" id="about1">
                            <property name="visible">yes</property>
                            <property name="label">gnome-stock-about</property>
                            <property name="use_stock">yes</property>
                            <property name="use_underline">yes</property>

                            <signal name="activate" handler="about_cb" />
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
              </widget>
            </child>
          </widget>
          <packing>
            <property name="placement">BONOBO_DOCK_TOP</property>
            <property name="band">0</property>
            <property name="position">0</property>
            <property name="offset">0</property>
            <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE|BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL</property>
          </packing>
        </child>

        <child>
          <widget class="BonoboDockItem" id="dockitem2">
            <property name="border_width">0</property>
            <property name="shadow_type">GTK_SHADOW_NONE</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkToolbar" id="toolbar1">
                <property name="border_width">1</property>
                <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
                <property name="visible">yes</property>

                <child>
                  <widget class="button" id="button2">
                    <property name="tooltip" translatable="yes">Run Program</property>
                    <property name="label" translatable="yes">Run</property>
                    <property name="stock_pixmap">gtk-execute</property>
                    <property name="visible">yes</property>

                    <signal name="clicked" handler="run_cb" />
                  </widget>
                </child>

                <child>
                  <widget class="button" id="button26">
                    <property name="tooltip" translatable="yes">Kill Program</property>
                    <property name="label" translatable="yes">Kill</property>
                    <property name="stock_pixmap">gtk-close</property>
                    <property name="visible">yes</property>

                    <signal name="clicked" handler="kill_cb" />
                  </widget>
                </child>

                <child>
                  <widget class="button" id="button4">
                    <property name="tooltip" translatable="yes">Create Profile</property>
                    <property name="label" translatable="yes">Profile</property>
                    <property name="stock_pixmap">gtk-justify-left</property>
                    <property name="visible">yes</property>

                    <signal name="clicked" handler="generate_profile_cb" />
                  </widget>
                </child>

                <child>
                  <widget class="button" id="button24">
                    <property name="tooltip" translatable="yes">Check for Leaks</property>
                    <property name="label" translatable="yes">Leaks</property>
                    <property name="icon">leak.xpm</property>
                    <property name="visible">yes</property>

                    <signal name="clicked" handler="generate_leak_cb" />
                  </widget>
                </child>

                <child>
                  <widget class="button" id="button3">
                    <property name="tooltip" translatable="yes">Save Report</property>
                    <property name="label" translatable="yes">Save</property>
                    <property name="stock_pixmap">gtk-save</property>
                    <property name="visible">yes</property>

                    <signal name="clicked" handler="save_current_cb" />
                  </widget>
                </child>
              </widget>
            </child>
          </widget>
          <packing>
            <property name="placement">BONOBO_DOCK_TOP</property>
            <property name="band">1</property>
            <property name="position">0</property>
            <property name="offset">0</property>
            <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE</property>
          </packing>
        </child>

        <child>
          <widget class="GtkVBox" id="vbox5">
            <property name="homogeneous">no</property>
            <property name="spacing">0</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkVBox" id="vbox6">
                <property name="border_width">4</property>
                <property name="homogeneous">no</property>
                <property name="spacing">0</property>
                <property name="visible">yes</property>

                <child>
                  <widget class="GtkHBox" id="hbox8">
                    <property name="homogeneous">no</property>
                    <property name="spacing">0</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkLabel" id="label46">
                        <property name="label" translatable="yes">0k</property>
                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                        <property name="wrap">no</property>
                        <property name="xalign">7.45058e-09</property>
                        <property name="yalign">0.5</property>
                        <property name="xpad">0</property>
                        <property name="ypad">0</property>
                        <property name="visible">yes</property>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">yes</property>
                        <property name="fill">yes</property>
                      </packing>
                    </child>

                    <child>
                      <widget class="GtkLabel" id="usage-max-label">
                        <property name="label" translatable="yes">32k</property>
                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                        <property name="wrap">no</property>
                        <property name="xalign">1</property>
                        <property name="yalign">0.5</property>
                        <property name="xpad">0</property>
                        <property name="ypad">0</property>
                        <property name="visible">yes</property>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">no</property>
                        <property name="fill">no</property>
                      </packing>
                    </child>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">yes</property>
                    <property name="fill">yes</property>
                  </packing>
                </child>

                <child>
                  <widget class="GnomeCanvas" id="usage-canvas">
                    <property name="can_focus">yes</property>
                    <property name="anti_aliased">no</property>
                    <property name="scroll_x1">0</property>
                    <property name="scroll_y1">0</property>
                    <property name="scroll_x2">100</property>
                    <property name="scroll_y2">100</property>
                    <property name="pixels_per_unit">1</property>
                    <property name="height-request">20</property>
                    <property name="visible">yes</property>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">no</property>
                <property name="fill">no</property>
              </packing>
            </child>

            <child>
              <widget class="GtkHBox" id="hbox4">
                <property name="border_width">4</property>
                <property name="homogeneous">yes</property>
                <property name="spacing">0</property>
                <property name="visible">yes</property>

                <child>
                  <widget class="GtkHBox" id="hbox5">
                    <property name="homogeneous">no</property>
                    <property name="spacing">0</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkLabel" id="label30">
                        <property name="label" translatable="yes"># of Allocations:</property>
                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                        <property name="wrap">no</property>
                        <property name="xalign">1</property>
                        <property name="yalign">0.5</property>
                        <property name="xpad">0</property>
                        <property name="ypad">0</property>
                        <property name="visible">yes</property>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">no</property>
                        <property name="fill">no</property>
                      </packing>
                    </child>

                    <child>
                      <widget class="GtkLabel" id="n-allocations-label">
                        <property name="label" translatable="yes">0</property>
                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                        <property name="wrap">no</property>
                        <property name="xalign">0</property>
                        <property name="yalign">0.5</property>
                        <property name="xpad">0</property>
                        <property name="ypad">0</property>
                        <property name="visible">yes</property>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">no</property>
                        <property name="fill">no</property>
                      </packing>
                    </child>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">yes</property>
                    <property name="fill">yes</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkHBox" id="hbox6">
                    <property name="homogeneous">no</property>
                    <property name="spacing">0</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkLabel" id="label43">
                        <property name="label" translatable="yes">Bytes / Allocation:</property>
                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                        <property name="wrap">no</property>
                        <property name="xalign">1</property>
                        <property name="yalign">0.5</property>
                        <property name="xpad">0</property>
                        <property name="ypad">0</property>
                        <property name="visible">yes</property>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">no</property>
                        <property name="fill">no</property>
                      </packing>
                    </child>

                    <child>
                      <widget class="GtkLabel" id="bytes-per-label">
                        <property name="label" translatable="yes">0</property>
                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                        <property name="wrap">no</property>
                        <property name="xalign">7.45058e-09</property>
                        <property name="yalign">0.5</property>
                        <property name="xpad">0</property>
                        <property name="ypad">0</property>
                        <property name="visible">yes</property>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">no</property>
                        <property name="fill">no</property>
                      </packing>
                    </child>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">yes</property>
                    <property name="fill">yes</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkHBox" id="hbox7">
                    <property name="homogeneous">no</property>
                    <property name="spacing">0</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkLabel" id="label45">
                        <property name="label" translatable="yes">Total Bytes:</property>
                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                        <property name="wrap">no</property>
                        <property name="xalign">1</property>
                        <property name="yalign">0.5</property>
                        <property name="xpad">0</property>
                        <property name="ypad">0</property>
                        <property name="visible">yes</property>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">no</property>
                        <property name="fill">no</property>
                      </packing>
                    </child>

                    <child>
                      <widget class="GtkLabel" id="total-bytes-label">
                        <property name="label" translatable="yes">0</property>
                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                        <property name="wrap">no</property>
                        <property name="xalign">7.45058e-09</property>
                        <property name="yalign">0.5</property>
                        <property name="xpad">0</property>
                        <property name="ypad">0</property>
                        <property name="visible">yes</property>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">no</property>
                        <property name="fill">no</property>
                      </packing>
                    </child>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">yes</property>
                    <property name="fill">yes</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">no</property>
                <property name="fill">no</property>
              </packing>
            </child>

            <child>
              <widget class="GtkNotebook" id="main-notebook">
                <property name="can_focus">yes</property>
                <property name="show_tabs">yes</property>
                <property name="show_border">yes</property>
                <property name="tab_pos">GTK_POS_TOP</property>
                <property name="scrollable">no</property>
                <property name="tab_hborder">2</property>
                <property name="tab_vborder">2</property>
                <property name="enable-popup">no</property>
                <property name="visible">yes</property>

                <child>
                  <widget class="GtkVPaned" id="profile-vpaned">
                    <property name="position">0</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkScrolledWindow" id="scrolledwindow4">
                        <property name="border_width">4</property>
                        <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                        <property name="height-request">30</property>
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkCList" id="profile-func-clist">
                            <property name="can_focus">yes</property>
                            <property name="column_widths">212,134,80</property>
                            <property name="selection_mode">GTK_SELECTION_BROWSE</property>
                            <property name="show_titles">yes</property>
                            <property name="shadow_type">GTK_SHADOW_IN</property>
                            <property name="n_columns">3</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkLabel" id="label27">
                                <property name="label" translatable="yes">Function</property>
                                <property name="justify">GTK_JUSTIFY_CENTER</property>
                                <property name="wrap">no</property>
                                <property name="xalign">0.5</property>
                                <property name="yalign">0.5</property>
                                <property name="xpad">0</property>
                                <property name="ypad">0</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>

                            <child>
                              <widget class="GtkLabel" id="label28">
                                <property name="label" translatable="yes">Self</property>
                                <property name="justify">GTK_JUSTIFY_CENTER</property>
                                <property name="wrap">no</property>
                                <property name="xalign">0.5</property>
                                <property name="yalign">0.5</property>
                                <property name="xpad">0</property>
                                <property name="ypad">0</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>

                            <child>
                              <widget class="GtkLabel" id="label29">
                                <property name="label" translatable="yes">Total</property>
                                <property name="justify">GTK_JUSTIFY_CENTER</property>
                                <property name="wrap">no</property>
                                <property name="xalign">0.5</property>
                                <property name="yalign">0.5</property>
                                <property name="xpad">0</property>
                                <property name="ypad">0</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>
                          </widget>
                        </child>

                        <child internal-child="hscrollbar">
                          <widget class="GtkHScrollbar" id="convertwidget2">
                            <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                            <property name="visible">yes</property>
                          </widget>
                        </child>

                        <child internal-child="vscrollbar">
                          <widget class="GtkVScrollbar" id="convertwidget3">
                            <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                            <property name="visible">yes</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="shrink">no</property>
                        <property name="resize">no</property>
                      </packing>
                    </child>

                    <child>
                      <widget class="GtkVBox" id="vbox5">
                        <property name="homogeneous">no</property>
                        <property name="spacing">0</property>
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkFrame" id="frame2">
                            <property name="border_width">4</property>
                            <property name="label" translatable="yes">Children</property>
                            <property name="label_xalign">0</property>
                            <property name="height-request">30</property>
                            <property name="shadow">GTK_SHADOW_ETCHED_IN</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkScrolledWindow" id="scrolledwindow3">
                                <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
                                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                                <property name="visible">yes</property>

                                <child>
                                  <widget class="GtkCList" id="profile-child-clist">
                                    <property name="can_focus">yes</property>
                                    <property name="column_widths">142,80</property>
                                    <property name="selection_mode">GTK_SELECTION_BROWSE</property>
                                    <property name="show_titles">yes</property>
                                    <property name="shadow_type">GTK_SHADOW_IN</property>
                                    <property name="n_columns">2</property>
                                    <property name="visible">yes</property>

                                    <child>
                                      <widget class="GtkLabel" id="label23">
                                        <property name="label" translatable="yes">Function</property>
                                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                                        <property name="wrap">no</property>
                                        <property name="xalign">0.5</property>
                                        <property name="yalign">0.5</property>
                                        <property name="xpad">0</property>
                                        <property name="ypad">0</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>

                                    <child>
                                      <widget class="GtkLabel" id="label41">
                                        <property name="label" translatable="yes">Bytes</property>
                                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                                        <property name="wrap">no</property>
                                        <property name="xalign">0.5</property>
                                        <property name="yalign">0.5</property>
                                        <property name="xpad">0</property>
                                        <property name="ypad">0</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>
                                  </widget>
                                </child>

                                <child internal-child="hscrollbar">
                                  <widget class="GtkHScrollbar" id="convertwidget4">
                                    <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                                    <property name="visible">yes</property>
                                  </widget>
                                </child>

                                <child internal-child="vscrollbar">
                                  <widget class="GtkVScrollbar" id="convertwidget5">
                                    <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                                    <property name="visible">yes</property>
                                  </widget>
                                </child>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="padding">0</property>
                            <property name="expand">yes</property>
                            <property name="fill">yes</property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkFrame" id="frame3">
                            <property name="border_width">4</property>
                            <property name="label" translatable="yes">Callers</property>
                            <property name="label_xalign">0</property>
                            <property name="height-request">30</property>
                            <property name="shadow">GTK_SHADOW_ETCHED_IN</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkScrolledWindow" id="scrolledwindow7">
                                <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
                                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                                <property name="visible">yes</property>

                                <child>
                                  <widget class="GtkCList" id="profile-caller-clist">
                                    <property name="can_focus">yes</property>
                                    <property name="column_widths">144,80</property>
                                    <property name="selection_mode">GTK_SELECTION_BROWSE</property>
                                    <property name="show_titles">yes</property>
                                    <property name="shadow_type">GTK_SHADOW_IN</property>
                                    <property name="n_columns">2</property>
                                    <property name="visible">yes</property>

                                    <child>
                                      <widget class="GtkLabel" id="label25">
                                        <property name="label" translatable="yes">Function</property>
                                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                                        <property name="wrap">no</property>
                                        <property name="xalign">0.5</property>
                                        <property name="yalign">0.5</property>
                                        <property name="xpad">0</property>
                                        <property name="ypad">0</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>

                                    <child>
                                      <widget class="GtkLabel" id="label26">
                                        <property name="label" translatable="yes">Bytes</property>
                                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                                        <property name="wrap">no</property>
                                        <property name="xalign">0.5</property>
                                        <property name="yalign">0.5</property>
                                        <property name="xpad">0</property>
                                        <property name="ypad">0</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>
                                  </widget>
                                </child>

                                <child internal-child="hscrollbar">
                                  <widget class="GtkHScrollbar" id="convertwidget6">
                                    <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                                    <property name="visible">yes</property>
                                  </widget>
                                </child>

                                <child internal-child="vscrollbar">
                                  <widget class="GtkVScrollbar" id="convertwidget7">
                                    <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                                    <property name="visible">yes</property>
                                  </widget>
                                </child>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="padding">0</property>
                            <property name="expand">yes</property>
                            <property name="fill">yes</property>
                          </packing>
                        </child>
                      </widget>
                      <packing>
                        <property name="shrink">yes</property>
                        <property name="resize">yes</property>
                      </packing>
                    </child>
                  </widget>
                </child>

                <child>
                  <widget class="GtkLabel" id="label2">
                    <property name="label" translatable="yes">Profile</property>
                    <property name="justify">GTK_JUSTIFY_CENTER</property>
                    <property name="wrap">no</property>
                    <property name="xalign">0.5</property>
                    <property name="yalign">0.5</property>
                    <property name="xpad">0</property>
                    <property name="ypad">0</property>
                    <property name="visible">yes</property>
                  </widget>
                  <packing>
                    <property name="type">tab</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkVPaned" id="leaks-vpaned">
                    <property name="position">0</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkScrolledWindow" id="scrolledwindow5">
                        <property name="border_width">4</property>
                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                        <property name="height-request">30</property>
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkCList" id="leak-block-clist">
                            <property name="can_focus">yes</property>
                            <property name="column_widths">84,80,80</property>
                            <property name="selection_mode">GTK_SELECTION_BROWSE</property>
                            <property name="show_titles">yes</property>
                            <property name="shadow_type">GTK_SHADOW_IN</property>
                            <property name="n_columns">3</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkLabel" id="label4">
                                <property name="label" translatable="yes">Address</property>
                                <property name="justify">GTK_JUSTIFY_CENTER</property>
                                <property name="wrap">no</property>
                                <property name="xalign">0.5</property>
                                <property name="yalign">0.5</property>
                                <property name="xpad">0</property>
                                <property name="ypad">0</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>

                            <child>
                              <widget class="GtkLabel" id="label5">
                                <property name="label" translatable="yes">Size</property>
                                <property name="justify">GTK_JUSTIFY_CENTER</property>
                                <property name="wrap">no</property>
                                <property name="xalign">0.5</property>
                                <property name="yalign">0.5</property>
                                <property name="xpad">0</property>
                                <property name="ypad">0</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>

                            <child>
                              <widget class="GtkLabel" id="label6">
                                <property name="label" translatable="yes">Caller</property>
                                <property name="justify">GTK_JUSTIFY_CENTER</property>
                                <property name="wrap">no</property>
                                <property name="xalign">0.5</property>
                                <property name="yalign">0.5</property>
                                <property name="xpad">0</property>
                                <property name="ypad">0</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>
                          </widget>
                        </child>

                        <child internal-child="hscrollbar">
                          <widget class="GtkHScrollbar" id="convertwidget8">
                            <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                            <property name="visible">yes</property>
                          </widget>
                        </child>

                        <child internal-child="vscrollbar">
                          <widget class="GtkVScrollbar" id="convertwidget9">
                            <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                            <property name="visible">yes</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="shrink">no</property>
                        <property name="resize">no</property>
                      </packing>
                    </child>

                    <child>
                      <widget class="GtkFrame" id="frame1">
                        <property name="border_width">4</property>
                        <property name="label" translatable="yes">Stack Trace</property>
                        <property name="label_xalign">0</property>
                        <property name="height-request">30</property>
                        <property name="shadow">GTK_SHADOW_ETCHED_IN</property>
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkScrolledWindow" id="scrolledwindow1">
                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkCList" id="leak-stack-clist">
                                <property name="can_focus">yes</property>
                                <property name="column_widths">80,108,80</property>
                                <property name="selection_mode">GTK_SELECTION_BROWSE</property>
                                <property name="show_titles">yes</property>
                                <property name="shadow_type">GTK_SHADOW_IN</property>
                                <property name="n_columns">3</property>
                                <property name="visible">yes</property>

                                <child>
                                  <widget class="GtkLabel" id="label12">
                                    <property name="label" translatable="yes">Function</property>
                                    <property name="justify">GTK_JUSTIFY_CENTER</property>
                                    <property name="wrap">no</property>
                                    <property name="xalign">0.5</property>
                                    <property name="yalign">0.5</property>
                                    <property name="xpad">0</property>
                                    <property name="ypad">0</property>
                                    <property name="visible">yes</property>
                                  </widget>
                                </child>

                                <child>
                                  <widget class="GtkLabel" id="label13">
                                    <property name="label" translatable="yes">Line</property>
                                    <property name="justify">GTK_JUSTIFY_CENTER</property>
                                    <property name="wrap">no</property>
                                    <property name="xalign">0.5</property>
                                    <property name="yalign">0.5</property>
                                    <property name="xpad">0</property>
                                    <property name="ypad">0</property>
                                    <property name="visible">yes</property>
                                  </widget>
                                </child>

                                <child>
                                  <widget class="GtkLabel" id="label14">
                                    <property name="label" translatable="yes">File</property>
                                    <property name="justify">GTK_JUSTIFY_CENTER</property>
                                    <property name="wrap">no</property>
                                    <property name="xalign">0.5</property>
                                    <property name="yalign">0.5</property>
                                    <property name="xpad">0</property>
                                    <property name="ypad">0</property>
                                    <property name="visible">yes</property>
                                  </widget>
                                </child>
                              </widget>
                            </child>

                            <child internal-child="hscrollbar">
                              <widget class="GtkHScrollbar" id="convertwidget10">
                                <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>

                            <child internal-child="vscrollbar">
                              <widget class="GtkVScrollbar" id="convertwidget11">
                                <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="shrink">no</property>
                        <property name="resize">yes</property>
                      </packing>
                    </child>
                  </widget>
                </child>

                <child>
                  <widget class="GtkLabel" id="label3">
                    <property name="label" translatable="yes">Leaks</property>
                    <property name="justify">GTK_JUSTIFY_CENTER</property>
                    <property name="wrap">no</property>
                    <property name="xalign">0.5</property>
                    <property name="yalign">0.5</property>
                    <property name="xpad">0</property>
                    <property name="ypad">0</property>
                    <property name="visible">yes</property>
                  </widget>
                  <packing>
                    <property name="type">tab</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">yes</property>
                <property name="fill">yes</property>
              </packing>
            </child>
          </widget>
        </child>
      </widget>
      <packing>
        <property name="padding">0</property>
        <property name="expand">yes</property>
        <property name="fill">yes</property>
      </packing>
    </child>

    <child internal-child="appbar">
      <widget class="GnomeAppBar" id="appbar1">
        <property name="visible">no</property>
        <property name="has_progress">no</property>
        <property name="has_status">no</property>
      </widget>
      <packing>
        <property name="padding">0</property>
        <property name="expand">yes</property>
        <property name="fill">yes</property>
      </packing>
    </child>
  </widget>
  <widget class="GnomeAbout" id="About">
    <property name="visible">no</property>
    <property name="logo">memprof.png</property>
    <property name="name" translatable="yes">MemProf</property>
    <property name="copyright" translatable="yes">Copyright 1999, 2000, 2001, Red Hat, Inc.&#13;Copyright 2002, Kristian Rietveld</property>
    <property name="authors">Owen Taylor &lt;otaylor@redhat.com&gt;&#13;Kristian Rietveld &lt;kris@gtk.org&gt;
</property>
    <property name="comments" translatable="yes">Memory Profiling Tool</property>
  </widget>
  <widget class="GtkDialog" id="SkipAddDialog">
    <property name="visible">no</property>
    <property name="title" translatable="yes">Adding Skip Function</property>
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
    <property name="modal">no</property>
    <property name="allow_shrink">no</property>
    <property name="allow_grow">no</property>
    <property name="window-position">GTK_WIN_POS_NONE</property>

    <child internal-child="vbox">
      <widget class="GtkVBox" id="dialog-vbox2">
        <property name="homogeneous">no</property>
        <property name="spacing">8</property>
        <property name="visible">yes</property>

        <child internal-child="action_area">
          <widget class="GtkHButtonBox" id="dialog-action_area2">
            <property name="layout_style">GTK_BUTTONBOX_END</property>
            <property name="spacing">8</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkButton" id="button15">
                <property name="can_default">yes</property>
                <property name="can_focus">yes</property>
                <property name="visible">yes</property>
                <property name="label">gtk-cancel</property>
                <property name="use_stock">yes</property>
                <property name="use_underline">yes</property>
                <property name="response_id">0</property>
              </widget>
            </child>

            <child>
              <widget class="GtkButton" id="SkipAddDialog-add">
                <property name="can_default">yes</property>
                <property name="has_default">yes</property>
                <property name="can_focus">yes</property>
                <property name="visible">yes</property>
                <property name="label">gtk-add</property>
                <property name="use_stock">yes</property>
                <property name="use_underline">yes</property>
                <property name="response_id">1</property>
              </widget>
            </child>
          </widget>
          <packing>
            <property name="padding">0</property>
            <property name="expand">no</property>
            <property name="fill">yes</property>
            <property name="pack_type">GTK_PACK_END</property>
          </packing>
        </child>

        <child>
          <widget class="GtkVBox" id="vbox4">
            <property name="homogeneous">no</property>
            <property name="spacing">8</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkHBox" id="hbox2">
                <property name="homogeneous">no</property>
                <property name="spacing">0</property>
                <property name="visible">yes</property>

                <child>
                  <widget class="GtkImage" id="pixmap1">
		    <property name="stock">gtk-dialog-question</property>
		    <property name="icon_size">6</property>
                    <property name="visible">yes</property>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkLabel" id="label39">
                    <property name="label" translatable="yes">Enter the name of a function to skip when computing profiles</property>
                    <property name="justify">GTK_JUSTIFY_CENTER</property>
                    <property name="wrap">yes</property>
                    <property name="xalign">0.5</property>
                    <property name="yalign">0.5</property>
                    <property name="xpad">0</property>
                    <property name="ypad">0</property>
                    <property name="visible">yes</property>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">yes</property>
                <property name="fill">yes</property>
              </packing>
            </child>

            <child>
              <widget class="GtkEntry" id="SkipAddDialog-entry">
                <property name="can_focus">yes</property>
                <property name="has_focus">yes</property>
                <property name="editable">yes</property>
                <property name="text" translatable="yes"></property>
                <property name="activates-default">yes</property>
                <property name="max-length">0</property>
                <property name="visibility">yes</property>
                <property name="visible">yes</property>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">no</property>
                <property name="fill">no</property>
              </packing>
            </child>
          </widget>
          <packing>
            <property name="padding">0</property>
            <property name="expand">yes</property>
            <property name="fill">yes</property>
          </packing>
        </child>
      </widget>
      <packing>
        <property name="padding">4</property>
        <property name="expand">yes</property>
        <property name="fill">yes</property>
      </packing>
    </child>
  </widget>
  <widget class="GtkDialog" id="RunDialog">
    <property name="visible">no</property>
    <property name="title" translatable="yes">Run Executable</property>
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
    <property name="modal">no</property>
    <property name="allow_shrink">no</property>
    <property name="allow_grow">no</property>
    <property name="window-position">GTK_WIN_POS_NONE</property>

    <child internal-child="vbox">
      <widget class="GtkVBox" id="dialog-vbox4">
        <property name="homogeneous">no</property>
        <property name="spacing">8</property>
        <property name="visible">yes</property>

        <child internal-child="action_area">
          <widget class="GtkHButtonBox" id="dialog-action_area4">
            <property name="layout_style">GTK_BUTTONBOX_END</property>
            <property name="spacing">8</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkButton" id="button21">
                <property name="can_default">yes</property>
                <property name="can_focus">yes</property>
                <property name="visible">yes</property>
                <property name="label">gtk-cancel</property>
                <property name="use_stock">yes</property>
                <property name="use_underline">yes</property>
                <property name="response_id">0</property>
              </widget>
            </child>

            <child>
              <widget class="GtkButton" id="RunDialog-run">
                <property name="can_default">yes</property>
                <property name="has_default">yes</property>
                <property name="can_focus">yes</property>
                <property name="label">gtk-execute</property>
                <property name="use_stock">yes</property>
                <property name="use_underline">yes</property>
                <property name="visible">yes</property>
                <property name="response_id">1</property>
              </widget>
            </child>
          </widget>
          <packing>
            <property name="padding">0</property>
            <property name="expand">no</property>
            <property name="fill">yes</property>
            <property name="pack_type">GTK_PACK_END</property>
          </packing>
        </child>

        <child>
          <widget class="GtkHBox" id="hbox3">
            <property name="homogeneous">no</property>
            <property name="spacing">0</property>
            <property name="visible">yes</property>

            <child>
	     <widget class="GtkImage" id="pixmap2">
	       <property name="stock">gtk-dialog-question</property>
	       <property name="icon_size">6</property>
	       <property name="visible">yes</property>
	      </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">no</property>
                <property name="fill">no</property>
              </packing>
            </child>

            <child>
              <widget class="GtkLabel" id="label40">
                <property name="label" translatable="yes">Enter pathname to an executable</property>
                <property name="justify">GTK_JUSTIFY_CENTER</property>
                <property name="wrap">yes</property>
                <property name="xalign">0.5</property>
                <property name="yalign">0.5</property>
                <property name="xpad">0</property>
                <property name="ypad">0</property>
                <property name="visible">yes</property>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">no</property>
                <property name="fill">no</property>
              </packing>
            </child>
          </widget>
          <packing>
            <property name="padding">0</property>
            <property name="expand">yes</property>
            <property name="fill">yes</property>
          </packing>
        </child>

        <child>
          <widget class="GnomeFileEntry" id="fileentry1">
            <property name="history_id">RunDialog</property>
            <property name="modal">yes</property>
            <property name="directory_entry">no</property>
            <property name="visible">yes</property>

            <child internal-child="entry">
              <widget class="GtkEntry" id="RunDialog-entry">
                <property name="can_focus">yes</property>
                <property name="has_focus">yes</property>
                <property name="editable">yes</property>
                <property name="text" translatable="yes"></property>
                <property name="max-length">0</property>
                <property name="activates-default">yes</property>
                <property name="visibility">yes</property>
                <property name="visible">yes</property>
              </widget>
            </child>
          </widget>
          <packing>
            <property name="padding">0</property>
            <property name="expand">no</property>
            <property name="fill">no</property>
          </packing>
        </child>
      </widget>
      <packing>
        <property name="padding">4</property>
        <property name="expand">yes</property>
        <property name="fill">yes</property>
      </packing>
    </child>
  </widget>
  <widget class="GtkWindow" id="TreeWindow">
    <property name="visible">no</property>
    <property name="title" translatable="yes">MemProf - Processes</property>
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
    <property name="modal">no</property>
    <property name="allow_shrink">no</property>
    <property name="allow_grow">yes</property>
    <property name="window-position">GTK_WIN_POS_NONE</property>

    <child>
      <widget class="GtkScrolledWindow" id="scrolledwindow8">
        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
        <property name="visible">yes</property>

        <child>
          <widget class="GtkCTree" id="TreeWindow-ctree">
            <property name="can_focus">yes</property>
            <property name="column_widths">97,179,89</property>
            <property name="selection_mode">GTK_SELECTION_BROWSE</property>
            <property name="show_titles">yes</property>
            <property name="shadow_type">GTK_SHADOW_IN</property>
            <property name="n_columns">3</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkLabel" id="label50">
                <property name="label" translatable="yes">PID</property>
                <property name="justify">GTK_JUSTIFY_CENTER</property>
                <property name="wrap">no</property>
                <property name="xalign">0.5</property>
                <property name="yalign">0.5</property>
                <property name="xpad">0</property>
                <property name="ypad">0</property>
                <property name="visible">yes</property>
              </widget>
            </child>

            <child>
              <widget class="GtkLabel" id="label51">
                <property name="label" translatable="yes">Command Line</property>
                <property name="justify">GTK_JUSTIFY_CENTER</property>
                <property name="wrap">no</property>
                <property name="xalign">0.5</property>
                <property name="yalign">0.5</property>
                <property name="xpad">0</property>
                <property name="ypad">0</property>
                <property name="visible">yes</property>
              </widget>
            </child>

            <child>
              <widget class="GtkLabel" id="label52">
                <property name="label" translatable="yes">Status</property>
                <property name="justify">GTK_JUSTIFY_CENTER</property>
                <property name="wrap">no</property>
                <property name="xalign">0.5</property>
                <property name="yalign">0.5</property>
                <property name="xpad">0</property>
                <property name="ypad">0</property>
                <property name="visible">yes</property>
              </widget>
            </child>
          </widget>
        </child>

        <child internal-child="hscrollbar">
          <widget class="GtkHScrollbar" id="convertwidget12">
            <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
            <property name="visible">yes</property>
          </widget>
        </child>

        <child internal-child="vscrollbar">
          <widget class="GtkVScrollbar" id="convertwidget13">
            <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
            <property name="visible">yes</property>
          </widget>
        </child>
      </widget>
    </child>
  </widget>
  <widget class="GtkDialog" id="SkipRegexesAddDialog">
    <property name="visible">no</property>
    <property name="title" translatable="yes">Adding Skip Regular Expression</property>
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
    <property name="modal">no</property>
    <property name="allow_shrink">no</property>
    <property name="allow_grow">no</property>
    <property name="window-position">GTK_WIN_POS_NONE</property>

    <child internal-child="vbox">
      <widget class="GtkVBox" id="vbox11">
        <property name="homogeneous">no</property>
        <property name="spacing">8</property>
        <property name="visible">yes</property>

        <child internal-child="action_area">
          <widget class="GtkHButtonBox" id="hbuttonbox1">
            <property name="layout_style">GTK_BUTTONBOX_END</property>
            <property name="spacing">8</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkButton" id="button31">
                <property name="can_default">yes</property>
                <property name="can_focus">yes</property>
                <property name="visible">yes</property>
                <property name="label">gtk-cancel</property>
                <property name="use_stock">yes</property>
                <property name="use_underline">yes</property>
                <property name="response_id">0</property>
              </widget>
            </child>

            <child>
              <widget class="GtkButton" id="SkipRegexesAddDialog-add">
                <property name="can_default">yes</property>
                <property name="has_default">yes</property>
                <property name="can_focus">yes</property>
                <property name="visible">yes</property>
                <property name="label">gtk-add</property>
                <property name="use_stock">yes</property>
                <property name="use_underline">yes</property>
                <property name="response_id">1</property>
              </widget>
            </child>
          </widget>
          <packing>
            <property name="padding">0</property>
            <property name="expand">no</property>
            <property name="fill">yes</property>
            <property name="pack_type">GTK_PACK_END</property>
          </packing>
        </child>

        <child>
          <widget class="GtkVBox" id="vbox12">
            <property name="homogeneous">no</property>
            <property name="spacing">8</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkHBox" id="hbox10">
                <property name="homogeneous">no</property>
                <property name="spacing">0</property>
                <property name="visible">yes</property>

                <child>
		  <widget class="GtkImage" id="pixmap3">
		    <property name="stock">gtk-dialog-question</property>
		    <property name="icon_size">6</property>
		    <property name="visible">yes</property>
		  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkLabel" id="label55">
                    <property name="label" translatable="yes">Enter a regular expression of function names to skip when computing profiles</property>
                    <property name="justify">GTK_JUSTIFY_CENTER</property>
                    <property name="wrap">yes</property>
                    <property name="xalign">0.5</property>
                    <property name="yalign">0.5</property>
                    <property name="xpad">0</property>
                    <property name="ypad">0</property>
                    <property name="visible">yes</property>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">yes</property>
                <property name="fill">yes</property>
              </packing>
            </child>

            <child>
              <widget class="GtkEntry" id="SkipRegexesAddDialog-entry">
                <property name="can_focus">yes</property>
                <property name="has_focus">yes</property>
                <property name="editable">yes</property>
                <property name="text" translatable="yes"></property>
                <property name="activates-default">yes</property>
                <property name="max-length">0</property>
                <property name="visibility">yes</property>
                <property name="visible">yes</property>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">no</property>
                <property name="fill">no</property>
              </packing>
            </child>
          </widget>
          <packing>
            <property name="padding">0</property>
            <property name="expand">yes</property>
            <property name="fill">yes</property>
          </packing>
        </child>
      </widget>
      <packing>
        <property name="padding">4</property>
        <property name="expand">yes</property>
        <property name="fill">yes</property>
      </packing>
    </child>
  </widget>
  <widget class="GtkWindow" id="Preferences">
    <property name="title" translatable="yes">Preferences</property>
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
    <property name="modal">no</property>
    <property name="allow_shrink">no</property>
    <property name="allow_grow">no</property>
    <property name="window-position">GTK_WIN_POS_NONE</property>
    <property name="visible">no</property>

    <child>
      <widget class="GtkNotebook" id="notebook2">
        <property name="can_focus">yes</property>
        <property name="show_tabs">yes</property>
        <property name="show_border">yes</property>
        <property name="tab_pos">GTK_POS_TOP</property>
        <property name="scrollable">no</property>
        <property name="tab_hborder">2</property>
        <property name="tab_vborder">2</property>
        <property name="enable-popup">no</property>
        <property name="visible">yes</property>

        <child>
          <widget class="GtkVBox" id="vbox13">
            <property name="homogeneous">no</property>
            <property name="spacing">0</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkVBox" id="vbox14">
                <property name="border_width">8</property>
                <property name="homogeneous">no</property>
                <property name="spacing">4</property>
                <property name="visible">yes</property>

                <child>
                  <widget class="GtkLabel" id="label56">
                    <property name="label" translatable="yes">Functions to Skip:</property>
                    <property name="justify">GTK_JUSTIFY_CENTER</property>
                    <property name="wrap">no</property>
                    <property name="xalign">0</property>
                    <property name="yalign">0.5</property>
                    <property name="xpad">0</property>
                    <property name="ypad">0</property>
                    <property name="visible">yes</property>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkHBox" id="hbox11">
                    <property name="homogeneous">no</property>
                    <property name="spacing">0</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkScrolledWindow" id="scrolledwindow10">
                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkCList" id="skip-clist">
                            <property name="can_focus">yes</property>
                            <property name="column_widths">80</property>
                            <property name="selection_mode">GTK_SELECTION_BROWSE</property>
                            <property name="show_titles">no</property>
                            <property name="shadow_type">GTK_SHADOW_IN</property>
                            <property name="height-request">150</property>
                            <property name="n_columns">1</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkLabel" id="label57">
                                <property name="label" translatable="yes">label37</property>
                                <property name="justify">GTK_JUSTIFY_CENTER</property>
                                <property name="wrap">no</property>
                                <property name="xalign">0.5</property>
                                <property name="yalign">0.5</property>
                                <property name="xpad">0</property>
                                <property name="ypad">0</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>
                          </widget>
                        </child>

                        <child internal-child="hscrollbar">
                          <widget class="GtkHScrollbar" id="convertwidget14">
                            <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                            <property name="visible">yes</property>
                          </widget>
                        </child>

                        <child internal-child="vscrollbar">
                          <widget class="GtkVScrollbar" id="convertwidget15">
                            <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                            <property name="visible">yes</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">yes</property>
                        <property name="fill">yes</property>
                      </packing>
                    </child>

                    <child>
                      <widget class="GtkVBox" id="vbox15">
                        <property name="border_width">8</property>
                        <property name="homogeneous">no</property>
                        <property name="spacing">4</property>
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkButton" id="skip-add-button">
                            <property name="can_focus">yes</property>
                            <property name="label">gtk-add</property>
                            <property name="use_stock">yes</property>
                            <property name="use_underline">yes</property>
                            <property name="relief">GTK_RELIEF_NORMAL</property>
                            <property name="visible">yes</property>
                          </widget>
                          <packing>
                            <property name="padding">0</property>
                            <property name="expand">no</property>
                            <property name="fill">no</property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkButton" id="skip-delete-button">
                            <property name="can_focus">yes</property>
                            <property name="label">gtk-delete</property>
                            <property name="use_stock">yes</property>
                            <property name="use_underline">yes</property>
                            <property name="relief">GTK_RELIEF_NORMAL</property>
                            <property name="visible">yes</property>
                          </widget>
                          <packing>
                            <property name="padding">0</property>
                            <property name="expand">no</property>
                            <property name="fill">no</property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkButton" id="skip-defaults-button">
                            <property name="can_focus">yes</property>
                            <property name="label" translatable="yes">Defaults</property>
                            <property name="relief">GTK_RELIEF_NORMAL</property>
                            <property name="visible">yes</property>
                          </widget>
                          <packing>
                            <property name="padding">0</property>
                            <property name="expand">no</property>
                            <property name="fill">no</property>
                          </packing>
                        </child>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">no</property>
                        <property name="fill">no</property>
                      </packing>
                    </child>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">yes</property>
                    <property name="fill">yes</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">yes</property>
                <property name="fill">yes</property>
              </packing>
            </child>

            <child>
              <widget class="GtkVBox" id="vbox16">
                <property name="border_width">8</property>
                <property name="homogeneous">no</property>
                <property name="spacing">4</property>
                <property name="visible">yes</property>

                <child>
                  <widget class="GtkLabel" id="label58">
                    <property name="label" translatable="yes">Regular expressions to Skip:</property>
                    <property name="justify">GTK_JUSTIFY_CENTER</property>
                    <property name="wrap">no</property>
                    <property name="xalign">0</property>
                    <property name="yalign">0.5</property>
                    <property name="xpad">0</property>
                    <property name="ypad">0</property>
                    <property name="visible">yes</property>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkHBox" id="hbox12">
                    <property name="homogeneous">no</property>
                    <property name="spacing">0</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkScrolledWindow" id="scrolledwindow11">
                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkCList" id="skip-regexes-clist">
                            <property name="can_focus">yes</property>
                            <property name="column_widths">80</property>
                            <property name="selection_mode">GTK_SELECTION_BROWSE</property>
                            <property name="show_titles">no</property>
                            <property name="shadow_type">GTK_SHADOW_IN</property>
                            <property name="height-request">150</property>
                            <property name="n_columns">1</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkLabel" id="label59">
                                <property name="label" translatable="yes">label37</property>
                                <property name="justify">GTK_JUSTIFY_CENTER</property>
                                <property name="wrap">no</property>
                                <property name="xalign">0.5</property>
                                <property name="yalign">0.5</property>
                                <property name="xpad">0</property>
                                <property name="ypad">0</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>
                          </widget>
                        </child>

                        <child internal-child="hscrollbar">
                          <widget class="GtkHScrollbar" id="convertwidget16">
                            <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                            <property name="visible">yes</property>
                          </widget>
                        </child>

                        <child internal-child="vscrollbar">
                          <widget class="GtkVScrollbar" id="convertwidget17">
                            <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
                            <property name="visible">yes</property>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">yes</property>
                        <property name="fill">yes</property>
                      </packing>
                    </child>

                    <child>
                      <widget class="GtkVBox" id="vbox17">
                        <property name="border_width">8</property>
                        <property name="homogeneous">no</property>
                        <property name="spacing">4</property>
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkButton" id="skip-regexes-add-button">
                            <property name="can_focus">yes</property>
                            <property name="label">gtk-add</property>
                            <property name="use_stock">yes</property>
                            <property name="use_underline">yes</property>
                            <property name="relief">GTK_RELIEF_NORMAL</property>
                            <property name="visible">yes</property>
                          </widget>
                          <packing>
                            <property name="padding">0</property>
                            <property name="expand">no</property>
                            <property name="fill">no</property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkButton" id="skip-regexes-delete-button">
                            <property name="can_focus">yes</property>
                            <property name="label">gtk-delete</property>
                            <property name="use_stock">yes</property>
                            <property name="use_underline">yes</property>
                            <property name="relief">GTK_RELIEF_NORMAL</property>
                            <property name="visible">yes</property>
                          </widget>
                          <packing>
                            <property name="padding">0</property>
                            <property name="expand">no</property>
                            <property name="fill">no</property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkButton" id="skip-regexes-defaults-button">
                            <property name="can_focus">yes</property>
                            <property name="label" translatable="yes">Defaults</property>
                            <property name="relief">GTK_RELIEF_NORMAL</property>
                            <property name="visible">yes</property>
                          </widget>
                          <packing>
                            <property name="padding">0</property>
                            <property name="expand">no</property>
                            <property name="fill">no</property>
                          </packing>
                        </child>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">no</property>
                        <property name="fill">no</property>
                      </packing>
                    </child>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">yes</property>
                    <property name="fill">yes</property>
                  </packing>
                </child>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">yes</property>
                <property name="fill">yes</property>
              </packing>
            </child>
          </widget>
        </child>

        <child>
          <widget class="GtkLabel" id="label60">
            <property name="label" translatable="yes">Profile Options</property>
            <property name="justify">GTK_JUSTIFY_CENTER</property>
            <property name="wrap">no</property>
            <property name="xalign">0.5</property>
            <property name="yalign">0.5</property>
            <property name="xpad">0</property>
            <property name="ypad">0</property>
            <property name="visible">yes</property>
          </widget>
          <packing>
            <property name="type">tab</property>
          </packing>
        </child>

        <child>
          <widget class="GtkVBox" id="vbox18">
            <property name="border_width">5</property>
            <property name="homogeneous">no</property>
            <property name="spacing">0</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkLabel" id="label61">
                <property name="label" translatable="yes">Command to run on double click in stack trace:</property>
                <property name="justify">GTK_JUSTIFY_LEFT</property>
                <property name="wrap">yes</property>
                <property name="xalign">4.47035e-08</property>
                <property name="yalign">0.5</property>
                <property name="xpad">0</property>
                <property name="ypad">0</property>
                <property name="visible">yes</property>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">no</property>
                <property name="fill">no</property>
              </packing>
            </child>

            <child>
              <widget class="GtkEntry" id="stack-command-entry">
                <property name="can_focus">yes</property>
                <property name="editable">yes</property>
                <property name="text" translatable="yes"></property>
                <property name="max-length">0</property>
                <property name="visibility">yes</property>
                <property name="visible">yes</property>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">no</property>
                <property name="fill">no</property>
              </packing>
            </child>
          </widget>
        </child>

        <child>
          <widget class="GtkLabel" id="label62">
            <property name="label" translatable="yes">Leak Detection Options</property>
            <property name="justify">GTK_JUSTIFY_CENTER</property>
            <property name="wrap">no</property>
            <property name="xalign">0.5</property>
            <property name="yalign">0.5</property>
            <property name="xpad">0</property>
            <property name="ypad">0</property>
            <property name="visible">yes</property>
          </widget>
          <packing>
            <property name="type">tab</property>
          </packing>
        </child>
      </widget>
    </child>
  </widget>
</glade-interface>
