apptrait.h

来自「wxGTK 是 wxWidgets 的 linux GTK+ (>2.2.」· C头文件 代码 · 共 28 行

H
28
字号
///////////////////////////////////////////////////////////////////////////////// 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 + =
减小字号Ctrl + -
显示快捷键?