]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/srchctlg.h
Move include/wx/osx/private/objcid.h to include/wx/osx/core.
[wxWidgets.git] / include / wx / generic / srchctlg.h
index d71fdcc3ae5cd6279dae5071d49a4332358359a4..0d1fc5b539282de3e884c6635ffc9c33cd14998b 100644 (file)
@@ -191,6 +191,7 @@ public:
 
     // wxWindow overrides
     virtual bool SetFont(const wxFont& font);
+    virtual bool SetBackgroundColour(const wxColour& colour);
 
     // search control generic only
     void SetSearchBitmap( const wxBitmap& bitmap );
@@ -202,7 +203,6 @@ public:
 protected:
     virtual void DoSetValue(const wxString& value, int flags);
     virtual wxString DoGetValue() const;
-    virtual void SetValue(const wxString& value);
 
     virtual bool DoLoadFile(const wxString& file, int fileType);
     virtual bool DoSaveFile(const wxString& file, int fileType);
@@ -236,6 +236,9 @@ protected:
 private:
     friend class wxSearchButton;
 
+    // Implement pure virtual function inherited from wxCompositeWindow.
+    virtual wxWindowList GetCompositeWindowParts() const;
+
 #if wxUSE_MENUS
     void PopupSearchMenu();
 #endif // wxUSE_MENUS