static.h
来自「这当中包含了可以在WIN下面的VC中进行MINIGUI编程及源码调试的模拟器环境」· C头文件 代码 · 共 26 行
H
26 行
//// $Id: static.h,v 1.3 2001/09/14 07:13:11 ymwei Exp $//// static.h: the head file of Static Control module.//// Copyright (c) 1999, Wei Yongming.// Create date: 1999/5/22//#ifndef GUI_STATICCTRL_H#define GUI_STATICCTRL_H#ifdef __cplusplusextern "C" {#endifBOOL RegisterStaticControl (void);void StaticControlCleanup (void);#ifdef __cplusplus}#endif /* __cplusplus */#endif /* GUI_STATICCTRL_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?