web.h
来自「wxWidgets 2.8.9 Downloads」· 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 35650 2005-09-23 12:56:45Z MR $// 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 + -
显示快捷键?