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:
5
Externals/wxWidgets3/include/wx/odcombo.h
vendored
5
Externals/wxWidgets3/include/wx/odcombo.h
vendored
@ -4,7 +4,6 @@
|
||||
// Author: Jaakko Salli
|
||||
// Modified by:
|
||||
// Created: Apr-30-2006
|
||||
// RCS-ID: $Id: odcombo.h 68460 2011-07-30 11:30:08Z VZ $
|
||||
// Copyright: (c) Jaakko Salli
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -355,6 +354,10 @@ protected:
|
||||
// Callback for item width, or -1 for default/undetermined
|
||||
virtual wxCoord OnMeasureItemWidth( size_t item ) const;
|
||||
|
||||
// override base implementation so we can return the size for the
|
||||
// largest item
|
||||
virtual wxSize DoGetBestSize() const;
|
||||
|
||||
// Callback for background drawing. Flags are same as with
|
||||
// OnDrawItem.
|
||||
virtual void OnDrawBackground( wxDC& dc, const wxRect& rect, int item, int flags ) const;
|
||||
|
Reference in New Issue
Block a user