added WM_UPDATEUISTATE and related stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -560,6 +560,21 @@ typedef struct {
|
|||||||
#define VK_OEM_PERIOD 0xBE
|
#define VK_OEM_PERIOD 0xBE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef WM_UPDATEUISTATE
|
||||||
|
#define WM_UPDATEUISTATE 0x128
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef UIS_INITIALIZE
|
||||||
|
#define UIS_INITIALIZE 3
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef UISF_HIDEFOCUS
|
||||||
|
#define UISF_HIDEFOCUS 1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef UISF_HIDEACCEL
|
||||||
|
#define UISF_HIDEACCEL 2
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_MISSING_H_
|
// _WX_MISSING_H_
|
||||||
|
Reference in New Issue
Block a user