menus.h
来自「GNOME下的短信息发送中心」· C头文件 代码 · 共 27 行
H
27 行
/* * menu and toolbar of the main gsms application window * * Authors: Gerhard Khueny <e9625442@student.tuwien.ac.at> * * TODO: * * Fixes: * * For license terms, see the file COPYING in the project directory. */#ifndef GNOMEHELLO_MENUS_H#define GNOMEHELLO_MENUS_H#include <gnome.h>enum popup_items {edit = 1, remov = 2};void sms_install_menus_and_toolbar(GtkWidget* app);GtkWidget* create_popup(void); #endif/* gnomehello-menush ***/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?