sniffer2.glade

来自「在linux下的网络嗅探器 使用的是GTK2.0+GLADE做的前台 具体的」· GLADE 代码 · 共 79 行

GLADE
79
字号
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"><!--Generated with glade3 3.1.5 on Fri Dec 19 20:28:16 2008 by tyz@debian--><glade-interface>  <widget class="GtkWindow" id="window">    <property name="width_request">700</property>    <property name="window_position">GTK_WIN_POS_CENTER</property>    <property name="default_width">500</property>    <signal name="destroy" handler="on_window_destroy"/>    <child>      <widget class="GtkVBox" id="vbox1">        <property name="visible">True</property>        <child>          <widget class="GtkMenuBar" id="menubar1">            <property name="visible">True</property>            <child>              <widget class="GtkMenuItem" id="menuitem1">                <property name="visible">True</property>                <property name="label" translatable="yes">_File</property>                <property name="use_underline">True</property>              </widget>            </child>            <child>              <widget class="GtkMenuItem" id="menuitem2">                <property name="visible">True</property>                <property name="label" translatable="yes">_Edit</property>                <property name="use_underline">True</property>              </widget>            </child>            <child>              <widget class="GtkMenuItem" id="menuitem3">                <property name="visible">True</property>                <property name="label" translatable="yes">_View</property>                <property name="use_underline">True</property>              </widget>            </child>            <child>              <widget class="GtkMenuItem" id="menuitem4">                <property name="visible">True</property>                <property name="label" translatable="yes">_Help</property>                <property name="use_underline">True</property>              </widget>            </child>          </widget>          <packing>            <property name="expand">False</property>          </packing>        </child>        <child>          <widget class="GtkHBox" id="hbox1">            <property name="visible">True</property>            <child>              <widget class="GtkButton" id="buttonopen">                <property name="visible">True</property>                <property name="label" translatable="yes">鎵撳紑</property>              </widget>            </child>            <child>              <widget class="GtkButton" id="buttonclear">                <property name="visible">True</property>                <property name="label" translatable="yes">鍒锋柊</property>              </widget>              <packing>                <property name="position">1</property>              </packing>            </child>            <child>              <widget class="GtkButton" id="buttonsave">                <property name="visible">True</property>                <property name="label" translatable="yes">淇濆瓨</property>              </widget>              <packing>                <property name="position">2</property>              </packing>            </child>            <child>              <widget class="GtkButton" id="buttonsaveas">                <property name="visible">True</property>                <property name="label" translatable="yes">鍙﹀瓨涓

⌨️ 快捷键说明

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