?? statusicon_popupmenu.glade
字號:
<?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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -