📄 revisepal.h
字号:
//// C++ Interface: RevisePal//// Description:手动更改好友数据////// Author: Jally <jallyx@163.com>, (C) 2008//// Copyright: See COPYING file that comes with this distribution////#ifndef REVISEPAL_H#define REVISEPAL_H#include "Pal.h"class RevisePal { public: RevisePal(gpointer data); ~RevisePal(); static void ReviseEntry(gpointer data); private: void InitRevise(); void CreateRevise(); void RunRevise(); void ApplyRevise(); GtkWidget *revise; GtkTreeModel *icon_model; GtkWidget *name, *encode, *icon, *compatible; Pal *pal;};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -