[gnome-love] UI love




hello my luvverlies.

Attached is the .glade file for my application's
config dialog.

I was wondering if anyone could spot any ways to
improve HIG compliance, or generally make it a bit
prettier. Especially the "Peers" tab, which seems a
bit awkward at the moment.

If you want context, the full application is available
from http://blogfish.sourceforge.net .

Cheers,
David Hugh-Jones


        
        
                
___________________________________________________________ALL-NEW Yahoo! Messenger - all new features - even 
more fun!  http://uk.messenger.yahoo.com
<?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"/>

<widget class="GtkDialog" id="configDialog">
  <property name="visible">True</property>
  <property name="title" translatable="yes">Configure blogfish</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">True</property>
  <property name="decorated">True</property>
  <property name="skip_taskbar_hint">False</property>
  <property name="skip_pager_hint">False</property>
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
  <property name="has_separator">True</property>

  <child internal-child="vbox">
    <widget class="GtkVBox" id="dialog-vbox1">
      <property name="visible">True</property>
      <property name="homogeneous">False</property>
      <property name="spacing">0</property>

      <child internal-child="action_area">
        <widget class="GtkHButtonBox" id="dialog-action_area1">
          <property name="visible">True</property>
          <property name="layout_style">GTK_BUTTONBOX_END</property>

          <child>
            <widget class="GtkButton" id="closeButton">
              <property name="visible">True</property>
              <property name="can_default">True</property>
              <property name="can_focus">True</property>
              <property name="label">gtk-close</property>
              <property name="use_stock">True</property>
              <property name="relief">GTK_RELIEF_NORMAL</property>
              <property name="focus_on_click">True</property>
              <property name="response_id">-7</property>
            </widget>
          </child>
        </widget>
        <packing>
          <property name="padding">0</property>
          <property name="expand">False</property>
          <property name="fill">True</property>
          <property name="pack_type">GTK_PACK_END</property>
        </packing>
      </child>

      <child>
        <widget class="GtkNotebook" id="notebook1">
          <property name="border_width">7</property>
          <property name="visible">True</property>
          <property name="can_focus">True</property>
          <property name="show_tabs">True</property>
          <property name="show_border">True</property>
          <property name="tab_pos">GTK_POS_TOP</property>
          <property name="scrollable">False</property>
          <property name="enable_popup">False</property>

          <child>
            <widget class="GtkTable" id="table3">
              <property name="border_width">15</property>
              <property name="visible">True</property>
              <property name="n_rows">6</property>
              <property name="n_columns">2</property>
              <property name="homogeneous">False</property>
              <property name="row_spacing">10</property>
              <property name="column_spacing">10</property>

              <child>
                <widget class="GtkLabel" id="urlLabel">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Web 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</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="GtkLabel" id="blogURLLabel">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Blog feed 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</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">3</property>
                  <property name="bottom_attach">4</property>
                  <property name="x_options">fill</property>
                  <property name="y_options"></property>
                </packing>
              </child>

              <child>
                <widget class="GtkLabel" id="fishFileLabel">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Image file</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">1</property>
                  <property name="top_attach">5</property>
                  <property name="bottom_attach">6</property>
                  <property name="x_options">fill</property>
                  <property name="y_options"></property>
                </packing>
              </child>

              <child>
                <widget class="GtkEntry" id="URLEntry">
                  <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">2</property>
                  <property name="top_attach">2</property>
                  <property name="bottom_attach">3</property>
                  <property name="y_options"></property>
                </packing>
              </child>

              <child>
                <widget class="GnomePixmapEntry" id="fishFilePixmapEntry">
                  <property name="height_request">61</property>
                  <property name="visible">True</property>
                  <property name="history_id">blogfish_fishFileEntry</property>
                  <property name="max_saved">10</property>
                  <property name="browse_dialog_title" translatable="yes"></property>
                  <property name="modal">False</property>
                  <property name="do_preview">True</property>
                  <property name="use_filechooser">False</property>

                  <child internal-child="entry">
                    <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>
                  </child>
                </widget>
                <packing>
                  <property name="left_attach">1</property>
                  <property name="right_attach">2</property>
                  <property name="top_attach">5</property>
                  <property name="bottom_attach">6</property>
                  <property name="y_options"></property>
                </packing>
              </child>

              <child>
                <widget class="GtkLabel" id="emailLabel">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Email 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</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="emailEntry">
                  <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">2</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="nameLabel">
                  <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</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"></property>
                </packing>
              </child>

              <child>
                <widget class="GtkEntry" id="fishNameEntry">
                  <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">2</property>
                  <property name="top_attach">0</property>
                  <property name="bottom_attach">1</property>
                  <property name="y_options"></property>
                </packing>
              </child>

              <child>
                <widget class="GtkEntry" id="blogURLEntry">
                  <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">2</property>
                  <property name="top_attach">3</property>
                  <property name="bottom_attach">4</property>
                  <property name="y_options"></property>
                </packing>
              </child>

              <child>
                <widget class="GtkLabel" id="fishWordsLabel">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Text message</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">1</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="GtkEntry" id="fishWordsEntry">
                  <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">2</property>
                  <property name="top_attach">4</property>
                  <property name="bottom_attach">5</property>
                  <property name="y_options"></property>
                </packing>
              </child>
            </widget>
            <packing>
              <property name="tab_expand">False</property>
              <property name="tab_fill">True</property>
            </packing>
          </child>

          <child>
            <widget class="GtkLabel" id="label1">
              <property name="visible">True</property>
              <property name="label" translatable="yes">Fish</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">tab</property>
            </packing>
          </child>

          <child>
            <widget class="GtkTable" id="table2">
              <property name="border_width">15</property>
              <property name="visible">True</property>
              <property name="n_rows">4</property>
              <property name="n_columns">2</property>
              <property name="homogeneous">False</property>
              <property name="row_spacing">10</property>
              <property name="column_spacing">10</property>

              <child>
                <widget class="GtkCheckButton" id="passiveServerCheckButton">
                  <property name="visible">True</property>
                  <property name="can_focus">True</property>
                  <property name="label" translatable="yes">Use firewalled mode</property>
                  <property name="use_underline">True</property>
                  <property name="relief">GTK_RELIEF_NORMAL</property>
                  <property name="focus_on_click">True</property>
                  <property name="active">False</property>
                  <property name="inconsistent">False</property>
                  <property name="draw_indicator">True</property>
                </widget>
                <packing>
                  <property name="left_attach">0</property>
                  <property name="right_attach">2</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="portLabel">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Listen on port</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">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="GtkLabel" id="maxFishLabel">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Maximum number of fish</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">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="GtkLabel" id="backgroundFileLabel">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Background file</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</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">3</property>
                  <property name="bottom_attach">4</property>
                  <property name="x_options">fill</property>
                  <property name="y_options"></property>
                </packing>
              </child>

              <child>
                <widget class="GtkEntry" id="portEntry">
                  <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">2</property>
                  <property name="top_attach">1</property>
                  <property name="bottom_attach">2</property>
                  <property name="y_options"></property>
                </packing>
              </child>

              <child>
                <widget class="GtkSpinButton" id="maxFishSpinButton">
                  <property name="visible">True</property>
                  <property name="can_focus">True</property>
                  <property name="climb_rate">1</property>
                  <property name="digits">0</property>
                  <property name="numeric">True</property>
                  <property name="update_policy">GTK_UPDATE_IF_VALID</property>
                  <property name="snap_to_ticks">False</property>
                  <property name="wrap">False</property>
                  <property name="adjustment">1 1 100 1 10 10</property>
                </widget>
                <packing>
                  <property name="left_attach">1</property>
                  <property name="right_attach">2</property>
                  <property name="top_attach">2</property>
                  <property name="bottom_attach">3</property>
                  <property name="y_options"></property>
                </packing>
              </child>

              <child>
                <widget class="GnomePixmapEntry" id="backgroundFilePixmapEntry">
                  <property name="width_request">200</property>
                  <property name="height_request">90</property>
                  <property name="visible">True</property>
                  <property name="history_id">blogfish_backgroundFileEntry</property>
                  <property name="max_saved">10</property>
                  <property name="browse_dialog_title" translatable="yes">Choose background file</property>
                  <property name="modal">False</property>
                  <property name="do_preview">True</property>
                  <property name="use_filechooser">False</property>

                  <child internal-child="entry">
                    <widget class="GtkEntry" id="combo-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>
                  </child>
                </widget>
                <packing>
                  <property name="left_attach">1</property>
                  <property name="right_attach">2</property>
                  <property name="top_attach">3</property>
                  <property name="bottom_attach">4</property>
                  <property name="y_options"></property>
                </packing>
              </child>
            </widget>
            <packing>
              <property name="tab_expand">False</property>
              <property name="tab_fill">True</property>
            </packing>
          </child>

          <child>
            <widget class="GtkLabel" id="label2">
              <property name="visible">True</property>
              <property name="label" translatable="yes">Applet</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="type">tab</property>
            </packing>
          </child>

          <child>
            <widget class="GtkTable" id="table1">
              <property name="border_width">15</property>
              <property name="visible">True</property>
              <property name="n_rows">5</property>
              <property name="n_columns">2</property>
              <property name="homogeneous">False</property>
              <property name="row_spacing">10</property>
              <property name="column_spacing">10</property>

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

                  <child>
                    <widget class="GtkTreeView" id="peersTreeView">
                      <property name="visible">True</property>
                      <property name="tooltip" translatable="yes">Shows a list of current peers. Peers who 
