]> git.saurik.com Git - wxWidgets.git/blame - include/wx/generic/scrolwin.h
Fixed various NULL reference issues. Also cleaned up wxPGComboBox code overall a...
[wxWidgets.git] / include / wx / generic / scrolwin.h
CommitLineData
c801d85f 1/////////////////////////////////////////////////////////////////////////////
8614c467 2// Name: wx/generic/scrolwin.h
1e6feb95 3// Purpose: wxGenericScrolledWindow class
c801d85f
KB
4// Author: Julian Smart
5// Modified by:
6// Created: 01/02/97
7// RCS-ID: $Id$
371a5b4e 8// Copyright: (c) Julian Smart
65571936 9// Licence: wxWindows licence
c801d85f
KB
10/////////////////////////////////////////////////////////////////////////////
11
8614c467
VZ
12#ifndef _WX_GENERIC_SCROLLWIN_H_
13#define _WX_GENERIC_SCROLLWIN_H_
c801d85f 14
8614c467
VZ
15// ----------------------------------------------------------------------------
16// headers and constants
17// ----------------------------------------------------------------------------
18
c801d85f 19#include "wx/window.h"
053f9cc1 20#include "wx/panel.h"
c801d85f 21
8614c467 22// ----------------------------------------------------------------------------
fa3541bd 23// wxGenericScrolledWindow
8614c467
VZ
24// ----------------------------------------------------------------------------
25
77df51f4 26#endif // _WX_GENERIC_SCROLLWIN_H_
566d84a7 27