📄 state_ui.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 + -