10 #if !defined(CBMODELESSFRAME_H)
11 #define CBMODELESSFRAME_H
19 #define NO_BOOLEAN_TYPE
75 afx_msg
void OnSize(UINT nType,
int cx,
int cy);
76 afx_msg
void OnSizing(UINT fwSide, LPRECT pRect);
78 afx_msg
int OnMouseActivate( CWnd* pDesktopWnd, UINT nHitTest, UINT message );
80 afx_msg
void OnMouseMove( UINT nFlags, CPoint point );
83 afx_msg
void OnLButtonUp( UINT nFlags, CPoint point );
85 afx_msg
void OnRButtonUp( UINT nFlags, CPoint point );
87 afx_msg
void OnMButtonUp( UINT nFlags, CPoint point );
97 #endif // !defined(CBMODELESSFRAME_H)
virtual ~CBModelessFrame()
afx_msg void OnMButtonDown(UINT nFlags, CPoint point)
LONG_PTR LPARAM
Definition: msnativewindow.h:40
afx_msg void OnLButtonUp(UINT nFlags, CPoint point)
afx_msg void OnSizing(UINT fwSide, LPRECT pRect)
CBModelessFrame(UINT nID, const _TCHAR *title, bool bResizeable, int iDefaultWidth, int iDefaultHeight, CBModelessDialog *pChildBox)
afx_msg void OnSysCommand(UINT nID, LPARAM)
afx_msg void OnLButtonDown(UINT nFlags, CPoint point)
afx_msg int OnMouseActivate(CWnd *pDesktopWnd, UINT nHitTest, UINT message)
MSWindowP GetMSWindow()
Definition: CBModelessFrame.h:57
void OnFunctionKey(LPMSG)
Definition: CBModelessDialog.h:44
afx_msg void OnMButtonUp(UINT nFlags, CPoint point)
afx_msg void OnRButtonDown(UINT nFlags, CPoint point)
afx_msg void OnSetFocus(CWnd *pOldWnd)
afx_msg void OnMouseMove(UINT nFlags, CPoint point)
Definition: CBModelessFrame.h:32
afx_msg void OnRButtonUp(UINT nFlags, CPoint point)
afx_msg void OnSize(UINT nType, int cx, int cy)