X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1d1f8175d3f71a4f021ffa8d255f80a05eaffd0..525b29124a9b69837c1d7973d44da21d2da28ea1:/interface/wx/combobox.h diff --git a/interface/wx/combobox.h b/interface/wx/combobox.h index 8baa461c5b..ba7bbc3eaf 100644 --- a/interface/wx/combobox.h +++ b/interface/wx/combobox.h @@ -249,6 +249,9 @@ public: Currently only implemented in wxMSW and wxGTK. + Notice that calling this function will generate a + wxEVT_COMMAND_COMBOBOX_DROPDOWN event. + @since 2.9.1 */ virtual void Popup(); @@ -258,6 +261,9 @@ public: Currently only implemented in wxMSW and wxGTK. + Notice that calling this function will generate a + wxEVT_COMMAND_COMBOBOX_CLOSEUP event. + @since 2.9.1 */ virtual void Dismiss();