web.cpp

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

CPP
26
字号
/////////////////////////////////////////////////////////////////////////////// Name:        web.h// Purpose:     wxWeb: portable web browser-related class// Author:      Julian Smart// Modified by:// Created:     2001-08-21// RCS-ID:      $Id: web.cpp,v 1.2 2005/09/23 12:48:02 MR Exp $// Copyright:   (c) Julian Smart// Licence:     wxWindows licence/////////////////////////////////////////////////////////////////////////////// For compilers that support precompilation, includes "wx/wx.h".#include "wx/wxprec.h"#ifdef __BORLANDC__#pragma hdrstop#endif#ifndef WX_PRECOMP#include "wx/wx.h"#endif#include "wx/string.h"

⌨️ 快捷键说明

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