In the screenshot I sent around yesterday
<http://www.duckwing.ca/screenshots/2003_02_04_205632_shot.jpg> you see
a text entry field in the upper right quadrant. All is well, except that
when I input text into this field, it "grows" out and that's even before
the text reaches the edge of the field. I don't get it.

That upper quadrant is a frame with a table layout container. That field
is spanning a few rows and columns. I've tried it with X Expand property
both on and off. The effect isn't as pronounced with it off but it does
still happen and grows the rest of my layout off the edge of the window.

So, what can I do to stop/fix this? Here's my glade file with only the
dispatcher window. Any help is muchly appreciated.


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

<glade-interface>

<widget class="GtkWindow" id="Dispatcher">
  <property name="width_request">1000</property>
  <property name="height_request">665</property>
  <property name="can_focus">True</property>
  <property name="has_focus">True</property>
  <property name="title" translatable="yes">Dispatcher</property>
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
  <property name="window_position">GTK_WIN_POS_NONE</property>
  <property name="modal">False</property>
  <property name="resizable">True</property>
  <property name="destroy_with_parent">False</property>
  <signal name="destroy" handler="on_Dispatcher_destroy" last_modification_time="Sat, 
01 Feb 2003 22:18:33 GMT"/>

  <child>
    <widget class="GtkVBox" id="vbox3">
      <property name="visible">True</property>
      <property name="homogeneous">False</property>
      <property name="spacing">0</property>

      <child>
        <widget class="GtkTable" id="table2">
          <property name="visible">True</property>
          <property name="n_rows">10</property>
          <property name="n_columns">11</property>
          <property name="homogeneous">False</property>
          <property name="row_spacing">0</property>
          <property name="column_spacing">0</property>

          <child>
            <widget class="GtkLabel" id="dueout">
              <property name="visible">True</property>
              <property name="label" translatable="yes">Due Out</property>
              <property name="use_underline">False</property>
              <property name="use_markup">False</property>
              <property name="justify">GTK_JUSTIFY_LEFT</property>
              <property name="wrap">False</property>
              <property name="selectable">False</property>
              <property name="xalign">0</property>
              <property name="yalign">0.5</property>
              <property name="xpad">5</property>
              <property name="ypad">2</property>
            </widget>
            <packing>
              <property name="left_attach">0</property>
              <property name="right_attach">1</property>
              <property name="top_attach">4</property>
              <property name="bottom_attach">5</property>
              <property name="y_options"></property>
            </packing>
          </child>

          <child>
            <widget class="GtkLabel" id="schedule">
              <property name="visible">True</property>
              <property name="label" translatable="yes">Schedule</property>
              <property name="use_underline">False</property>
              <property name="use_markup">False</property>
              <property name="justify">GTK_JUSTIFY_LEFT</property>
              <property name="wrap">False</property>
              <property name="selectable">False</property>
              <property name="xalign">0</property>
              <property name="yalign">0.5</property>
              <property name="xpad">7</property>
              <property name="ypad">5</property>
            </widget>
            <packing>
              <property name="left_attach">0</property>
              <property name="right_attach">1</property>
              <property name="top_attach">1</property>
              <property name="bottom_attach">2</property>
              <property name="y_options"></property>
            </packing>
          </child>

          <child>
            <widget class="GtkFrame" id="frame1">
              <property name="visible">True</property>
              <property name="label_xalign">0</property>
              <property name="label_yalign">0.5</property>
              <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>

              <child>
                <widget class="GtkScrolledWindow" id="scrolledwindow4">
                  <property name="visible">True</property>
                  <property name="can_focus">True</property>
                  <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
                  <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
                  <property name="shadow_type">GTK_SHADOW_NONE</property>
                  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>

                  <child>
                    <widget class="GtkTreeView" id="treeview4">
                      <property name="visible">True</property>
                      <property name="can_focus">True</property>
                      <property name="headers_visible">True</property>
                      <property name="rules_hint">False</property>
                      <property name="reorderable">False</property>
                      <property name="enable_search">True</property>
                    </widget>
                  </child>
                </widget>
              </child>

              <child>
                <widget class="GtkLabel" id="label7">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Trip Queue</property>
                  <property name="use_underline">False</property>
                  <property name="use_markup">False</property>
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
                  <property name="wrap">False</property>
                  <property name="selectable">False</property>
                  <property name="xalign">0.5</property>
                  <property name="yalign">0.5</property>
                  <property name="xpad">0</property>
                  <property name="ypad">2</property>
                </widget>
                <packing>
                  <property name="type">label_item</property>
                </packing>
              </child>
            </widget>
            <packing>
              <property name="left_attach">2</property>
              <property name="right_attach">3</property>
              <property name="top_attach">1</property>
              <property name="bottom_attach">3</property>
              <property name="x_options">fill</property>
              <property name="y_options">fill</property>
            </packing>
          </child>

          <child>
            <widget class="GtkVSeparator" id="vseparator1">
              <property name="visible">True</property>
            </widget>
            <packing>
              <property name="left_attach">1</property>
              <property name="right_attach">2</property>
              <property name="top_attach">1</property>
              <property name="bottom_attach">10</property>
              <property name="x_padding">4</property>
              <property name="x_options">fill</property>
            </packing>
          </child>

          <child>
            <widget class="GtkToolbar" id="toolbar1">
              <property name="visible">True</property>
              <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
              <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
              <property name="tooltips">True</property>

              <child>
                <widget class="button" id="button1">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">button1</property>
                  <property name="use_underline">True</property>
                </widget>
              </child>

              <child>
                <widget class="button" id="button2">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">button2</property>
                  <property name="use_underline">True</property>
                </widget>
              </child>

              <child>
                <widget class="button" id="button3">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">button3</property>
                  <property name="use_underline">True</property>
                </widget>
              </child>

              <child>
                <widget class="button" id="button4">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">button4</property>
                  <property name="use_underline">True</property>
                </widget>
              </child>

              <child>
                <widget class="button" id="button5">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">button5</property>
                  <property name="use_underline">True</property>
                </widget>
              </child>

              <child>
                <widget class="button" id="button6">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">button6</property>
                  <property name="use_underline">True</property>
                </widget>
              </child>

              <child>
                <widget class="button" id="button7">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">button7</property>
                  <property name="use_underline">True</property>
                </widget>
              </child>
            </widget>
            <packing>
              <property name="left_attach">0</property>
              <property name="right_attach">3</property>
              <property name="top_attach">0</property>
              <property name="bottom_attach">1</property>
              <property name="y_options"></property>
            </packing>
          </child>

          <child>
            <widget class="GtkLabel" id="off">
              <property name="visible">True</property>
              <property name="label" translatable="yes">Off Shift</property>
              <property name="use_underline">False</property>
              <property name="use_markup">False</property>
              <property name="justify">GTK_JUSTIFY_LEFT</property>
              <property name="wrap">False</property>
              <property name="selectable">False</property>
              <property name="xalign">0</property>
              <property name="yalign">0.5</property>
              <property name="xpad">5</property>
              <property name="ypad">6</property>
            </widget>
            <packing>
              <property name="left_attach">0</property>
              <property name="right_attach">1</property>
              <property name="top_attach">7</property>
              <property name="bottom_attach">8</property>
              <property name="y_options"></property>
            </packing>
          </child>

          <child>
            <widget class="GtkScrolledWindow" id="scrolledwindow3">
              <property name="visible">True</property>
              <property name="can_focus">True</property>
              <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
              <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
              <property name="shadow_type">GTK_SHADOW_NONE</property>
              <property name="window_placement">GTK_CORNER_TOP_LEFT</property>

              <child>
                <widget class="GtkTreeView" id="offdutyview">
                  <property name="visible">True</property>
                  <property name="can_focus">True</property>
                  <property name="headers_visible">True</property>
                  <property name="rules_hint">False</property>
                  <property name="reorderable">False</property>
                  <property name="enable_search">True</property>
                </widget>
              </child>
            </widget>
            <packing>
              <property name="left_attach">0</property>
              <property name="right_attach">1</property>
              <property name="top_attach">8</property>
              <property name="bottom_attach">10</property>
            </packing>
          </child>

          <child>
            <widget class="GtkScrolledWindow" id="scrolledwindow2">
              <property name="visible">True</property>
              <property name="can_focus">True</property>
              <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
              <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
              <property name="shadow_type">GTK_SHADOW_NONE</property>
              <property name="window_placement">GTK_CORNER_TOP_LEFT</property>

              <child>
                <widget class="GtkTreeView" id="dueoutview">
                  <property name="visible">True</property>
                  <property name="can_focus">True</property>
                  <property name="headers_visible">True</property>
                  <property name="rules_hint">False</property>
                  <property name="reorderable">False</property>
                  <property name="enable_search">True</property>
                </widget>
              </child>
            </widget>
            <packing>
              <property name="left_attach">0</property>
              <property name="right_attach">1</property>
              <property name="top_attach">5</property>
              <property name="bottom_attach">7</property>
            </packing>
          </child>

          <child>
            <widget class="GtkScrolledWindow" id="scrolledwindow1">
              <property name="visible">True</property>
              <property name="can_focus">True</property>
              <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
              <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
              <property name="shadow_type">GTK_SHADOW_NONE</property>
              <property name="window_placement">GTK_CORNER_TOP_LEFT</property>

              <child>
                <widget class="GtkTreeView" id="scheduleview">
                  <property name="visible">True</property>
                  <property name="can_focus">True</property>
                  <property name="headers_visible">True</property>
                  <property name="rules_hint">False</property>
                  <property name="reorderable">False</property>
                  <property name="enable_search">True</property>
                </widget>
              </child>
            </widget>
            <packing>
              <property name="left_attach">0</property>
              <property name="right_attach">1</property>
              <property name="top_attach">2</property>
              <property name="bottom_attach">3</property>
            </packing>
          </child>

          <child>
            <widget class="GtkHSeparator" id="hseparator2">
              <property name="visible">True</property>
            </widget>
            <packing>
              <property name="left_attach">0</property>
              <property name="right_attach">11</property>
              <property name="top_attach">3</property>
              <property name="bottom_attach">4</property>
              <property name="y_padding">5</property>
              <property name="x_options">fill</property>
              <property name="y_options">fill</property>
            </packing>
          </child>

          <child>
            <widget class="GtkFrame" id="frame2">
              <property name="visible">True</property>
              <property name="label_xalign">0</property>
              <property name="label_yalign">0.5</property>
              <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>

              <child>
                <widget class="GtkTable" id="table3">
                  <property name="visible">True</property>
                  <property name="n_rows">8</property>
                  <property name="n_columns">7</property>
                  <property name="homogeneous">False</property>
                  <property name="row_spacing">0</property>
                  <property name="column_spacing">0</property>

                  <child>
                    <widget class="GtkLabel" id="label8">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Trip ID:</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">False</property>
                      <property name="selectable">False</property>
                      <property name="xalign">0.83</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
                      <property name="ypad">0</property>
                    </widget>
                    <packing>
                      <property name="left_attach">0</property>
                      <property name="right_attach">1</property>
                      <property name="top_attach">0</property>
                      <property name="bottom_attach">1</property>
                      <property name="x_options">fill</property>
                      <property name="y_options">fill</property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="label14">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Address:</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">False</property>
                      <property name="selectable">False</property>
                      <property name="xalign">0.8</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
                      <property name="ypad">0</property>
                    </widget>
                    <packing>
                      <property name="left_attach">0</property>
                      <property name="right_attach">1</property>
                      <property name="top_attach">1</property>
                      <property name="bottom_attach">2</property>
                      <property name="x_options">fill</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkEntry" id="entry1">
                      <property name="visible">True</property>
                      <property name="can_focus">True</property>
                      <property name="editable">True</property>
                      <property name="visibility">True</property>
                      <property name="max_length">0</property>
                      <property name="text" translatable="yes"></property>
                      <property name="has_frame">True</property>
                      <property name="invisible_char" translatable="yes">*</property>
                      <property name="activates_default">False</property>
                    </widget>
                    <packing>
                      <property name="left_attach">1</property>
                      <property name="right_attach">4</property>
                      <property name="top_attach">1</property>
                      <property name="bottom_attach">2</property>
                      <property name="x_options">fill</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="label15">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Name:</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">False</property>
                      <property name="selectable">False</property>
                      <property name="xalign">0.83</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
                      <property name="ypad">0</property>
                    </widget>
                    <packing>
                      <property name="left_attach">0</property>
                      <property name="right_attach">1</property>
                      <property name="top_attach">2</property>
                      <property name="bottom_attach">3</property>
                      <property name="x_options">fill</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkEntry" id="entry2">
                      <property name="visible">True</property>
                      <property name="can_focus">True</property>
                      <property name="editable">True</property>
                      <property name="visibility">True</property>
                      <property name="max_length">0</property>
                      <property name="text" translatable="yes"></property>
                      <property name="has_frame">True</property>
                      <property name="invisible_char" translatable="yes">*</property>
                      <property name="activates_default">False</property>
                    </widget>
                    <packing>
                      <property name="left_attach">1</property>
                      <property name="right_attach">4</property>
                      <property name="top_attach">2</property>
                      <property name="bottom_attach">3</property>
                      <property name="x_options">fill</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="zone">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes"></property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">False</property>
                      <property name="selectable">False</property>
                      <property name="xalign">0</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
                      <property name="ypad">0</property>
                    </widget>
                    <packing>
                      <property name="left_attach">6</property>
                      <property name="right_attach">7</property>
                      <property name="top_attach">0</property>
                      <property name="bottom_attach">1</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkScrolledWindow" id="scrolledwindow5">
                      <property name="visible">True</property>
                      <property name="can_focus">True</property>
                      <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
                      <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
                      <property name="shadow_type">GTK_SHADOW_NONE</property>
                      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>

                      <child>
                        <widget class="GtkTextView" id="textview1">
                          <property name="visible">True</property>
                          <property name="can_focus">True</property>
                          <property name="editable">True</property>
                          <property name="justification">GTK_JUSTIFY_LEFT</property>
                          <property name="wrap_mode">GTK_WRAP_NONE</property>
                          <property name="cursor_visible">True</property>
                          <property name="pixels_above_lines">0</property>
                          <property name="pixels_below_lines">0</property>
                          <property name="pixels_inside_wrap">0</property>
                          <property name="left_margin">0</property>
                          <property name="right_margin">0</property>
                          <property name="indent">0</property>
                          <property name="text" translatable="yes"></property>
                        </widget>
                      </child>
                    </widget>
                    <packing>
                      <property name="left_attach">0</property>
                      <property name="right_attach">3</property>
                      <property name="top_attach">4</property>
                      <property name="bottom_attach">8</property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="special_inst">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Special 
Instructions</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">False</property>
                      <property name="selectable">False</property>
                      <property name="xalign">0</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
                      <property name="ypad">0</property>
                    </widget>
                    <packing>
                      <property name="left_attach">0</property>
                      <property name="right_attach">3</property>
                      <property name="top_attach">3</property>
                      <property name="bottom_attach">4</property>
                      <property name="y_padding">3</property>
                      <property name="x_options">fill</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="trip_id">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes"></property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">False</property>
                      <property name="selectable">False</property>
                      <property name="xalign">0</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
                      <property name="ypad">0</property>
                    </widget>
                    <packing>
                      <property name="left_attach">1</property>
                      <property name="right_attach">3</property>
                      <property name="top_attach">0</property>
                      <property name="bottom_attach">1</property>
                      <property name="x_options">fill</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="label18">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Charge 
Account:</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">False</property>
                      <property name="selectable">False</property>
                      <property name="xalign">0.75</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
                      <property name="ypad">0</property>
                    </widget>
                    <packing>
                      <property name="left_attach">4</property>
                      <property name="right_attach">5</property>
                      <property name="top_attach">1</property>
                      <property name="bottom_attach">2</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="label19">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Company:</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">False</property>
                      <property name="selectable">False</property>
                      <property name="xalign">0.91</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
                      <property name="ypad">0</property>
                    </widget>
                    <packing>
                      <property name="left_attach">4</property>
                      <property name="right_attach">5</property>
                      <property name="top_attach">2</property>
                      <property name="bottom_attach">3</property>
                      <property name="x_options">fill</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkEntry" id="entry3">
                      <property name="visible">True</property>
                      <property name="can_focus">True</property>
                      <property name="editable">True</property>
                      <property name="visibility">True</property>
                      <property name="max_length">0</property>
                      <property name="text" translatable="yes"></property>
                      <property name="has_frame">True</property>
                      <property name="invisible_char" translatable="yes">*</property>
                      <property name="activates_default">False</property>
                    </widget>
                    <packing>
                      <property name="left_attach">5</property>
                      <property name="right_attach">7</property>
                      <property name="top_attach">1</property>
                      <property name="bottom_attach">2</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkEntry" id="entry4">
                      <property name="visible">True</property>
                      <property name="can_focus">True</property>
                      <property name="editable">True</property>
                      <property name="visibility">True</property>
                      <property name="max_length">0</property>
                      <property name="text" translatable="yes"></property>
                      <property name="has_frame">True</property>
                      <property name="invisible_char" translatable="yes">*</property>
                      <property name="activates_default">False</property>
                    </widget>
                    <packing>
                      <property name="left_attach">5</property>
                      <property name="right_attach">7</property>
                      <property name="top_attach">2</property>
                      <property name="bottom_attach">3</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkButton" id="dispatch">
                      <property name="visible">True</property>
                      <property name="can_focus">True</property>
                      <property name="relief">GTK_RELIEF_NORMAL</property>

                      <child>
                        <widget class="GtkAlignment" id="alignment1">
                          <property name="visible">True</property>
                          <property name="xalign">0.5</property>
                          <property name="yalign">0.5</property>
                          <property name="xscale">0</property>
                          <property name="yscale">0</property>

                          <child>
                            <widget class="GtkHBox" id="hbox2">
                              <property name="visible">True</property>
                              <property name="homogeneous">False</property>
                              <property name="spacing">2</property>

                              <child>
                                <widget class="GtkImage" id="image1">
                                  <property name="visible">True</property>
                                  <property name="stock">gtk-jump-to</property>
                                  <property name="icon_size">4</property>
                                  <property name="xalign">0.5</property>
                                  <property name="yalign">0.5</property>
                                  <property name="xpad">0</property>
                                  <property name="ypad">0</property>
                                </widget>
                                <packing>
                                  <property name="padding">0</property>
                                  <property name="expand">False</property>
                                  <property name="fill">False</property>
                                </packing>
                              </child>

                              <child>
                                <widget class="GtkLabel" id="label16">
                                  <property name="visible">True</property>
                                  <property name="label" 
