mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Upgrade WX to r74856, mainly to support @2x.
This commit is contained in:
7
Externals/wxWidgets3/include/wx/statbox.h
vendored
7
Externals/wxWidgets3/include/wx/statbox.h
vendored
@ -5,7 +5,6 @@
|
||||
// Modified by:
|
||||
// Created:
|
||||
// Copyright: (c) Julian Smart
|
||||
// RCS-ID: $Id: statbox.h 67280 2011-03-22 14:17:38Z DS $
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@ -17,6 +16,7 @@
|
||||
#if wxUSE_STATBOX
|
||||
|
||||
#include "wx/control.h"
|
||||
#include "wx/containr.h"
|
||||
|
||||
extern WXDLLIMPEXP_DATA_CORE(const char) wxStaticBoxNameStr[];
|
||||
|
||||
@ -24,13 +24,12 @@ extern WXDLLIMPEXP_DATA_CORE(const char) wxStaticBoxNameStr[];
|
||||
// wxStaticBox: a grouping box with a label
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLIMPEXP_CORE wxStaticBoxBase : public wxControl
|
||||
class WXDLLIMPEXP_CORE wxStaticBoxBase : public wxNavigationEnabled<wxControl>
|
||||
{
|
||||
public:
|
||||
wxStaticBoxBase() { }
|
||||
wxStaticBoxBase();
|
||||
|
||||
// overridden base class virtuals
|
||||
virtual bool AcceptsFocus() const { return false; }
|
||||
virtual bool HasTransparentBackground() { return true; }
|
||||
|
||||
// implementation only: this is used by wxStaticBoxSizer to account for the
|
||||
|
Reference in New Issue
Block a user