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

📄 filediff.glade

📁 一份linux上的比较工具meld的源代码
💻 GLADE
📖 第 1 页 / 共 3 页
字号:
      <widget class="GtkVBox" id="dialog-vbox2">        <property name="visible">True</property>        <child>          <widget class="GtkTable" id="table1">            <property name="visible">True</property>            <property name="n_rows">2</property>            <property name="n_columns">3</property>            <child>              <placeholder/>            </child>            <child>              <placeholder/>            </child>            <child>              <widget class="GnomeEntry" id="gnome_entry_search_for">                <property name="visible">True</property>                <property name="history_id">search_for</property>                <property name="max_saved">10</property>                <child internal-child="entry">                  <widget class="GtkEntry" id="entry_search_for">                    <property name="visible">True</property>                    <property name="can_focus">True</property>                    <property name="invisible_char">*</property>                    <signal name="activate" handler="on_entry_search_for_activate"/>                  </widget>                </child>              </widget>              <packing>                <property name="left_attach">1</property>                <property name="right_attach">2</property>                <property name="y_options"></property>              </packing>            </child>            <child>              <widget class="GtkVBox" id="vbox1">                <property name="visible">True</property>                <child>                  <widget class="GtkCheckButton" id="check_case">                    <property name="visible">True</property>                    <property name="can_focus">True</property>                    <property name="label" translatable="yes">_Match case</property>                    <property name="use_underline">True</property>                    <property name="response_id">0</property>                    <property name="draw_indicator">True</property>                  </widget>                  <packing>                    <property name="expand">False</property>                    <property name="fill">False</property>                    <property name="padding">5</property>                  </packing>                </child>                <child>                  <widget class="GtkCheckButton" id="check_word">                    <property name="visible">True</property>                    <property name="can_focus">True</property>                    <property name="label" translatable="yes">Match _entire word only</property>                    <property name="use_underline">True</property>                    <property name="response_id">0</property>                    <property name="draw_indicator">True</property>                  </widget>                  <packing>                    <property name="expand">False</property>                    <property name="fill">False</property>                    <property name="padding">5</property>                    <property name="position">1</property>                  </packing>                </child>                <child>                  <widget class="GtkCheckButton" id="check_wrap">                    <property name="visible">True</property>                    <property name="can_focus">True</property>                    <property name="label" translatable="yes">_Wrap around</property>                    <property name="use_underline">True</property>                    <property name="response_id">0</property>                    <property name="active">True</property>                    <property name="draw_indicator">True</property>                  </widget>                  <packing>                    <property name="expand">False</property>                    <property name="fill">False</property>                    <property name="padding">5</property>                    <property name="position">2</property>                  </packing>                </child>                <child>                  <widget class="GtkCheckButton" id="check_regex">                    <property name="visible">True</property>                    <property name="can_focus">True</property>                    <property name="label" translatable="yes">Regular e_xpression</property>                    <property name="use_underline">True</property>                    <property name="response_id">0</property>                    <property name="draw_indicator">True</property>                  </widget>                  <packing>                    <property name="expand">False</property>                    <property name="fill">False</property>                    <property name="padding">5</property>                    <property name="position">3</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">GTK_FILL</property>                <property name="x_padding">15</property>                <property name="y_padding">5</property>              </packing>            </child>            <child>              <widget class="GtkLabel" id="label5">                <property name="visible">True</property>                <property name="xalign">0</property>                <property name="label" translatable="yes">Search for:</property>              </widget>              <packing>                <property name="x_options">GTK_FILL</property>                <property name="y_options"></property>                <property name="x_padding">5</property>              </packing>            </child>            <child>              <widget class="GtkButton" id="button_find">                <property name="visible">True</property>                <property name="can_focus">True</property>                <property name="label">gtk-find</property>                <property name="use_stock">True</property>                <property name="response_id">0</property>                <signal name="clicked" handler="on_entry_search_for_activate"/>              </widget>              <packing>                <property name="left_attach">2</property>                <property name="right_attach">3</property>                <property name="x_options">GTK_FILL</property>                <property name="y_options"></property>                <property name="x_padding">5</property>                <property name="y_padding">5</property>              </packing>            </child>          </widget>          <packing>            <property name="padding">5</property>            <property name="position">1</property>          </packing>        </child>        <child internal-child="action_area">          <widget class="GtkHButtonBox" id="dialog-action_area2">            <property name="visible">True</property>            <property name="layout_style">GTK_BUTTONBOX_END</property>            <child>              <widget class="GtkButton" id="button_close">                <property name="visible">True</property>                <property name="can_focus">True</property>                <property name="label">gtk-close</property>                <property name="use_stock">True</property>                <property name="response_id">-7</property>                <signal name="clicked" handler="on_destroy"/>                <accelerator key="Escape" modifiers="" signal="clicked"/>              </widget>            </child>          </widget>          <packing>            <property name="expand">False</property>            <property name="pack_type">GTK_PACK_END</property>          </packing>        </child>      </widget>    </child>  </widget>  <widget class="GtkDialog" id="patchdialog">    <property name="visible">True</property>    <property name="title" translatable="yes">Create Patch</property>    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>    <property name="skip_taskbar_hint">True</property>    <property name="skip_pager_hint">True</property>    <property name="has_separator">False</property>    <child internal-child="vbox">      <widget class="GtkVBox" id="dialog-vbox3">        <property name="visible">True</property>        <child>          <widget class="GtkScrolledWindow" id="scrolledwindow3">            <property name="width_request">600</property>            <property name="height_request">400</property>            <property name="visible">True</property>            <property name="can_focus">True</property>            <property name="shadow_type">GTK_SHADOW_IN</property>            <child>              <widget class="GtkTextView" id="textview">                <property name="visible">True</property>                <property name="can_focus">True</property>                <property name="accepts_tab">False</property>              </widget>            </child>          </widget>          <packing>            <property name="padding">6</property>            <property name="position">1</property>          </packing>        </child>        <child internal-child="action_area">          <widget class="GtkHButtonBox" id="dialog-action_area3">            <property name="visible">True</property>            <property name="layout_style">GTK_BUTTONBOX_END</property>            <child>              <widget class="GtkButton" id="button6">                <property name="visible">True</property>                <property name="can_focus">True</property>                <property name="can_default">True</property>                <property name="response_id">1</property>                <child>                  <widget class="GtkAlignment" id="alignment1">                    <property name="visible">True</property>                    <property name="xscale">0</property>                    <property name="yscale">0</property>                    <child>                      <widget class="GtkHBox" id="hbox2">                        <property name="visible">True</property>                        <property name="spacing">2</property>                        <child>                          <widget class="GtkImage" id="image24">                            <property name="visible">True</property>                            <property name="stock">gtk-copy</property>                          </widget>                          <packing>                            <property name="expand">False</property>                            <property name="fill">False</property>                          </packing>                        </child>                        <child>                          <widget class="GtkLabel" id="label9">                            <property name="visible">True</property>                            <property name="label" translatable="yes">Copy to Clipboard</property>                            <property name="use_underline">True</property>                          </widget>                          <packing>                            <property name="expand">False</property>                            <property name="fill">False</property>                            <property name="position">1</property>                          </packing>                        </child>                      </widget>                    </child>                  </widget>                </child>              </widget>            </child>            <child>              <widget class="GtkButton" id="button7">                <property name="visible">True</property>                <property name="can_focus">True</property>                <property name="can_default">True</property>                <property name="label">gtk-save-as</property>                <property name="use_stock">True</property>                <property name="response_id">0</property>              </widget>              <packing>                <property name="position">1</property>              </packing>            </child>            <child>              <widget class="GtkButton" id="button9">                <property name="visible">True</property>                <property name="can_focus">True</property>                <property name="can_default">True</property>                <property name="label">gtk-cancel</property>                <property name="use_stock">True</property>                <property name="response_id">-6</property>                <accelerator key="Escape" modifiers="" signal="activate"/>              </widget>              <packing>                <property name="position">2</property>              </packing>            </child>          </widget>          <packing>            <property name="expand">False</property>            <property name="pack_type">GTK_PACK_END</property>          </packing>        </child>      </widget>    </child>  </widget></glade-interface>

⌨️ 快捷键说明

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