mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-13 01:29:11 +01:00
775dc8a9c0
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4 8ced0084-cf51-0410-be5f-012b33b47a6e
28 lines
992 B
C
28 lines
992 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/generic/scrolwin.h
|
|
// Purpose: wxGenericScrolledWindow class
|
|
// Author: Julian Smart
|
|
// Modified by:
|
|
// Created: 01/02/97
|
|
// RCS-ID: $Id: scrolwin.h 35875 2005-10-10 18:24:27Z VZ $
|
|
// 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_
|
|
|