diff options
Diffstat (limited to 'lib/wx/include/wx.hrl')
-rw-r--r-- | lib/wx/include/wx.hrl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/wx/include/wx.hrl b/lib/wx/include/wx.hrl index 02669d24de..fc5dbcff9d 100644 --- a/lib/wx/include/wx.hrl +++ b/lib/wx/include/wx.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2020. All Rights Reserved. +%% Copyright Ericsson AB 2008-2021. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. @@ -626,6 +626,9 @@ %%% From class wxNotebook -define(wxNotebook_NO_IMAGE, -1). %%% From class wxNotebook +%%% From class wxNotificationMessage +-define(wxNotificationMessage_Timeout_Auto, -1). +-define(wxNotificationMessage_Timeout_Never, 0). %%% From class wxStaticBitmap::ScaleMode -define(wxStaticBitmap_Scale_None, 0). -define(wxStaticBitmap_Scale_Fill, 1). |