no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
1999-10-13 20:35:03 +00:00
parent a17e237f4a
commit 634157786d
8 changed files with 1567 additions and 194 deletions

View File

@@ -17,6 +17,11 @@
// ---------------------------------------------------------------------------
// headers
// ---------------------------------------------------------------------------
#define INCL_DOS
#define INCL_PM
#define INCL_GPI
#include <os2.h>
// ---------------------------------------------------------------------------
// forward declarations
@@ -412,6 +417,10 @@ private:
bool HandleNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
DECLARE_NO_COPY_CLASS(wxWindow);
DECLARE_EVENT_TABLE()
private:
// Virtual function hiding supression
inline virtual bool Reparent( wxWindowBase *newParent )
{ return(wxWindowBase::Reparent(newParent));};
};
// ---------------------------------------------------------------------------