📄 apptrait.h
字号:
///////////////////////////////////////////////////////////////////////////////// Name: wx/msdos/apptrait.h// Author: Michael Wetherell// RCS-ID: $Id: apptrait.h,v 1.1 2006/08/24 21:18:18 MW Exp $// Copyright: (c) 2006 Michael Wetherell// Licence: wxWindows licence///////////////////////////////////////////////////////////////////////////////#ifndef _WX_MSDOS_APPTRAIT_H_#define _WX_MSDOS_APPTRAIT_H_class wxConsoleAppTraits : public wxConsoleAppTraitsBase{public:};#if wxUSE_GUIclass wxGUIAppTraits : public wxGUIAppTraitsBase{public: virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const;};#endif // wxUSE_GUI#endif // _WX_MSDOS_APPTRAIT_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -