CommitDlg: Update index using libgit2 incrementally
[TortoiseGit.git] / ext / ResizableLib / ResizableSplitterWnd.h
blob6d339472c1695df92d485179d19fe4ac75362f48
1 // ResizableSplitterWnd.h : header file
2 //
3 /////////////////////////////////////////////////////////////////////////////
4 //
5 // This file is part of ResizableLib
6 // http://sourceforge.net/projects/resizablelib
7 //
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_
23 #if _MSC_VER > 1000
24 #pragma once
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)
36 // Construction
37 public:
38 CResizableSplitterWnd();
40 // Attributes
41 public:
43 // Operations
44 public:
46 // Overrides
47 // ClassWizard generated virtual function overrides
48 //{{AFX_VIRTUAL(CResizableSplitterWnd)
49 protected:
50 //}}AFX_VIRTUAL
52 // Implementation
53 public:
54 virtual ~CResizableSplitterWnd();
56 // Generated message map functions
57 //{{AFX_MSG(CResizableSplitterWnd)
58 afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI);
59 //}}AFX_MSG
60 DECLARE_MESSAGE_MAP()
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_)