📄 dialog.h
字号:
/* dialog.h
* Copyright (C) 1998 David Cole
*
* Dialog box message routing
*/
#ifndef __dialog_h
#define __dialog_h
/* Register a dialog box with the message router */
void dialogRegister(HWND dlg);
/* Unregister a dialog box with the message router */
void dialogUnRegister(HWND dlg);
/* Return whether or not a message was routed to a dialog */
BOOL dialogCheckMessage(MSG* msg);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -