mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Upgrade WX to r74856, mainly to support @2x.
This commit is contained in:
7
Externals/wxWidgets3/include/wx/ctrlsub.h
vendored
7
Externals/wxWidgets3/include/wx/ctrlsub.h
vendored
@ -4,7 +4,6 @@
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
// Created: 22.10.99
|
||||
// RCS-ID: $Id: ctrlsub.h 68460 2011-07-30 11:30:08Z VZ $
|
||||
// Copyright: (c) wxWidgets team
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -441,6 +440,12 @@ public:
|
||||
// colour
|
||||
virtual bool ShouldInheritColours() const { return false; }
|
||||
|
||||
|
||||
// Implementation only from now on.
|
||||
|
||||
// Generate an event of the given type for the selection change.
|
||||
void SendSelectionChangedEvent(wxEventType eventType);
|
||||
|
||||
protected:
|
||||
// fill in the client object or data field of the event as appropriate
|
||||
//
|
||||
|
Reference in New Issue
Block a user