home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / MINSPLIT.ZIP / MinSplitterWnd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-11  |  1.4 KB  |  52 lines

  1. #if !defined(AFX_MINSPLITTERWND_H__4CC0B23A_14EC_11D2_8500_444553540000__INCLUDED_)
  2. #define AFX_MINSPLITTERWND_H__4CC0B23A_14EC_11D2_8500_444553540000__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // SplitterWnd2.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CMinSplitterWnd window
  12.  
  13. class CMinSplitterWnd : public CSplitterWnd
  14. {
  15. // Construction
  16. public:
  17.     CMinSplitterWnd();
  18.  
  19. // Attributes
  20. public:
  21.     int        GetMinClientWidth();        //    For resizing.
  22.     int        GetMinClientHeight();
  23.  
  24. // Operations
  25. public:
  26.     virtual void RecalcLayout();    // call after changing sizes
  27.  
  28. // Overrides
  29.     // ClassWizard generated virtual function overrides
  30.     //{{AFX_VIRTUAL(CMinSplitterWnd)
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. public:
  35.     virtual ~CMinSplitterWnd();
  36.  
  37.     // Generated message map functions
  38. protected:
  39.     //{{AFX_MSG(CMinSplitterWnd)
  40.     afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  41.     afx_msg void OnWindowPosChanging(WINDOWPOS FAR* lpwndpos);
  42.     //}}AFX_MSG
  43.     DECLARE_MESSAGE_MAP()
  44. };
  45.  
  46. /////////////////////////////////////////////////////////////////////////////
  47.  
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  50.  
  51. #endif // !defined(AFX_MINSPLITTERWND_H__4CC0B23A_14EC_11D2_8500_444553540000__INCLUDED_)
  52.