d32e78bd42
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
28 lines
922 B
C
28 lines
922 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/generic/scrolwin.h
|
|
// Purpose: wxGenericScrolledWindow class
|
|
// Author: Julian Smart
|
|
// Modified by:
|
|
// Created: 01/02/97
|
|
// RCS-ID: $Id$
|
|
// Copyright: (c) Julian Smart
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _WX_GENERIC_SCROLLWIN_H_
|
|
#define _WX_GENERIC_SCROLLWIN_H_
|
|
|
|
// ----------------------------------------------------------------------------
|
|
// headers and constants
|
|
// ----------------------------------------------------------------------------
|
|
|
|
#include "wx/window.h"
|
|
#include "wx/panel.h"
|
|
|
|
// ----------------------------------------------------------------------------
|
|
// wxGenericScrolledWindow
|
|
// ----------------------------------------------------------------------------
|
|
|
|
#endif // _WX_GENERIC_SCROLLWIN_H_
|
|
|