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

📄 xh_statpict.h

📁 wxGTK 是 wxWidgets 的 linux GTK+ (>2.2.3)版本。wxWidgets 是一个跨平台的 GUI 框架
💻 H
字号:
/////////////////////////////////////////////////////////////////////////////// Name:        xh_statpict.h// Purpose:     XRC resource handler for wxStaticPicture// Author:      David A. Norris// Created:     2005/03/13// RCS-ID:      $Id: xh_statpict.h,v 1.5 2005/09/23 12:47:00 MR Exp $// Copyright:   David A. Norris// Licence:     wxWindows Licence/////////////////////////////////////////////////////////////////////////////#ifndef _WX_XH_STATPICT_H#define _WX_XH_STATPICT_H#include "wx/xrc/xmlres.h"#include "wx/gizmos/gizmos.h"//// XML resource handler for the wxStaticPicture class in wxContrib.//class WXDLLIMPEXP_GIZMOS_XRC wxStaticPictureXmlHandler    : public wxXmlResourceHandler{public:    // Constructor.    wxStaticPictureXmlHandler();    // Creates the control and returns a pointer to it.    virtual wxObject *DoCreateResource();    // Returns true if we know how to create a control for the given node.    virtual bool CanHandle(wxXmlNode *node);    // Register with wxWindows' dynamic class subsystem.    DECLARE_DYNAMIC_CLASS(wxStaticPictureXmlHandler)};#endif

⌨️ 快捷键说明

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