have not yet acknowledged us are in grey.</property>
                      <property name="can_focus">True</property>
                      <property name="headers_visible">False</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">0</property>
                  <property name="bottom_attach">2</property>
                </packing>
              </child>

              <child>
                <widget class="GtkEntry" id="addPeersEntry">
                  <property name="visible">True</property>
                  <property name="tooltip" translatable="yes">Enter the web address of the peer, e.g. 
&quot;www.haddock.com:5156&quot;</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">0</property>
                  <property name="right_attach">1</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="addPeersButton">
                  <property name="visible">True</property>
                  <property name="can_focus">True</property>
                  <property name="label">gtk-add</property>
                  <property name="use_stock">True</property>
                  <property name="relief">GTK_RELIEF_NORMAL</property>
                  <property name="focus_on_click">True</property>
                </widget>
                <packing>
                  <property name="left_attach">1</property>
                  <property name="right_attach">2</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="GtkButton" id="removePeersButton">
                  <property name="visible">True</property>
                  <property name="can_focus">True</property>
                  <property name="label">gtk-remove</property>
                  <property name="use_stock">True</property>
                  <property name="relief">GTK_RELIEF_NORMAL</property>
                  <property name="focus_on_click">True</property>
                </widget>
                <packing>
                  <property name="left_attach">1</property>
                  <property name="right_attach">2</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="maxPeersLabel">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Maximum number of peers</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">1</property>
                  <property name="top_attach">3</property>
                  <property name="bottom_attach">4</property>
                  <property name="x_options">fill</property>
                  <property name="y_options"></property>
                </packing>
              </child>

              <child>
                <widget class="GtkLabel" id="URLLabel">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">URL for list of peers</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">1</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="GtkSpinButton" id="maxPeersSpinButton">
                  <property name="visible">True</property>
                  <property name="tooltip" translatable="yes">Enter the maximum number of peers to connect to 
