mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
8
Externals/wxWidgets3/include/wx/tglbtn.h
vendored
8
Externals/wxWidgets3/include/wx/tglbtn.h
vendored
@ -5,7 +5,7 @@
|
||||
// Author: John Norris, minor changes by Axel Schlueter
|
||||
// Modified by:
|
||||
// Created: 08.02.01
|
||||
// RCS-ID: $Id: tglbtn.h 66992 2011-02-22 13:25:30Z VZ $
|
||||
// RCS-ID: $Id: tglbtn.h 70345 2012-01-15 01:05:28Z VZ $
|
||||
// Copyright: (c) 2000 Johnny C. Norris II
|
||||
// Licence: wxWindows Licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -18,7 +18,7 @@
|
||||
#if wxUSE_TOGGLEBTN
|
||||
|
||||
#include "wx/event.h"
|
||||
#include "wx/control.h" // base class
|
||||
#include "wx/anybutton.h" // base class
|
||||
|
||||
extern WXDLLIMPEXP_DATA_CORE(const char) wxCheckBoxNameStr[];
|
||||
|
||||
@ -28,7 +28,7 @@ wxDECLARE_EXPORTED_EVENT( WXDLLIMPEXP_CORE, wxEVT_COMMAND_TOGGLEBUTTON_CLICKED,
|
||||
// wxToggleButtonBase
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLIMPEXP_CORE wxToggleButtonBase : public wxControl
|
||||
class WXDLLIMPEXP_CORE wxToggleButtonBase : public wxAnyButton
|
||||
{
|
||||
public:
|
||||
wxToggleButtonBase() { }
|
||||
@ -89,8 +89,6 @@ protected:
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/tglbtn.h"
|
||||
#define wxHAS_BITMAPTOGGLEBUTTON
|
||||
#elif defined(__WXPALMOS__)
|
||||
#include "wx/palmos/tglbtn.h"
|
||||
#elif defined(__WXPM__)
|
||||
#include "wx/os2/tglbtn.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user