statusicon_popupmenu.glade

来自「Python写的gmail检测客户端」· GLADE 代码 · 共 26 行

GLADE
26
字号
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"><!--*- mode: xml -*--><glade-interface>  <widget class="GtkMenu" id="menu">    <child>      <widget class="GtkMenuItem" id="reshow_last_notification">        <property name="visible">True</property>        <property name="label" translatable="yes">_Reshow Last Notification</property>        <property name="use_underline">True</property>        <signal name="activate" handler="on_reshow_last_notification_activate"/>      </widget>    </child>    <child>      <widget class="GtkImageMenuItem" id="configure">        <property name="visible">True</property>        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>        <property name="label" translatable="yes">gtk-preferences</property>        <property name="use_underline">True</property>        <property name="use_stock">True</property>        <signal name="activate" handler="on_configure_activate"/>      </widget>    </child>  </widget></glade-interface>

⌨️ 快捷键说明

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