📄 misc.h
字号:
/*** $Id: misc.h,v 1.9 2003/08/13 06:52:28 weiym Exp $**** misc.h: the head file for Miscellous module.**** Copyright (C) 2003 Feynman Software.** Copyright (C) 1999 ~ 2002 Wei Yongming.**** Create date: 1999/01/03*/#ifndef GUI_MISC_H #define GUI_MISC_H/* Function definitions */#ifdef __cplusplusextern "C" {#endif /* __cplusplus */#ifndef _INCORE_RESBOOL InitMisc (void);void TerminateMisc (void);#endif /* _INCORE_RES */#ifdef __cplusplus}#endif /* __cplusplus */#endif /* GUI_MISC_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -