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

📄 apptrait.h

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 H
字号:
///////////////////////////////////////////////////////////////////////////////// Name:        wx/os2/apptrait.h// Purpose:     class implementing wxAppTraits for OS/2// Author:      Stefan Neis// Modified by:// Created:     22.09.2003// RCS-ID:      $Id: apptrait.h,v 1.5 2006/10/29 19:19:58 SN Exp $// Copyright:   (c) 2003 Stefan Neis <Stefan.Neis@t-online.de>// Licence:     wxWindows licence///////////////////////////////////////////////////////////////////////////////#ifndef _WX_OS2_APPTRAIT_H_#define _WX_OS2_APPTRAIT_H_// ----------------------------------------------------------------------------// wxGUI/ConsoleAppTraits: must derive from wxAppTraits, not wxAppTraitsBase// ----------------------------------------------------------------------------class WXDLLIMPEXP_BASE wxConsoleAppTraits : public wxConsoleAppTraitsBase{public:};#if wxUSE_GUIclass WXDLLIMPEXP_CORE wxGUIAppTraits : public wxGUIAppTraitsBase{public:    virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const;    // wxThread helpers    // ----------------    // Initialize PM facilities to enable GUI access    virtual void InitializeGui(unsigned long &ulHab);    // Clean up message queue.    virtual void TerminateGui(unsigned long ulHab);#ifdef __WXGTK__    virtual wxString GetDesktopEnvironment() const;#endif};#endif // wxUSE_GUI#endif // _WX_OS2_APPTRAIT_H_

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -