Bugfix : Zooming works correct, no more errors on screen.
[xara-cairo.git] / wxOil / helpdownloadwebdialog.h
blob261d92c5a89a9e2c35f332bc3812a2787f15f235
1 // $Id: helpdownloadwebdialog.h 751 2006-03-31 15:43:49Z alex $
2 // WebDialogDlg.h : header file
3 //
4 /* @@tag:xara-cn@@ DO NOT MODIFY THIS LINE
5 ================================XARAHEADERSTART===========================
7 Xara LX, a vector drawing and manipulation program.
8 Copyright (C) 1993-2006 Xara Group Ltd.
9 Copyright on certain contributions may be held in joint with their
10 respective authors. See AUTHORS file for details.
12 LICENSE TO USE AND MODIFY SOFTWARE
13 ----------------------------------
15 This file is part of Xara LX.
17 Xara LX is free software; you can redistribute it and/or modify it
18 under the terms of the GNU General Public License version 2 as published
19 by the Free Software Foundation.
21 Xara LX and its component source files are distributed in the hope
22 that it will be useful, but WITHOUT ANY WARRANTY; without even the
23 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
24 See the GNU General Public License for more details.
26 You should have received a copy of the GNU General Public License along
27 with Xara LX (see the file GPL in the root directory of the
28 distribution); if not, write to the Free Software Foundation, Inc., 51
29 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
32 ADDITIONAL RIGHTS
33 -----------------
35 Conditional upon your continuing compliance with the GNU General Public
36 License described above, Xara Group Ltd grants to you certain additional
37 rights.
39 The additional rights are to use, modify, and distribute the software
40 together with the wxWidgets library, the wxXtra library, and the "CDraw"
41 library and any other such library that any version of Xara LX relased
42 by Xara Group Ltd requires in order to compile and execute, including
43 the static linking of that library to XaraLX. In the case of the
44 "CDraw" library, you may satisfy obligation under the GNU General Public
45 License to provide source code by providing a binary copy of the library
46 concerned and a copy of the license accompanying it.
48 Nothing in this section restricts any of the rights you have under
49 the GNU General Public License.
52 SCOPE OF LICENSE
53 ----------------
55 This license applies to this program (XaraLX) and its constituent source
56 files only, and does not necessarily apply to other Xara products which may
57 in part share the same code base, and are subject to their own licensing
58 terms.
60 This license does not apply to files in the wxXtra directory, which
61 are built into a separate library, and are subject to the wxWindows
62 license contained within that directory in the file "WXXTRA-LICENSE".
64 This license does not apply to the binary libraries (if any) within
65 the "libs" directory, which are subject to a separate license contained
66 within that directory in the file "LIBS-LICENSE".
69 ARRANGEMENTS FOR CONTRIBUTION OF MODIFICATIONS
70 ----------------------------------------------
72 Subject to the terms of the GNU Public License (see above), you are
73 free to do whatever you like with your modifications. However, you may
74 (at your option) wish contribute them to Xara's source tree. You can
75 find details of how to do this at:
76 http://www.xaraxtreme.org/developers/
78 Prior to contributing your modifications, you will need to complete our
79 contributor agreement. This can be found at:
80 http://www.xaraxtreme.org/developers/contribute/
82 Please note that Xara will not accept modifications which modify any of
83 the text between the start and end of this header (marked
84 XARAHEADERSTART and XARAHEADEREND).
87 MARKS
88 -----
90 Xara, Xara LX, Xara X, Xara X/Xtreme, Xara Xtreme, the Xtreme and Xara
91 designs are registered or unregistered trademarks, design-marks, and/or
92 service marks of Xara Group Ltd. All rights in these marks are reserved.
95 Xara Group Ltd, Gaddesden Place, Hemel Hempstead, HP2 6EX, UK.
96 http://www.xara.com/
98 =================================XARAHEADEREND============================
101 #ifndef _HELPDOWNLOADWEBDIALOG
102 #define _HELPDOWNLOADWEBDIALOG
104 #include "webcommand.h"
105 #include "webdialogdlg.h"
107 /////////////////////////////////////////////////////////////////////////////
108 // CHelpDownloadWebDialog
110 class CHelpDownloadWebDialog : public CWebDialogDlg
112 // Construction
113 public:
114 CHelpDownloadWebDialog(TCHAR* WebFile); // standard constructor
116 // Implementation
117 protected:
118 virtual afx_msg void OnWebCommandDoCommand(LPCTSTR Command, LPCTSTR CommandInfo);
119 virtual BOOL OnInitDialog();
121 // Attributes
122 public:
123 BOOL m_bFastConnection;
127 #endif