📄 helpbox.h
字号:
/* --------- helpbox.h ----------- */
#ifndef HELPBOX_H
#define HELPBOX_H
/* --------- linked list of help text collections -------- */
struct helps {
char *hname;
char *comment;
long hptr;
int bit;
int hheight;
int hwidth;
int nexthlp;
int prevhlp;
void *hwnd;
char *PrevName;
char *NextName;
#ifdef FIXHELP
struct helps *NextHelp;
#endif
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -