// XSplitterWnd.h: interface for the XSplitterWnd class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_XSPLITTERWND_H__4D339BDD_34EA_4A1A_945F_DFFAEB62523E__INCLUDED_) #define AFX_XSPLITTERWND_H__4D339BDD_34EA_4A1A_945F_DFFAEB62523E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class XSplitterWnd : public CSplitterWnd { public: XSplitterWnd(); virtual ~XSplitterWnd(); DECLARE_DYNCREATE(XSplitterWnd) // Generated message map functions protected: //{{AFX_MSG(COverlayView) afx_msg void OnMouseMove(UINT nFlags, CPoint point); afx_msg void OnLButtonDown(UINT nFlags, CPoint point); afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #endif // !defined(AFX_XSPLITTERWND_H__4D339BDD_34EA_4A1A_945F_DFFAEB62523E__INCLUDED_)