]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combo.h
Suppress VC6 warnings about non-DLL-exported class for wxScrolled.
[wxWidgets.git] / include / wx / combo.h
index 9a9ed7883bcb4c4126e5f9387c27722d77bef857..c3699fae7c1bad0157f4e1fcf40d9e29481f961f 100644 (file)
@@ -158,7 +158,7 @@ public:
 
     // show/hide popup window
     virtual void ShowPopup();
-    virtual void HidePopup();
+    virtual void HidePopup(bool generateEvent=false);
 
     // Override for totally custom combo action
     virtual void OnButtonClick();
@@ -310,10 +310,10 @@ public:
     // Platform-specific default can be set with value-1.
     // Remarks
     // * This method may do nothing on some native implementations.
-    wxDEPRECTED( void SetTextIndent( int indent ) );
+    wxDEPRECATED( void SetTextIndent( int indent ) );
 
     // Returns actual indentation in pixels.
-    wxDEPRECTED( wxCoord GetTextIndent() const );
+    wxDEPRECATED( wxCoord GetTextIndent() const );
 #endif
 
     // Returns area covered by the text field.
@@ -403,7 +403,7 @@ public:
     bool IsCreated() const { return m_iFlags & wxCC_IFLAG_CREATED ? true : false; }
 
     // common code to be called on popup hide/dismiss
-    void OnPopupDismiss();
+    void OnPopupDismiss(bool generateEvent);
 
     // PopupShown states
     enum