custom_gui.h

来自「国外一个非常经典的OBD2车辆检测的实例源代码」· 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 + -
显示快捷键?