Catching up
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -86,6 +86,11 @@ public:
|
||||
// --------------------------
|
||||
//
|
||||
PSWP GetSwpClient(void) { return &m_vSwpClient; }
|
||||
|
||||
void OnActivate(wxActivateEvent& rEvent);
|
||||
|
||||
void SetLastFocus(wxWindow *pWin) { m_pWinLastFocused = pWin; }
|
||||
wxWindow* GetLastFocus(void) const { return m_pWinLastFocused; }
|
||||
protected:
|
||||
//
|
||||
// Common part of all ctors
|
||||
@@ -157,11 +162,15 @@ protected:
|
||||
bool m_bFsIsMaximized;
|
||||
bool m_bFsIsShowing;
|
||||
|
||||
wxWindow* m_pWinLastFocused;
|
||||
|
||||
WXHWND m_hFrame;
|
||||
SWP m_vSwp;
|
||||
SWP m_vSwpClient;
|
||||
static bool m_sbInitialized;
|
||||
static wxWindow* m_spHiddenParent;
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
}; // end of CLASS wxTopLevelWindowOS2
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user