button_impl.h
来自「minigui 1.6.10 8.1开源版」· C头文件 代码 · 共 39 行
H
39 行
/*** $Id: button_impl.h 7338 2007-08-16 03:46:09Z xgwang $**** button.h: the head file of Button Control module.**** Copyright (C) 2003 ~ 2007 Feynman Software.** Copyright (C) 1999 ~ 2002 Wei Yongming.**** Note:** Originally by Zhao Jianghua. **** Create date: 1999/8/23*/#ifndef __BUTTON_IMPL_H__#define __BUTTON_IMPL_H__#ifdef __cplusplusextern "C" {#endiftypedef 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_IMPL_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?