?? button_impl.h
字號:
/*** $Id: button_impl.h,v 1.1 2005/01/31 08:52:29 clear 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_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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -