📄 button.h
字号:
/*
** $Id: button.h,v 1.7 2003/09/04 03:40:35 weiym Exp $
**
** button.h: the head file of Button Control module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
**
** Note:
** Originally by Zhao Jianghua.
**
** Create date: 1999/8/23
*/
#ifndef __BUTTON_H__
#define __BUTTON_H__
#ifdef __cplusplus
extern "C" {
#endif
typedef struct tagBUTTONDATA
{
DWORD status; /* button flags */
DWORD data; /* bitmap or icon of butotn. */
} BUTTONDATA;
typedef BUTTONDATA* PBUTTONDATA;
BOOL RegisterButtonControl (void);
void ButtonControlCleanup (void);
#ifdef __cplusplus
}
#endif
#endif // __BUTTON_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -