📄 menus.h
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -