]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/defs.h
Fix lots of warnings reported by Clang.
[wxWidgets.git] / interface / wx / defs.h
index 1c7ea5e95d108601aab32ab248523f0356de27fc..1f4bcd6bbb6decbae21c12ed27170e23b4599720 100644 (file)
@@ -484,6 +484,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 +778,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.