⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ninegif.h

📁 基于minigui开发的一套图形控件系统
💻 H
字号:
//

// $Id: NineGIF.h,v 1.1.1.1 2005/01/18 11:47:58 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



#include "ebgif.h"



/**

 * \def CTRL_PLAYGIF

 * \brief The class name of static control.

 */

#define CTRL_NINEGIF         ("ninegif")



#define NGST_FOCUS		0x0008;



/**

 * \defgroup ctrl_static_styles Styles of static control

 * @{

 */



typedef struct tagNineGifData

{

	char * 	bkfile;

	char *	numfile;

	char *  giffile;

	RECT	gif_rc;

	int		num_left;

	int		num_top;

}NINEGIFDATA;

typedef struct tagNineGifData* PNINEGIFDATA;





typedef struct tagNINEGIFITEM

{

	char *	 	bkfile;

	char * 		numfile;

	GIFBITMAP 	gif;

	RECT		gif_rc;

	POINT 		num_pos;

	DWORD 		status;

}NINEGIFITEM;

typedef struct tagNINEGIFITEM * PNINEGIFITEM;





BOOL RegisterNineGifControl (void);

void NineGifControlCleanup (void);



#ifdef __cplusplus

}

#endif  /* __cplusplus */



#endif  /* GUI_PLAYGIF_H */



⌨️ 快捷键说明

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