]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/srchctrl.h
few other fixes for wxChar => wxString
[wxWidgets.git] / interface / wx / srchctrl.h
index cc5f820b821c59c0ca36a3b92f1613f1f60a352c..eec053b845153e3915a7408491649a43915b83e6 100644 (file)
@@ -52,6 +52,7 @@
 
     @library{wxcore}
     @category{ctrl}
+    @appearance{searchctrl.png}
 
     @see wxTextCtrl::Create, wxValidator
 */
@@ -86,7 +87,7 @@ public:
         @see wxTextCtrl::Create, wxValidator
     */
     wxSearchCtrl(wxWindow* parent, wxWindowID id,
-                 const wxString& value = "",
+                 const wxString& value = wxEmptyString,
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = 0,