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

📄 xh_sttxt.h

📁 linux下的电骡下载程序源码 包含emule协议的应用。
💻 H
字号:
/////////////////////////////////////////////////////////////////////////////// Name:        xh_sttxt.h// Purpose:     XML resource handler for wxStaticBitmap// Author:      Bob Mitchell// Created:     2000/03/21// RCS-ID:      $Id: xh_sttxt.h,v 1.1 2004/03/13 04:01:18 hopeseekr Exp $// Copyright:   (c) 2000 Bob Mitchell// Licence:     wxWindows licence/////////////////////////////////////////////////////////////////////////////#ifndef _WX_XH_STTXT_H_#define _WX_XH_STTXT_H_#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)#pragma interface "xh_sttxt.h"#endif#include "wx/xrc/xmlres.h"class WXXMLDLLEXPORT wxStaticTextXmlHandler : public wxXmlResourceHandler{public:    wxStaticTextXmlHandler();    virtual wxObject *DoCreateResource();    virtual bool CanHandle(wxXmlNode *node);};#endif // _WX_XH_STBMP_H_

⌨️ 快捷键说明

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