]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/combo.h
Only show the default close button in wxInfoBar if there are no others.
[wxWidgets.git] / interface / wx / combo.h
index 38ef1f93425111630291330c3474968993ac610d..25e1ef7756a92284afd855935f8852d8fc4c2c1c 100644 (file)
@@ -310,6 +310,7 @@ struct wxComboCtrlFeatures
     @event{EVT_COMBOX_CLOSEUP(id, func)}
            Process a wxEVT_COMMAND_COMBOBOX_CLOSEUP event, which is generated
            when the popup window of the combo control disappears (closes up).
+           You should avoid adding or deleting items in this event.
     @endEventTable
 
     @library{wxbase}