]> git.saurik.com Git - wxWidgets.git/commitdiff
Document that wxComboBox::Dismiss() and Popup() generate events.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Jan 2010 11:33:11 +0000 (11:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Jan 2010 11:33:11 +0000 (11:33 +0000)
Currently these functions generate events in both of the existing
implementations (GTK and MSW) so it is simpler to let them to continue to do
it but this must at least be documented as this is probably unexpected by
users.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/combobox.h

index 8baa461c5bd684112fc7e0b28a61f36b86fb9629..ba7bbc3eafeaca6e3895b8639179f3e45f1706fa 100644 (file)
@@ -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();