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

📄 state_ui.h

📁 一个windows上的加解密程式 提供方便的介面让使用者操作
💻 H
字号:
#ifndef GE_STATE_UI_H#define GE_STATE_UI_H#include "gaim-encryption-config.h"#include <gdk/gdk.h>#include <gtk/gtkplug.h>#include "gtkplugin.h"#include <gtkdialogs.h>#include <gaim.h>#include <gtkconv.h>#include <gtkutils.h>void GE_set_capable_icon(GaimConversation *conv, gboolean cap);void GE_set_rx_encryption_icon(GaimConversation *c, gboolean encrypted);void GE_set_tx_encryption_icon(GaimConversation* c, gboolean encrypt, gboolean is_capable);void GE_add_buttons(GaimConversation *conv);void GE_remove_buttons(GaimConversation *conv);void GE_pixmap_init();void GE_error_window(const char* message);#endif

⌨️ 快捷键说明

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