int m_nFsToolBarHeight;
bool m_bFsIsMaximized;
bool m_bFsIsShowing;
+ bool m_bIsShown;
+ wxWindow* m_pWinLastFocused;
private:
#if wxUSE_TOOLTIPS
WXHWND m_hWndToolTip;
#endif // tooltips
- //
- // The main handle of a frame window, that used for message processing
- // is the client handle under PM. But we still need the frame handle
- // as well
- //
- WXHWND m_hFrame;
-
//
// Handles to child windows of the Frame that we don't have child objects for
//
WXHWND m_hVScroll;
//
- // Swp structures for various client data
+ // Swp structures for various client data
// DW: Better off in attached RefData?
//
SWP m_vSwp;