mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
10
Externals/wxWidgets3/include/wx/msw/dialog.h
vendored
10
Externals/wxWidgets3/include/wx/msw/dialog.h
vendored
@ -4,7 +4,7 @@
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created: 01/02/97
|
||||
// RCS-ID: $Id: dialog.h 60559 2009-05-09 12:26:15Z VZ $
|
||||
// RCS-ID: $Id: dialog.h 70511 2012-02-05 14:18:22Z VZ $
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
// this option is always enabled (there doesn't seem to be any good reason to
|
||||
// disable it) for desktop Windows versions but Windows CE dialogs are usually
|
||||
// not resizeable and never show resize gripper anyhow so don't use it there
|
||||
// not resizable and never show resize gripper anyhow so don't use it there
|
||||
#ifdef __WXWINCE__
|
||||
#define wxUSE_DIALOG_SIZEGRIP 0
|
||||
#else
|
||||
@ -92,9 +92,9 @@ public:
|
||||
// override some base class virtuals
|
||||
virtual bool Show(bool show = true);
|
||||
|
||||
virtual void Raise();
|
||||
|
||||
#if wxUSE_DIALOG_SIZEGRIP
|
||||
virtual void SetWindowStyleFlag(long style);
|
||||
#endif // wxUSE_DIALOG_SIZEGRIP
|
||||
|
||||
#ifdef __POCKETPC__
|
||||
// Responds to the OK button in a PocketPC titlebar. This
|
||||
@ -114,7 +114,7 @@ protected:
|
||||
private:
|
||||
#if wxUSE_DIALOG_SIZEGRIP
|
||||
// these functions deal with the gripper window shown in the corner of
|
||||
// resizeable dialogs
|
||||
// resizable dialogs
|
||||
void CreateGripper();
|
||||
void DestroyGripper();
|
||||
void ShowGripper(bool show);
|
||||
|
Reference in New Issue
Block a user