custom_gui.h
来自「OBDII的ScanTool源码,对此有兴趣的朋友可以参考一下」· C头文件 代码 · 共 10 行
H
10 行
#ifndef CUSTOM_GUI_H
#define CUSTOM_GUI_H
int nostretch_icon_proc(int msg, DIALOG *d, int c);
int super_textbox_proc(int msg, DIALOG *d, int c);
int caption_proc(int msg, DIALOG *d, int c);
int st_ctext_proc(int msg, DIALOG *d, int c);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?