translatable="yes">Dispatch</property>
                                  <property name="use_underline">True</property>
                                  <property name="use_markup">False</property>
                                  <property name="justify">GTK_JUSTIFY_LEFT</property>
                                  <property name="wrap">False</property>
                                  <property name="selectable">False</property>
                                  <property name="xalign">0.5</property>
                                  <property name="yalign">0.5</property>
                                  <property name="xpad">0</property>
                                  <property name="ypad">0</property>
                                </widget>
                                <packing>
                                  <property name="padding">0</property>
                                  <property name="expand">False</property>
                                  <property name="fill">False</property>
                                </packing>
                              </child>
                            </widget>
                          </child>
                        </widget>
                      </child>
                    </widget>
                    <packing>
                      <property name="left_attach">6</property>
                      <property name="right_attach">7</property>
                      <property name="top_attach">7</property>
                      <property name="bottom_attach">8</property>
                      <property name="x_options">fill</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkOptionMenu" id="car_num">
                      <property name="visible">True</property>
                      <property name="can_focus">True</property>
                      <property name="history">-1</property>
                    </widget>
                    <packing>
                      <property name="left_attach">5</property>
                      <property name="right_attach">6</property>
                      <property name="top_attach">7</property>
                      <property name="bottom_attach">8</property>
                      <property name="x_options">fill</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="label17">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Assign to 
car:</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">False</property>
                      <property name="selectable">False</property>
                      <property name="xalign">0.7</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
                      <property name="ypad">0</property>
                    </widget>
                    <packing>
                      <property name="left_attach">4</property>
                      <property name="right_attach">5</property>
                      <property name="top_attach">7</property>
                      <property name="bottom_attach">8</property>
                      <property name="x_options">fill</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="label10">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Zone</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">False</property>
                      <property name="selectable">False</property>
                      <property name="xalign">0</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
                      <property name="ypad">0</property>
                    </widget>
                    <packing>
                      <property name="left_attach">5</property>
                      <property name="right_attach">6</property>
                      <property name="top_attach">0</property>
                      <property name="bottom_attach">1</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="label20">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Postal Trip 
No:</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">False</property>
                      <property name="selectable">False</property>
                      <property name="xalign">0</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
                      <property name="ypad">0</property>
                    </widget>
                    <packing>
                      <property name="left_attach">4</property>
                      <property name="right_attach">5</property>
                      <property name="top_attach">4</property>
                      <property name="bottom_attach">5</property>
                      <property name="x_options">fill</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="postal_trip">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes"></property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">False</property>
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
                      <property name="wrap">False</property>
                      <property name="selectable">False</property>
                      <property name="xalign">0</property>
                      <property name="yalign">0.5</property>
                      <property name="xpad">0</property>
                      <property name="ypad">0</property>
                    </widget>
                    <packing>
                      <property name="left_attach">5</property>
                      <property name="right_attach">6</property>
                      <property name="top_attach">4</property>
                      <property name="bottom_attach">5</property>
                      <property name="x_options">fill</property>
                      <property name="y_options"></property>
                    </packing>
                  </child>
                </widget>
              </child>

              <child>
                <widget class="GtkLabel" id="trip_info">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Trip Info</property>
                  <property name="use_underline">False</property>
                  <property name="use_markup">False</property>
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
                  <property name="wrap">False</property>
                  <property name="selectable">False</property>
                  <property name="xalign">0.5</property>
                  <property name="yalign">0.5</property>
                  <property name="xpad">0</property>
                  <property name="ypad">0</property>
                </widget>
                <packing>
                  <property name="type">label_item</property>
                </packing>
              </child>
            </widget>
            <packing>
              <property name="left_attach">3</property>
              <property name="right_attach">11</property>
              <property name="top_attach">0</property>
              <property name="bottom_attach">3</property>
              <property name="x_padding">4</property>
              <property name="y_options">fill</property>
            </packing>
          </child>

          <child>
            <widget class="GtkFrame" id="zone_status">
              <property name="visible">True</property>
              <property name="label_xalign">0</property>
              <property name="label_yalign">0.5</property>
              <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>

              <child>
                <widget class="GtkVBox" id="vbox4">
                  <property name="visible">True</property>
                  <property name="homogeneous">False</property>
                  <property name="spacing">0</property>

                  <child>
                    <widget class="GtkScrolledWindow" id="scrolledwindow6">
                      <property name="visible">True</property>
                      <property name="can_focus">True</property>
                      <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
                      <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
                      <property name="shadow_type">GTK_SHADOW_NONE</property>
                      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>

                      <child>
                        <widget class="GtkTreeView" id="treeview5">
                          <property name="visible">True</property>
                          <property name="can_focus">True</property>
                          <property name="headers_visible">True</property>
                          <property name="rules_hint">False</property>
                          <property name="reorderable">False</property>
                          <property name="enable_search">True</property>
                        </widget>
                      </child>
                    </widget>
                    <packing>
                      <property name="padding">0</property>
                      <property name="expand">True</property>
                      <property name="fill">True</property>
                    </packing>
                  </child>

                  <child>
                    <widget class="GtkScrolledWindow" id="scrolledwindow7">
                      <property name="visible">True</property>
                      <property name="can_focus">True</property>
                      <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
                      <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
                      <property name="shadow_type">GTK_SHADOW_NONE</property>
                      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>

                      <child>
                        <widget class="GtkTreeView" id="treeview6">
                          <property name="visible">True</property>
                          <property name="can_focus">True</property>
                          <property name="headers_visible">True</property>
                          <property name="rules_hint">False</property>
                          <property name="reorderable">False</property>
                          <property name="enable_search">True</property>
                        </widget>
                      </child>
                    </widget>
                    <packing>
                      <property name="padding">0</property>
                      <property name="expand">True</property>
                      <property name="fill">True</property>
                    </packing>
                  </child>
                </widget>
              </child>

              <child>
                <widget class="GtkLabel" id="label21">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Zone Status</property>
                  <property name="use_underline">False</property>
                  <property name="use_markup">False</property>
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
                  <property name="wrap">False</property>
                  <property name="selectable">False</property>
                  <property name="xalign">0.5</property>
                  <property name="yalign">0.5</property>
                  <property name="xpad">0</property>
                  <property name="ypad">0</property>
                </widget>
                <packing>
                  <property name="type">label_item</property>
                </packing>
              </child>
            </widget>
            <packing>
              <property name="left_attach">2</property>
              <property name="right_attach">11</property>
              <property name="top_attach">4</property>
              <property name="bottom_attach">10</property>
              <property name="y_options">fill</property>
            </packing>
          </child>
        </widget>
        <packing>
          <property name="padding">0</property>
          <property name="expand">True</property>
          <property name="fill">True</property>
        </packing>
      </child>

      <child>
        <widget class="GtkStatusbar" id="dispatchStats">
          <property name="visible">True</property>
          <property name="has_resize_grip">True</property>
        </widget>
        <packing>
          <property name="padding">0</property>
          <property name="expand">False</property>
          <property name="fill">False</property>
        </packing>
      </child>
    </widget>
  </child>
</widget>

</glade-interface>

-- 
 .''`.      Carl B. Constantine
: :' :     [EMAIL PROTECTED]
`. `'    GnuPG: 135F FC30 7A02 B0EB 61DB  34E3 3AF1 DC6C 9F7A 3FF8
  `-  Debian GNU/Linux -- The power of freedom

Attachment: msg12351/pgp00000.pgp
Description: PGP signature

Reply via email to