]> git.saurik.com Git - wxWidgets.git/blame_incremental - interface/wx/fs_inet.h
Ensure that the overall table border doesn't get overdrawn by cell borders with a...
[wxWidgets.git] / interface / wx / fs_inet.h
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/fs_inet.h
3// Purpose: HTTP and FTP file system
4// Author: Vaclav Slavik
5// Copyright: (c) 1999 Vaclav Slavik
6// Licence: wxWindows licence
7/////////////////////////////////////////////////////////////////////////////
8
9/**
10 @class wxInternetFSHandler
11
12 A file system handler for accessing files from internet servers.
13*/
14class wxInternetFSHandler : public wxFileSystemHandler
15{
16public:
17 wxInternetFSHandler();
18};
19