aboutsummaryrefslogblamecommitdiffstats
path: root/calendar/gui/dialogs/memo-page.glade
blob: 2553e1a4f29263bfda1cf0a180b12ee415d54dec (plain) (tree)


































































































































































































































































































































                                                                                                                      
<?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="memo-toplevel">
  <property name="title" translatable="yes">window1</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>

  <child>
    <widget class="GtkVBox" id="memo-page">
      <property name="border_width">12</property>
      <property name="visible">True</property>
      <property name="homogeneous">False</property>
      <property name="spacing">6</property>

      <child>
    <widget class="GtkLabel" id="label21">
      <property name="visible">True</property>
      <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot;&gt;Basics&lt;/span&gt;</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.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="GtkHBox" id="hbox7">
      <property name="visible">True</property>
      <property name="homogeneous">False</property>
      <property name="spacing">0</property>

      <child>
        <widget class="GtkLabel" id="label22">
          <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.5</property>
          <property name="yalign">0.5</property>
          <property name="xpad">12</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="GtkTable" id="table3">
          <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">6</property>
          <property name="column_spacing">12</property>
          
          <child>
        <widget class="GtkLabel" id="label100">
          <property name="visible">True</property>
          <property name="label" translatable="yes">Classi_fication:</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>
          <property name="mnemonic_widget">classification</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="GtkHBox" id="hbox10">
          <property name="visible">True</property>
          <property name="homogeneous">False</property>
          <property name="spacing">0</property>

          <child>
            <widget class="GtkOptionMenu" id="classification">
              <property name="visible">True</property>
              <property name="can_focus">True</property>
              <property name="history">0</property>

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

              <child>
                <widget class="GtkMenuItem" id="public1">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Public</property>
                  <property name="use_underline">True</property>
                </widget>
              </child>

              <child>
                <widget class="GtkMenuItem" id="private1">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Private</property>
                  <property name="use_underline">True</property>
                </widget>
              </child>

              <child>
                <widget class="GtkMenuItem" id="confidential1">
                  <property name="visible">True</property>
                  <property name="label" translatable="yes">Confidential</property>
                  <property name="use_underline">True</property>
                </widget>
              </child>
            </widget>
              </child>
            </widget>
            <packing>
              <property name="padding">0</property>
              <property name="expand">True</property>
              <property name="fill">True</property>
            </packing>
          </child>

          <child>
            <widget class="GtkLabel" id="label23">
              <property name="visible">True</property>
              <property name="label" translatable="yes">_Group:</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">12</property>
              <property name="ypad">0</property>
              <property name="mnemonic_widget">source</property>
            </widget>
            <packing>
              <property name="padding">0</property>
              <property name="expand">False</property>
              <property name="fill">False</property>
            </packing>
          </child>

          <child>
            <widget class="Custom" id="source">
              <property name="visible">True</property>
              <property name="creation_function">memo_page_create_source_option_menu</property>
              <property name="int1">0</property>
              <property name="int2">0</property>
              <property name="last_modification_time">Thu, 13 Jan 2004 22:00:00 GMT</property>
            </widget>
            <packing>
              <property name="padding">0</property>
              <property name="expand">True</property>
              <property name="fill">True</property>
            </packing>
          </child>
        </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="x_options">fill</property>
          <property name="y_options">fill</property>
        </packing>
          </child>

          <child>
        <widget class="GtkButton" id="categories-button">
          <property name="visible">True</property>
          <property name="can_focus">True</property>
          <property name="label" translatable="yes">Ca_tegories...</property>
          <property name="use_underline">True</property>
          <property name="relief">GTK_RELIEF_NORMAL</property>
          <property name="focus_on_click">True</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="categories">
          <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="GtkScrolledWindow" id="scrolledwindow1">
          <property name="visible">True</property>
          <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</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="memo_content">
              <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_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>
        <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="x_options">expand|shrink|fill</property>
          <property name="y_options">expand|shrink|fill</property>
        </packing>
          </child>

          <child>
        <widget class="GtkLabel" id="label18">
          <property name="visible">True</property>
          <property name="label" translatable="yes">_Memo Content:</property>
          <property name="use_underline">True</property>
          <property name="use_markup">False</property>
          <property name="justify">GTK_JUSTIFY_CENTER</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="mnemonic_widget">memo content</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">fill</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">True</property>
      <property name="fill">True</property>
    </packing>
      </child>
    </widget>
  </child>
</widget>

</glade-interface>