]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/combobox.h
Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
[wxWidgets.git] / interface / wx / combobox.h
index 93e7f3eee7a4266a494064127c01d3a60a57bdab..1cdc7125aa54b1acd81bdc923767976953607b01 100644 (file)
@@ -63,7 +63,8 @@
            Process a wxEVT_COMMAND_COMBOBOX_CLOSEUP event, which is generated
            when the list box of the combo box disappears (closes up). This
            event is only generated for the same platforms as
-           wxEVT_COMMAND_COMBOBOX_DROPDOWN above.
+           wxEVT_COMMAND_COMBOBOX_DROPDOWN above. Also note that only wxMSW
+           supports adding or deleting items in this event.
     @endEventTable
 
     @library{wxcore}