]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/combobox.h
implement * and / operators for wxPoint, not only wxSize.
[wxWidgets.git] / 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();