⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filediff.glade

📁 一份linux上的比较工具meld的源代码
💻 GLADE
📖 第 1 页 / 共 3 页
字号:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"><!--*- mode: xml -*--><glade-interface>  <requires lib="gnome"/>  <widget class="GtkMenu" id="popup">    <child>      <widget class="GtkImageMenuItem" id="save">        <property name="visible">True</property>        <property name="label">gtk-save</property>        <property name="use_underline">True</property>        <property name="use_stock">True</property>        <signal name="activate" handler="on_save_activate"/>      </widget>    </child>    <child>      <widget class="GtkImageMenuItem" id="save_as">        <property name="visible">True</property>        <property name="label">gtk-save-as</property>        <property name="use_underline">True</property>        <property name="use_stock">True</property>        <signal name="activate" handler="on_save_as_activate"/>      </widget>    </child>    <child>      <widget class="GtkSeparatorMenuItem" id="separator1">        <property name="visible">True</property>      </widget>    </child>    <child>      <widget class="GtkMenuItem" id="make_patch">        <property name="visible">True</property>        <property name="label" translatable="yes">Create Patch</property>        <property name="use_underline">True</property>        <signal name="activate" handler="on_make_patch_activate"/>      </widget>    </child>    <child>      <widget class="GtkSeparatorMenuItem" id="separator6">        <property name="visible">True</property>      </widget>    </child>    <child>      <widget class="GtkImageMenuItem" id="cut">        <property name="visible">True</property>        <property name="label">gtk-cut</property>        <property name="use_underline">True</property>        <property name="use_stock">True</property>        <signal name="activate" handler="on_cut_activate"/>      </widget>    </child>    <child>      <widget class="GtkImageMenuItem" id="copy">        <property name="visible">True</property>        <property name="label">gtk-copy</property>        <property name="use_underline">True</property>        <property name="use_stock">True</property>        <signal name="activate" handler="on_copy_activate"/>      </widget>    </child>    <child>      <widget class="GtkImageMenuItem" id="paste">        <property name="visible">True</property>        <property name="label">gtk-paste</property>        <property name="use_underline">True</property>        <property name="use_stock">True</property>        <signal name="activate" handler="on_paste_activate"/>      </widget>    </child>    <child>      <widget class="GtkSeparatorMenuItem" id="separator4">        <property name="visible">True</property>      </widget>    </child>    <child>      <widget class="GtkImageMenuItem" id="copy_left">        <property name="visible">True</property>        <property name="label" translatable="yes">Copy All To _Left</property>        <property name="use_underline">True</property>        <signal name="activate" handler="on_copy_left_activate"/>        <child internal-child="image">          <widget class="GtkImage" id="image21">            <property name="visible">True</property>            <property name="stock">gtk-goto-first</property>            <property name="icon_size">1</property>          </widget>        </child>      </widget>    </child>    <child>      <widget class="GtkImageMenuItem" id="copy_right">        <property name="visible">True</property>        <property name="label" translatable="yes">Copy All To _Right</property>        <property name="use_underline">True</property>        <signal name="activate" handler="on_copy_right_activate"/>        <child internal-child="image">          <widget class="GtkImage" id="image22">            <property name="visible">True</property>            <property name="stock">gtk-goto-last</property>            <property name="icon_size">1</property>          </widget>        </child>      </widget>    </child>    <child>      <widget class="GtkSeparatorMenuItem" id="separator5">        <property name="visible">True</property>      </widget>    </child>    <child>      <widget class="GtkImageMenuItem" id="edit">        <property name="visible">True</property>        <property name="label" translatable="yes">Edit</property>        <property name="use_underline">True</property>        <signal name="activate" handler="on_edit_activate"/>        <child internal-child="image">          <widget class="GtkImage" id="image23">            <property name="visible">True</property>            <property name="stock">gtk-find-and-replace</property>            <property name="icon_size">1</property>          </widget>        </child>      </widget>    </child>  </widget>  <widget class="GtkWindow" id="container">    <property name="visible">True</property>    <property name="title" translatable="yes">window1</property>    <signal name="destroy" handler="on_delete_event"/>    <child>      <widget class="GtkTable" id="filediff">        <property name="visible">True</property>        <property name="n_rows">2</property>        <property name="n_columns">7</property>        <child>          <placeholder/>        </child>        <child>          <widget class="GnomeFileEntry" id="fileentry2">            <property name="visible">True</property>            <property name="history_id">fileentry</property>            <property name="use_filechooser">True</property>            <property name="max_saved">10</property>            <signal name="activate" handler="on_fileentry_activate"/>            <child internal-child="entry">              <widget class="GtkEntry" id="comboentry0">                <property name="visible">True</property>                <property name="can_focus">True</property>                <property name="invisible_char">*</property>              </widget>            </child>          </widget>          <packing>            <property name="left_attach">5</property>            <property name="right_attach">6</property>            <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>            <property name="y_options"></property>          </packing>        </child>        <child>          <widget class="GnomeFileEntry" id="fileentry1">            <property name="visible">True</property>            <property name="history_id">fileentry</property>            <property name="use_filechooser">True</property>            <property name="max_saved">10</property>            <signal name="activate" handler="on_fileentry_activate"/>            <child internal-child="entry">              <widget class="GtkEntry" id="comboentry1">                <property name="visible">True</property>                <property name="can_focus">True</property>                <property name="invisible_char">*</property>              </widget>            </child>          </widget>          <packing>            <property name="left_attach">3</property>            <property name="right_attach">4</property>            <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>            <property name="y_options"></property>          </packing>        </child>        <child>          <widget class="GnomeFileEntry" id="fileentry0">            <property name="visible">True</property>            <property name="history_id">fileentry</property>            <property name="use_filechooser">True</property>            <property name="max_saved">10</property>            <signal name="activate" handler="on_fileentry_activate"/>            <child internal-child="entry">              <widget class="GtkEntry" id="comboentry0">                <property name="visible">True</property>                <property name="can_focus">True</property>                <property name="invisible_char">*</property>              </widget>            </child>          </widget>          <packing>            <property name="left_attach">1</property>            <property name="right_attach">2</property>            <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>            <property name="y_options"></property>          </packing>        </child>        <child>          <widget class="GtkScrolledWindow" id="scrolledwindow0">            <property name="visible">True</property>            <property name="can_focus">False</property>            <property name="window_placement">GTK_CORNER_TOP_RIGHT</property>            <child>              <widget class="GtkTextView" id="textview0">                <property name="visible">True</property>                <property name="can_focus">True</property>                <property name="can_default">True</property>                <property name="has_default">True</property>                <signal name="button_press_event" handler="on_textview_button_press_event"/>                <signal name="expose_event" handler="on_textview_expose_event"/>                <signal name="move_cursor" handler="on_textview_move_cursor"/>                <signal name="focus_in_event" handler="on_textview_focus_in_event"/>                <signal name="key_press_event" handler="on_key_press_event"/>                <signal name="key_release_event" handler="on_key_release_event"/>              </widget>            </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>          </packing>        </child>        <child>          <widget class="GtkImage" id="statusimage2">            <property name="width_request">20</property>            <property name="visible">True</property>            <property name="xalign">1</property>            <property name="stock">gtk-missing-image</property>          </widget>          <packing>            <property name="left_attach">4</property>            <property name="right_attach">5</property>            <property name="x_options">GTK_SHRINK | GTK_FILL</property>            <property name="y_options">GTK_SHRINK | GTK_FILL</property>          </packing>        </child>        <child>          <widget class="GtkImage" id="statusimage1">            <property name="visible">True</property>            <property name="xalign">1</property>            <property name="stock">gtk-missing-image</property>          </widget>          <packing>            <property name="left_attach">2</property>            <property name="right_attach">3</property>            <property name="x_options">GTK_SHRINK | GTK_FILL</property>            <property name="y_options">GTK_SHRINK | GTK_FILL</property>          </packing>        </child>        <child>          <widget class="GtkImage" id="statusimage0">            <property name="visible">True</property>            <property name="xalign">1</property>            <property name="stock">gtk-missing-image</property>          </widget>          <packing>            <property name="x_options">GTK_FILL</property>            <property name="y_options">GTK_FILL</property>          </packing>        </child>        <child>          <widget class="GtkScrolledWindow" id="scrolledwindow2">            <property name="visible">True</property>            <property name="can_focus">False</property>            <child>              <widget class="GtkTextView" id="textview2">                <property name="visible">True</property>                <property name="can_focus">True</property>                <signal name="button_press_event" handler="on_textview_button_press_event"/>                <signal name="expose_event" handler="on_textview_expose_event"/>                <signal name="move_cursor" handler="on_textview_move_cursor"/>                <signal name="focus_in_event" handler="on_textview_focus_in_event"/>                <signal name="key_press_event" handler="on_key_press_event"/>                <signal name="key_release_event" handler="on_key_release_event"/>              </widget>            </child>          </widget>          <packing>            <property name="left_attach">5</property>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -