📄 playgif.h
字号:
//
// $Id: playgif.h,v 1.1.1.1 2005/01/18 11:47:59 tangjb Exp $
//
// static.h: the head file of Static Control module.
//
// Copyright (c) 2004, Gao Laihong.
//
// Create date: 2004/01/05
//
#ifndef GUI_PLAYGIF_H
#define GUI_PLAYGIF_H
#ifdef __cplusplus
extern "C" {
#endif
/**
* \def CTRL_PLAYGIF
* \brief The class name of static control.
*/
#define CTRL_PLAYGIF ("playgif")
#define GFM_NEXTIMAGE 0xF0F0
#define GFM_GETTIMES 0xF0F1
/**
* \defgroup ctrl_static_styles Styles of static control
* @{
*/
BOOL RegisterPlayGifControl (void);
void PlayGifControlCleanup (void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* GUI_PLAYGIF_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -