mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
10
Externals/wxWidgets3/include/wx/srchctrl.h
vendored
10
Externals/wxWidgets3/include/wx/srchctrl.h
vendored
@ -3,7 +3,7 @@
|
||||
// Purpose: wxSearchCtrlBase class
|
||||
// Author: Vince Harron
|
||||
// Created: 2006-02-18
|
||||
// RCS-ID: $Id: srchctrl.h 67254 2011-03-20 00:14:35Z DS $
|
||||
// RCS-ID: $Id: srchctrl.h 68911 2011-08-27 12:13:23Z VZ $
|
||||
// Copyright: (c) Vince Harron
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -26,8 +26,12 @@
|
||||
// no native version, use the generic one
|
||||
#define wxUSE_NATIVE_SEARCH_CONTROL 0
|
||||
|
||||
class WXDLLIMPEXP_CORE wxSearchCtrlBaseBaseClass : public wxControl,
|
||||
public wxTextCtrlIface
|
||||
#include "wx/compositewin.h"
|
||||
#include "wx/containr.h"
|
||||
|
||||
class WXDLLIMPEXP_CORE wxSearchCtrlBaseBaseClass
|
||||
: public wxCompositeWindow< wxNavigationEnabled<wxControl> >,
|
||||
public wxTextCtrlIface
|
||||
{
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user