Weekly update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -602,20 +602,21 @@ private:
|
||||
,WXWPARAM wParam = 0
|
||||
) const;
|
||||
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxWindowOS2);
|
||||
DECLARE_NO_COPY_CLASS(wxWindowOS2)
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
private:
|
||||
wxWindowList* m_pChildrenDisabled;
|
||||
HWND m_hWndScrollBarHorz;
|
||||
HWND m_hWndScrollBarVert;
|
||||
SWP m_vWinSwp;
|
||||
bool m_bIsActivePage;
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxWindowOS2);
|
||||
DECLARE_NO_COPY_CLASS(wxWindowOS2)
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
//
|
||||
// Virtual function hiding supression
|
||||
//
|
||||
inline virtual bool Reparent(wxWindowBase* pNewParent)
|
||||
{ return(wxWindowBase::Reparent(pNewParent));};
|
||||
{ return(wxWindowBase::Reparent(pNewParent));}
|
||||
}; // end of wxWindow
|
||||
|
||||
class wxWindowCreationHook
|
||||
|
Reference in New Issue
Block a user