⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menus.h

📁 GNOME下的短信息发送中心
💻 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 + -