X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80d83cbcc27c3415acc662e61c856f7b9d164a0d..94799627ee0ad217b2fc41df5bd5bccf59494e00:/include/wx/os2/frame.h diff --git a/include/wx/os2/frame.h b/include/wx/os2/frame.h index 31cd9c9ffd..e2b86e739f 100644 --- a/include/wx/os2/frame.h +++ b/include/wx/os2/frame.h @@ -12,6 +12,11 @@ #ifndef _WX_FRAME_H_ #define _WX_FRAME_H_ +// +// Get the default resource ID's for frames +// +#include "wx/os2/wxOs2.h" + class WXDLLEXPORT wxFrame : public wxFrameBase { public: @@ -53,7 +58,7 @@ public: virtual bool ShowFullScreen( bool bShow ,long lStyle = wxFULLSCREEN_ALL ); - virtual bool IsFullScreen(void) const { return m_bFfsIsShowing; }; + virtual bool IsFullScreen(void) const { return m_bFsIsShowing; }; // implementation only from now on @@ -131,8 +136,8 @@ public: // tooltip management #if wxUSE_TOOLTIPS - WXHWND GetToolTipCtrl(void) const { return m_hHwndToolTip; } - void SetToolTipCtrl(WXHWND hHwndTT) { m_hHwndToolTip = hHwndTT; } + WXHWND GetToolTipCtrl(void) const { return m_hWndToolTip; } + void SetToolTipCtrl(WXHWND hHwndTT) { m_hWndToolTip = hHwndTT; } #endif // tooltips protected: