]> git.saurik.com Git - wxWidgets.git/blame - contrib/include/wx/net/web.h
implemented Alex's <object_ref> symlinks in XRC
[wxWidgets.git] / contrib / include / wx / net / web.h
CommitLineData
decb3a6a
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: web.h
3// Purpose: wxWeb: portable web browser-related class
4// Author: Julian Smart
5// Modified by:
6// Created: 2001-08-21
7// RCS-ID: $Id$
8// Copyright: (c) Julian Smart
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12#ifdef __GNUG__
13#pragma interface "web.h"
14#endif
15
16#ifndef _WX_WEB_H_
17#define _WX_WEB_H_
18
19/*
20 * wxWeb
21 * Miscellaneous web functions
22 */
23
24class wxWeb
25{
26public:
27//// Ctor/dtor
28 wxWeb() {};
29
30//// Operations
31
32protected:
33};
34
35
36#endif //_WX_WEB_H_
37