simultaneously. Blogfish will try to find this many peers</property>
                  <property name="can_focus">True</property>
                  <property name="climb_rate">1</property>
                  <property name="digits">0</property>
                  <property name="numeric">True</property>
                  <property name="update_policy">GTK_UPDATE_IF_VALID</property>
                  <property name="snap_to_ticks">False</property>
                  <property name="wrap">False</property>
                  <property name="adjustment">5 1 100 1 10 10</property>
                </widget>
                <packing>
                  <property name="left_attach">1</property>
                  <property name="right_attach">2</property>
                  <property name="top_attach">3</property>
                  <property name="bottom_attach">4</property>
                  <property name="y_options"></property>
                </packing>
              </child>

              <child>
                <widget class="GtkEntry" id="peerListFromEntry">
                  <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">2</property>
                  <property name="top_attach">4</property>
                  <property name="bottom_attach">5</property>
                  <property name="y_options"></property>
                </packing>
              </child>
            </widget>
            <packing>
              <property name="tab_expand">False</property>
              <property name="tab_fill">True</property>
            </packing>
          </child>

          <child>
            <widget class="GtkLabel" id="label3">
              <property name="visible">True</property>
              <property name="label" translatable="yes">Peers</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">tab</property>
            </packing>
          </child>
        </widget>
        <packing>
          <property name="padding">0</property>
          <property name="expand">True</property>
          <property name="fill">True</property>
        </packing>
      </child>
    </widget>
  </child>
</widget>

</glade-interface>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]