mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00
Upgrade WX to r74856, mainly to support @2x.
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
// Purpose: generic wxSearchCtrl class
|
||||
// Author: Vince Harron
|
||||
// Created: 2006-02-19
|
||||
// RCS-ID: $Id: srchctlg.h 68911 2011-08-27 12:13:23Z VZ $
|
||||
// Copyright: Vince Harron
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -219,7 +218,7 @@ protected:
|
||||
virtual wxBitmap RenderSearchBitmap( int x, int y, bool renderDrop );
|
||||
virtual wxBitmap RenderCancelBitmap( int x, int y );
|
||||
|
||||
virtual void OnSearchButton( wxCommandEvent& event );
|
||||
void OnCancelButton( wxCommandEvent& event );
|
||||
|
||||
void OnSetFocus( wxFocusEvent& event );
|
||||
void OnSize( wxSizeEvent& event );
|
||||
|
Reference in New Issue
Block a user