]> git.saurik.com Git - wxWidgets.git/blob - include/wx/generic/scrolwin.h
File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / include / wx / generic / scrolwin.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/generic/scrolwin.h
3 // Purpose: wxGenericScrolledWindow class
4 // Author: Julian Smart
5 // Modified by:
6 // Created: 01/02/97
7 // RCS-ID: $Id$
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef _WX_GENERIC_SCROLLWIN_H_
13 #define _WX_GENERIC_SCROLLWIN_H_
14
15 // ----------------------------------------------------------------------------
16 // headers and constants
17 // ----------------------------------------------------------------------------
18
19 #include "wx/window.h"
20 #include "wx/panel.h"
21
22 // ----------------------------------------------------------------------------
23 // wxGenericScrolledWindow
24 // ----------------------------------------------------------------------------
25
26 #endif // _WX_GENERIC_SCROLLWIN_H_
27