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

📄 apptrait.h

📁 wxGTK 是 wxWidgets 的 linux GTK+ (>2.2.3)版本。wxWidgets 是一个跨平台的 GUI 框架
💻 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 + -