6 #ifndef _INC_CWndPaneSlider_H
7 #define _INC_CWndPaneSlider_H
12 #include "../GrayLibBase.h"
14 #include "../Geometry/cRectI.h"
21 class CWndPaneSlider :
public CWnd
29 int m_iPaneSlideWidth;
43 virtual ~CWndPaneSlider();
44 void SetPaneWidth(
CPoint pt);
45 void UpdatePositions(
int cx,
int cy);
46 void UpdatePositions();
52 afx_msg LRESULT OnNcHitTest(
CPoint point);
54 afx_msg UINT OnNcHitTest(
CPoint point);
56 afx_msg
void OnNcLButtonDown(UINT nHitTest,
CPoint point);
57 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct);
cWndHandle CWnd
Definition: cWndHandle.h:669
cPoint2i CPoint
Compatible with MFC 2d CPoint,CRect.
Definition: cPoint2.h:65