Re: Help Fill In Blank (glade-2 project)



On Mon, 2006-03-06 at 21:51 -0500, Tony Freeman wrote:
Hello,

I'm still pretty new to C programming and especially glib / gtk ... so
I'm wondering if you could help me fill in the blank.  Attached is a
glade project with a blank area at the upper left hand side that needs a
sound recorder/player put in it.  it would be great if I could just drop
some sort of pre-built thing like gnome-sound-recorder into that
spot ;-)  And it would be nice to be able to drop GEdit into the 'notes'
spot :-)

The project is a classroom note taking type application with the
addition of the ability to record the teacher/speaker.    It's ment to
be used full screen.  You write your notes in the 'notes' section on the
right hand side and you record the lecture on the upper left hand side.
The rest of the left hand side is meta data type stuff about the
class/subject.

I'd appreciate any glade-2 samples or suggestions ... especially for the
recorder/player area.  If there is actually a way to put use GEdit as a
drop in replacement for the 'notes' section, I'd like to know how to do
that ;-)

-- Tony

I guess my attachment didn't make it ... so here is a copy and paste of
the .glade file:

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

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

<widget class="GnomeApp" id="LectureBuddy">
  <property name="visible">True</property>
  <property name="title" translatable="yes">My Lecture Buddy</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>
  <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_NORMAL</property>
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
  <property name="focus_on_map">True</property>
  <property name="urgency_hint">False</property>
  <property name="enable_layout_config">True</property>

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

      <child>
        <widget class="BonoboDockItem" id="bonobodockitem1">
          <property name="visible">True</property>
          <property name="shadow_type">GTK_SHADOW_NONE</property>

          <child>
            <widget class="GtkMenuBar" id="menubar1">
              <property name="visible">True</property>
              <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
              <property
name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>

              <child>
                <widget class="GtkMenuItem" id="file1">
                  <property name="visible">True</property>
                  <property name="stock_item">GNOMEUIINFO_MENU_FILE_TREE</property>

                  <child>
                    <widget class="GtkMenu" id="file1_menu">

                      <child>
                        <widget class="GtkImageMenuItem" id="new1">
                          <property name="visible">True</property>
                          <property name="stock_item">GNOMEUIINFO_MENU_NEW_ITEM</property>
                          <property name="label" translatable="yes">_New</property>
                          <property name="use_underline">True</property>
                          <signal name="activate" handler="on_new1_activate"
last_modification_time="Sun, 05 Mar 2006 01:42:03 GMT"/>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkImageMenuItem" id="open1">
                          <property name="visible">True</property>
                          <property name="stock_item">GNOMEUIINFO_MENU_OPEN_ITEM</property>
                          <signal name="activate" handler="on_open1_activate"
last_modification_time="Sun, 05 Mar 2006 01:42:03 GMT"/>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkImageMenuItem" id="save1">
                          <property name="visible">True</property>
                          <property name="stock_item">GNOMEUIINFO_MENU_SAVE_ITEM</property>
                          <signal name="activate" handler="on_save1_activate"
last_modification_time="Sun, 05 Mar 2006 01:42:03 GMT"/>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkSeparatorMenuItem" id="separator1">
                          <property name="visible">True</property>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkImageMenuItem" id="quit1">
                          <property name="visible">True</property>
                          <property name="stock_item">GNOMEUIINFO_MENU_EXIT_ITEM</property>
                          <signal name="activate" handler="on_quit1_activate"
last_modification_time="Sun, 05 Mar 2006 01:42:03 GMT"/>
                        </widget>
                      </child>
                    </widget>
                  </child>
                </widget>
              </child>

              <child>
                <widget class="GtkMenuItem" id="edit1">
                  <property name="visible">True</property>
                  <property name="stock_item">GNOMEUIINFO_MENU_EDIT_TREE</property>

                  <child>
                    <widget class="GtkMenu" id="edit1_menu">

                      <child>
                        <widget class="GtkImageMenuItem" id="cut1">
                          <property name="visible">True</property>
                          <property name="stock_item">GNOMEUIINFO_MENU_CUT_ITEM</property>
                          <signal name="activate" handler="on_cut1_activate"
last_modification_time="Sun, 05 Mar 2006 01:42:03 GMT"/>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkImageMenuItem" id="copy1">
                          <property name="visible">True</property>
                          <property name="stock_item">GNOMEUIINFO_MENU_COPY_ITEM</property>
                          <signal name="activate" handler="on_copy1_activate"
last_modification_time="Sun, 05 Mar 2006 01:42:03 GMT"/>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkImageMenuItem" id="paste1">
                          <property name="visible">True</property>
                          <property name="stock_item">GNOMEUIINFO_MENU_PASTE_ITEM</property>
                          <signal name="activate" handler="on_paste1_activate"
last_modification_time="Sun, 05 Mar 2006 01:42:03 GMT"/>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkImageMenuItem" id="clear1">
                          <property name="visible">True</property>
                          <property name="stock_item">GNOMEUIINFO_MENU_CLEAR_ITEM</property>
                          <signal name="activate" handler="on_clear1_activate"
last_modification_time="Sun, 05 Mar 2006 01:42:03 GMT"/>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkSeparatorMenuItem" id="separator2">
                          <property name="visible">True</property>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkImageMenuItem" id="properties1">
                          <property name="visible">True</property>
                          <property
name="stock_item">GNOMEUIINFO_MENU_PROPERTIES_ITEM</property>
                          <signal name="activate" handler="on_properties1_activate"
last_modification_time="Sun, 05 Mar 2006 01:42:03 GMT"/>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkSeparatorMenuItem" id="separator3">
                          <property name="visible">True</property>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkImageMenuItem" id="preferences1">
                          <property name="visible">True</property>
                          <property
name="stock_item">GNOMEUIINFO_MENU_PREFERENCES_ITEM</property>
                          <signal name="activate" handler="on_preferences1_activate"
last_modification_time="Sun, 05 Mar 2006 01:42:03 GMT"/>
                        </widget>
                      </child>
                    </widget>
                  </child>
                </widget>
              </child>

              <child>
                <widget class="GtkMenuItem" id="view1">
                  <property name="visible">True</property>
                  <property name="stock_item">GNOMEUIINFO_MENU_VIEW_TREE</property>
                </widget>
              </child>

              <child>
                <widget class="GtkMenuItem" id="help1">
                  <property name="visible">True</property>
                  <property name="stock_item">GNOMEUIINFO_MENU_HELP_TREE</property>

                  <child>
                    <widget class="GtkMenu" id="help1_menu">

                      <child>
                        <widget class="GtkImageMenuItem" id="about1">
                          <property name="visible">True</property>
                          <property name="stock_item">GNOMEUIINFO_MENU_ABOUT_ITEM</property>
                          <signal name="activate" handler="on_about1_activate"
last_modification_time="Sun, 05 Mar 2006 01:42:03 GMT"/>
                        </widget>
                      </child>
                    </widget>
                  </child>
                </widget>
              </child>
            </widget>
          </child>
        </widget>
        <packing>
          <property name="placement">BONOBO_DOCK_TOP</property>
          <property name="band">0</property>
          <property name="position">0</property>
          <property name="offset">0</property>
          <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE|
BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL|
BONOBO_DOCK_ITEM_BEH_LOCKED</property>
        </packing>
      </child>

      <child>
        <widget class="GtkHBox" id="hbox1">
          <property name="visible">True</property>
          <property name="homogeneous">True</property>
          <property name="spacing">0</property>

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

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

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

                      <child>
                        <placeholder/>
                      </child>
                    </widget>
                    <packing>
                      <property name="padding">0</property>
                      <property name="expand">False</property>
                      <property name="fill">False</property>
                    </packing>
                  </child>
                </widget>
                <packing>
                  <property name="padding">0</property>
                  <property name="expand">False</property>
                  <property name="fill">False</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</property>
                  <property name="shadow_type">GTK_SHADOW_NONE</property>

                  <child>
                    <widget class="GtkAlignment" id="alignment2">
                      <property name="visible">True</property>
                      <property name="xalign">0</property>
                      <property name="yalign">0</property>
                      <property name="xscale">1</property>
                      <property name="yscale">1</property>
                      <property name="top_padding">0</property>
                      <property name="bottom_padding">0</property>
                      <property name="left_padding">0</property>
                      <property name="right_padding">0</property>

                      <child>
                        <widget class="GtkEntry" id="entry_course">
                          <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">*</property>
                          <property name="activates_default">False</property>
                        </widget>
                      </child>
                    </widget>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="label2">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Course</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">True</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>
                      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
                      <property name="width_chars">-1</property>
                      <property name="single_line_mode">False</property>
                      <property name="angle">0</property>
                    </widget>
                    <packing>
                      <property name="type">label_item</property>
                    </packing>
                  </child>
                </widget>
                <packing>
                  <property name="padding">0</property>
                  <property name="expand">False</property>
                  <property name="fill">False</property>
                </packing>
              </child>

              <child>
                <widget class="GtkFrame" id="frame3">
                  <property name="visible">True</property>
                  <property name="label_xalign">0</property>
                  <property name="label_yalign">0</property>
                  <property name="shadow_type">GTK_SHADOW_NONE</property>

                  <child>
                    <widget class="GtkAlignment" id="alignment3">
                      <property name="visible">True</property>
                      <property name="xalign">0</property>
                      <property name="yalign">0</property>
                      <property name="xscale">1</property>
                      <property name="yscale">1</property>
                      <property name="top_padding">0</property>
                      <property name="bottom_padding">0</property>
                      <property name="left_padding">0</property>
                      <property name="right_padding">0</property>

                      <child>
                        <widget class="GtkEntry" id="entry_subject">
                          <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">*</property>
                          <property name="activates_default">False</property>
                        </widget>
                      </child>
                    </widget>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="label3">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Subject</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">True</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>
                      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
                      <property name="width_chars">-1</property>
                      <property name="single_line_mode">False</property>
                      <property name="angle">0</property>
                    </widget>
                    <packing>
                      <property name="type">label_item</property>
                    </packing>
                  </child>
                </widget>
                <packing>
                  <property name="padding">0</property>
                  <property name="expand">False</property>
                  <property name="fill">False</property>
                </packing>
              </child>

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

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

                      <child>
                        <widget class="GtkAlignment" id="alignment4">
                          <property name="visible">True</property>
                          <property name="xalign">0</property>
                          <property name="yalign">0</property>
                          <property name="xscale">1</property>
                          <property name="yscale">1</property>
                          <property name="top_padding">0</property>
                          <property name="bottom_padding">0</property>
                          <property name="left_padding">0</property>
                          <property name="right_padding">0</property>

                          <child>
                            <widget class="GnomeDateEdit" id="dateedit_date">
                              <property name="visible">True</property>
                              <property name="dateedit_flags"></property>
                              <property name="lower_hour">7</property>
                              <property name="upper_hour">19</property>
                            </widget>
                          </child>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkLabel" id="label4">
                          <property name="visible">True</property>
                          <property name="label" translatable="yes">Date</property>
                          <property name="use_underline">False</property>
                          <property name="use_markup">True</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>
                          <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
                          <property name="width_chars">-1</property>
                          <property name="single_line_mode">False</property>
                          <property name="angle">0</property>
                        </widget>
                        <packing>
                          <property name="type">label_item</property>
                        </packing>
                      </child>
                    </widget>
                    <packing>
                      <property name="padding">0</property>
                      <property name="expand">False</property>
                      <property name="fill">False</property>
                    </packing>
                  </child>

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

                      <child>
                        <widget class="GtkAlignment" id="alignment5">
                          <property name="visible">True</property>
                          <property name="xalign">0</property>
                          <property name="yalign">0</property>
                          <property name="xscale">1</property>
                          <property name="yscale">1</property>
                          <property name="top_padding">0</property>
                          <property name="bottom_padding">0</property>
                          <property name="left_padding">0</property>
                          <property name="right_padding">0</property>

                          <child>
                            <widget class="GtkEntry" id="entry_lecturer">
                              <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">*</property>
                              <property name="activates_default">False</property>
                            </widget>
                          </child>
                        </widget>
                      </child>

                      <child>
                        <widget class="GtkLabel" id="label5">
                          <property name="visible">True</property>
                          <property name="label" translatable="yes">Lecturer</property>
                          <property name="use_underline">False</property>
                          <property name="use_markup">True</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>
                          <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
                          <property name="width_chars">-1</property>
                          <property name="single_line_mode">False</property>
                          <property name="angle">0</property>
                        </widget>
                        <packing>
                          <property name="type">label_item</property>
                        </packing>
                      </child>
                    </widget>
                    <packing>
                      <property name="padding">0</property>
                      <property name="expand">True</property>
                      <property name="fill">True</property>
                    </packing>
                  </child>
                </widget>
                <packing>
                  <property name="padding">0</property>
                  <property name="expand">False</property>
                  <property name="fill">True</property>
                </packing>
              </child>

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

                  <child>
                    <widget class="GtkAlignment" id="alignment6">
                      <property name="visible">True</property>
                      <property name="xalign">0</property>
                      <property name="yalign">0</property>
                      <property name="xscale">1</property>
                      <property name="yscale">1</property>
                      <property name="top_padding">0</property>
                      <property name="bottom_padding">0</property>
                      <property name="left_padding">0</property>
                      <property name="right_padding">0</property>

                      <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_AUTOMATIC</property>
                          <property name="shadow_type">GTK_SHADOW_IN</property>
                          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>

                          <child>
                            <widget class="GtkTextView" id="textview_abstract">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
                              <property name="editable">True</property>
                              <property name="overwrite">True</property>
                              <property name="accepts_tab">True</property>
                              <property name="justification">GTK_JUSTIFY_LEFT</property>
                              <property name="wrap_mode">GTK_WRAP_WORD</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>
                      </child>
                    </widget>
                  </child>

                  <child>
                    <widget class="GtkLabel" id="label6">
                      <property name="visible">True</property>
                      <property name="label" translatable="yes">Abstract</property>
                      <property name="use_underline">False</property>
                      <property name="use_markup">True</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>
                      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
                      <property name="width_chars">-1</property>
                      <property name="single_line_mode">False</property>
                      <property name="angle">0</property>
                    </widget>
                    <packing>
                      <property name="type">label_item</property>
                    </packing>
                  </child>
                </widget>
                <packing>
                  <property name="padding">0</property>
                  <property name="expand">True</property>
                  <property name="fill">True</property>
                </packing>
              </child>
            </widget>
            <packing>
              <property name="padding">0</property>
              <property name="expand">False</property>
              <property name="fill">True</property>
            </packing>
          </child>

          <child>
            <widget class="GtkFrame" id="notes_frame">
              <property name="border_width">1</property>
              <property name="visible">True</property>
              <property name="label_xalign">0</property>
              <property name="label_yalign">0</property>
              <property name="shadow_type">GTK_SHADOW_NONE</property>

              <child>
                <widget class="GtkAlignment" id="alignment1">
                  <property name="border_width">1</property>
                  <property name="visible">True</property>
                  <property name="xalign">0</property>
                  <property name="yalign">0</property>
                  <property name="xscale">1</property>
                  <property name="yscale">1</property>
                  <property name="top_padding">0</property>
                  <property name="bottom_padding">0</property>
                  <property name="left_padding">0</property>
                  <property name="right_padding">0</property>

                  <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_AUTOMATIC</property>
                      <property name="shadow_type">GTK_SHADOW_NONE</property>
                      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>

                      <child>
                        <widget class="GtkTextView" id="textview_notes">
                          <property name="visible">True</property>
                          <property name="can_focus">True</property>
                          <property name="editable">True</property>
                          <property name="overwrite">False</property>
                          <property name="accepts_tab">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>
                  </child>
                </widget>
              </child>

              <child>
                <widget class="GtkLabel" id="label1">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Notes</property>
                  <property name="use_underline">False</property>
                  <property name="use_markup">True</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>
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
                  <property name="width_chars">-1</property>
                  <property name="single_line_mode">False</property>
                  <property name="angle">0</property>
                </widget>
                <packing>
                  <property name="type">label_item</property>
                </packing>
              </child>
            </widget>
            <packing>
              <property name="padding">4</property>
              <property name="expand">True</property>
              <property name="fill">True</property>
            </packing>
          </child>
        </widget>
      </child>
    </widget>
    <packing>
      <property name="padding">0</property>
      <property name="expand">True</property>
      <property name="fill">True</property>
    </packing>
  </child>

  <child internal-child="appbar">
    <widget class="GnomeAppBar" id="appbar1">
      <property name="visible">True</property>
      <property name="has_progress">True</property>
      <property name="has_status">True</property>
    </widget>
    <packing>
      <property name="padding">0</property>
      <property name="expand">True</property>
      <property name="fill">True</property>
    </packing>
  </child>
</widget>

<widget class="GtkAboutDialog" id="AboutDialog">
  <property name="visible">True</property>
  <property name="destroy_with_parent">True</property>
  <property name="name" translatable="yes">Lecture Buddy</property>
  <property name="copyright" translatable="yes">Tony Freeman</property>
  <property name="comments" translatable="yes">Lecture Buddy is your
friend.  </property>
  <property name="license" translatable="yes">GPL</property>
  <property name="wrap_license">False</property>
  <property
name="website">http://tonyfreeman.us/lecture_buddy/</property>
  <property name="website_label"
translatable="yes">http://tonyfreeman.us/lecture_buddy/</property>
  <property name="authors">Tony Freeman
&lt;tony tonyfreeman us&gt;</property>
  <property name="translator_credits" translatable="yes"
comments="TRANSLATORS: Replace this string with your names, one name per
line.">translator-credits</property>
</widget>

</glade-interface>





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