crashrpt2
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
WTL::CFrameWindowImplBase< TBase, TWinTraits > Class Template Reference
Inheritance diagram for WTL::CFrameWindowImplBase< TBase, TWinTraits >:
WTL::CFrameWindowImpl< T, TBase, TWinTraits > WTL::CMDIChildWindowImpl< T, TBase, TWinTraits > WTL::CMDIFrameWindowImpl< T, TBase, TWinTraits > WTL::CRibbonFrameWindowImplBase< T, CFrameWindowImpl< T, TBase, TWinTraits > > WTL::CRibbonFrameWindowImplBase< T, CMDIFrameWindowImpl< T, TBase, TWinTraits > > WTL::CRibbonFrameWindowImpl< T, TBase, TWinTraits > WTL::CRibbonMDIFrameWindowImpl< T, TBase, TWinTraits >

Public Member Functions

HWND Create (HWND hWndParent, ATL::_U_RECT rect, LPCTSTR szWindowName, DWORD dwStyle, DWORD dwExStyle, ATL::_U_MENUorID MenuOrID, ATOM atom, LPVOID lpCreateParam)
 
BOOL CreateSimpleReBar (DWORD dwStyle=ATL_SIMPLE_REBAR_STYLE, UINT nID=ATL_IDW_TOOLBAR)
 
BOOL AddSimpleReBarBand (HWND hWndBand, LPCTSTR lpstrTitle=NULL, BOOL bNewRow=FALSE, int cxWidth=0, BOOL bFullWidthAlways=FALSE)
 
BOOL CreateSimpleStatusBar (LPCTSTR lpstrText, DWORD dwStyle=WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS|SBARS_SIZEGRIP, UINT nID=ATL_IDW_STATUS_BAR)
 
BOOL CreateSimpleStatusBar (UINT nTextID=ATL_IDS_IDLEMESSAGE, DWORD dwStyle=WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS|SBARS_SIZEGRIP, UINT nID=ATL_IDW_STATUS_BAR)
 
void UpdateLayout (BOOL bResizeBars=TRUE)
 
void UpdateBarsPosition (RECT &rect, BOOL bResizeBars=TRUE)
 
BOOL PreTranslateMessage (MSG *pMsg)
 
LRESULT OnEraseBackground (UINT, WPARAM, LPARAM, BOOL &bHandled)
 
LRESULT OnMenuSelect (UINT, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
 
LRESULT OnSetFocus (UINT, WPARAM, LPARAM, BOOL &bHandled)
 
LRESULT OnDestroy (UINT, WPARAM, LPARAM, BOOL &bHandled)
 
LRESULT OnToolTipTextA (int idCtrl, LPNMHDR pnmh, BOOL &)
 
LRESULT OnToolTipTextW (int idCtrl, LPNMHDR pnmh, BOOL &)
 

Static Public Member Functions

static HWND CreateSimpleToolBarCtrl (HWND hWndParent, UINT nResourceID, BOOL bInitialSeparator=FALSE, DWORD dwStyle=ATL_SIMPLE_TOOLBAR_STYLE, UINT nID=ATL_IDW_TOOLBAR)
 
static HWND CreateSimpleReBarCtrl (HWND hWndParent, DWORD dwStyle=ATL_SIMPLE_REBAR_STYLE, UINT nID=ATL_IDW_TOOLBAR)
 
static BOOL AddSimpleReBarBandCtrl (HWND hWndReBar, HWND hWndBand, int nID=0, LPCTSTR lpstrTitle=NULL, BOOL bNewRow=FALSE, int cxWidth=0, BOOL bFullWidthAlways=FALSE)
 

Public Attributes

HWND m_hWndToolBar
 
HWND m_hWndStatusBar
 
HWND m_hWndClient
 
HACCEL m_hAccel
 

The documentation for this class was generated from the following file: