1 // ResizableSplitterWnd.h : header file
3 /////////////////////////////////////////////////////////////////////////////
5 // This file is part of ResizableLib
6 // http://sourceforge.net/projects/resizablelib
8 // Copyright (C) 2000-2004 by Paolo Messina
9 // http://www.geocities.com/ppescher - mailto:ppescher@hotmail.com
11 // The contents of this file are subject to the Artistic License (the "License").
12 // You may not use this file except in compliance with the License.
13 // You may obtain a copy of the License at:
14 // http://www.opensource.org/licenses/artistic-license.html
16 // If you find this code useful, credits would be nice!
18 /////////////////////////////////////////////////////////////////////////////
20 #if !defined(AFX_RESIZABLESPLITTERWND_H__INCLUDED_)
21 #define AFX_RESIZABLESPLITTERWND_H__INCLUDED_
25 #endif // _MSC_VER > 1000
27 #include "ResizableMinMax.h"
29 /////////////////////////////////////////////////////////////////////////////
30 // CResizableSplitterWnd frame with splitter
32 class CResizableSplitterWnd
: public CSplitterWnd
, public CResizableMinMax
34 DECLARE_DYNAMIC(CResizableSplitterWnd
)
38 CResizableSplitterWnd();
47 // ClassWizard generated virtual function overrides
48 //{{AFX_VIRTUAL(CResizableSplitterWnd)
54 virtual ~CResizableSplitterWnd();
56 // Generated message map functions
57 //{{AFX_MSG(CResizableSplitterWnd)
58 afx_msg
void OnGetMinMaxInfo(MINMAXINFO FAR
* lpMMI
);
63 /////////////////////////////////////////////////////////////////////////////
65 //{{AFX_INSERT_LOCATION}}
66 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
68 #endif // !defined(AFX_RESIZABLESPLITTERWND_H__INCLUDED_)