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

📄 button.h

📁 在ecos 下mingui 的移植开发
💻 H
字号:
//// $Id: button.h,v 1.2 2000/08/07 03:19:12 weiym Exp $//// button.h: the head file of Button Control module.//// Copyright (c) 1999, Wei Yongming.////// Note://   Originally by Zhao Jianghua. //// Create date: 1999/8/23//#ifndef __BUTTON_H__#define __BUTTON_H__#ifdef  __cplusplusextern  "C" {#endifBOOL RegisterButtonControl (void);void ButtonControlCleanup (void);int ButtonCtrlProc (HWND hWnd, int uMsg, WPARAM wParam, LPARAM lParam);  #ifdef  __cplusplus}#endif#endif  // __BUTTON_H__

⌨️ 快捷键说明

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