Catching up
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -62,7 +62,6 @@ public:
|
||||
virtual void Raise(void);
|
||||
|
||||
// event handlers
|
||||
void OnActivate(wxActivateEvent& rEvent);
|
||||
void OnSysColourChanged(wxSysColourChangedEvent& rEvent);
|
||||
|
||||
// Toolbar
|
||||
@@ -122,12 +121,6 @@ public:
|
||||
void SetToolTipCtrl(WXHWND hHwndTT) { m_hWndToolTip = hHwndTT; }
|
||||
#endif // tooltips
|
||||
|
||||
//
|
||||
// Called by wxWindow whenever it gets focus
|
||||
//
|
||||
void SetLastFocus(wxWindow* pWin) { m_pWinLastFocused = pWin; }
|
||||
wxWindow *GetLastFocus(void) const { return m_pWinLastFocused; }
|
||||
|
||||
void SetClient(WXHWND c_Hwnd);
|
||||
void SetClient(wxWindow* c_Window);
|
||||
wxWindow *GetClient();
|
||||
@@ -188,7 +181,6 @@ protected:
|
||||
bool m_bFsIsShowing;
|
||||
bool m_bWasMinimized;
|
||||
bool m_bIsShown;
|
||||
wxWindow* m_pWinLastFocused;
|
||||
|
||||
private:
|
||||
#if wxUSE_TOOLTIPS
|
||||
|
Reference in New Issue
Block a user