X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9223c4a579883b53598476e53b233f2a599c79c..1fb08526acab831aacfd4549efd32f84b31a24a5:/interface/wx/defs.h diff --git a/interface/wx/defs.h b/interface/wx/defs.h index 1c7ea5e95d..a66d3b38a9 100644 --- a/interface/wx/defs.h +++ b/interface/wx/defs.h @@ -2,7 +2,6 @@ // Name: wx/defs.h // Purpose: interface of global functions // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -484,6 +483,7 @@ enum wxBorder #define wxMORE 0x00010000 #define wxSETUP 0x00020000 #define wxICON_NONE 0x00040000 +#define wxICON_AUTH_NEEDED 0x00080000 #define wxICON_MASK \ (wxICON_EXCLAMATION|wxICON_HAND|wxICON_QUESTION|wxICON_INFORMATION|wxICON_NONE) @@ -777,7 +777,7 @@ enum wxItemKind /** Normal tool button with a dropdown arrow next to it. Clicking the - dropdown arrow sends a @c wxEVT_COMMAND_TOOL_DROPDOWN_CLICKED event and may + dropdown arrow sends a @c wxEVT_TOOL_DROPDOWN event and may also display the menu previously associated with the item with wxToolBar::SetDropdownMenu(). Currently this type of tools is supported under MSW and GTK.