static.h

来自「在ADS环境下MiniGUI的源码」· C头文件 代码 · 共 24 行

H
24
字号
/*
** $Id: static.h,v 1.6 2003/09/04 03:40:35 weiym Exp $
**
** static.h: the head file of Static Control module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
**
** Create date: 1999/5/22
*/

#ifndef GUI_STATICCTRL_H
    #define GUI_STATICCTRL_H

BOOL RegisterStaticControl (void);
void StaticControlCleanup (void);

#ifdef __cplusplus
}
#endif  /* __cplusplus */

#endif  /* GUI_STATICCTRL_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?