web.h

来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· C头文件 代码 · 共 34 行

H
34
字号
/////////////////////////////////////////////////////////////////////////////// Name:        web.h// Purpose:     wxWeb: portable web browser-related class// Author:      Julian Smart// Modified by:// Created:     2001-08-21// RCS-ID:      $Id: web.h,v 1.3 2005/09/23 12:47:07 MR Exp $// Copyright:   (c) Julian Smart// Licence:     wxWindows licence/////////////////////////////////////////////////////////////////////////////#ifndef _WX_WEB_H_#define _WX_WEB_H_/* * wxWeb * Miscellaneous web functions */class wxWeb{public://// Ctor/dtor    wxWeb() {};//// Operationsprotected:};#endif //_WX_WEB_H_

⌨️ 快捷键说明

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