Catching up
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -237,6 +237,10 @@ public:
|
||||
|
||||
WXFARPROC OS2GetOldWndProc(void) const { return m_fnOldWndProc; }
|
||||
void OS2SetOldWndProc(WXFARPROC fnProc) { m_fnOldWndProc = fnProc; }
|
||||
//
|
||||
// Return TRUE if the window is of a standard (i.e. not wxWindows') class
|
||||
//
|
||||
bool IsOfStandardClass(void) const { return m_fnOldWndProc != NULL; }
|
||||
|
||||
wxWindow* FindItem(long lId) const;
|
||||
wxWindow* FindItemByHWND( WXHWND hWnd
|
||||
@@ -503,7 +507,6 @@ protected:
|
||||
bool m_bUseCtl3D:1; // Using CTL3D for this control
|
||||
bool m_bBackgroundTransparent:1;
|
||||
bool m_bMouseInWindow:1;
|
||||
bool m_bDoubleClickAllowed:1;
|
||||
bool m_bLastKeydownProcessed:1;
|
||||
bool m_bWinCaptured:1;
|
||||
WXDWORD m_dwExStyle;
|
||||
|
Reference in New Issue
Block a user