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

📄 log.h

📁 GNOME下的短信息发送中心
💻 H
字号:
/* * Logging Window and handler 	 * * Authors:     Gerhard Khueny <e9625442@student.tuwien.ac.at> * * TODO:         * * Fixes: * * For license terms, see the file COPYING in the project directory. */#ifndef LOG_WINDOW_H#define LOG_WINDOW_H#include <gnome.h>GtkWidget *log_window_new(void);void log_on(void);void gsms_log_func(const gchar * log_domain, GLogLevelFlags log_level,		   const gchar * message, gpointer user_data);#endif

⌨️ 快捷键说明

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