]> git.saurik.com Git - wxWidgets.git/blame - src/common/helpbase.cpp
Return NULL from wxWindow::GetCapture() when the capture is being lost.
[wxWidgets.git] / src / common / helpbase.cpp
CommitLineData
c801d85f 1/////////////////////////////////////////////////////////////////////////////
8898456d 2// Name: src/common/helpbase.cpp
c801d85f
KB
3// Purpose: Help system base classes
4// Author: Julian Smart
5// Modified by:
6// Created: 04/01/98
55d99c7a 7// Copyright: (c) Julian Smart
5d3e7b52 8// Licence: wxWindows licence
c801d85f
KB
9/////////////////////////////////////////////////////////////////////////////
10
c801d85f
KB
11// For compilers that support precompilation, includes "wx.h".
12#include "wx/wxprec.h"
13
14#ifdef __BORLANDC__
8898456d 15 #pragma hdrstop
c801d85f
KB
16#endif
17
8898456d
WS
18#if wxUSE_HELP
19
c801d85f 20#ifndef WX_PRECOMP
c801d85f
KB
21#endif
22
3379ed37
VZ
23#include "wx/helpbase.h"
24
c801d85f 25IMPLEMENT_CLASS(wxHelpControllerBase, wxObject)
c801d85f 26
47d67540 27#endif // wxUSE_HELP