]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/srchctrl.h
add default parameters for width and style parameters of FindOrCreatePen() for consis...
[wxWidgets.git] / interface / srchctrl.h
index 9990bd775c345f7107d85e488479f8c267e75588..d526fe46b8440b24e0e58b5e325049a208ee057e 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        srchctrl.h
-// Purpose:     documentation for wxSearchCtrl class
+// Purpose:     interface of wxSearchCtrl
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -43,8 +43,7 @@
     @library{wxcore}
     @category{FIXME}
 
-    @seealso
-    wxTextCtrl::Create, wxValidator
+    @see wxTextCtrl::Create, wxValidator
 */
 class wxSearchCtrl : public wxTextCtrl
 {
@@ -52,7 +51,7 @@ public:
     //@{
     /**
         Constructor, creating and showing a text control.
-        
+
         @param parent
             Parent window. Should not be @NULL.
         @param id
@@ -69,7 +68,7 @@ public:
             Window validator.
         @param name
             Window name.
-        
+
         @see wxTextCtrl::Create, wxValidator
     */
     wxSearchCtrl();
@@ -106,7 +105,7 @@ public:
         Sets the search control's menu object.  If there is already a menu associated
         with
         the search control it is deleted.
-        
+
         @param menu
             Menu to attach to the search control.
     */
@@ -126,3 +125,4 @@ public:
     */
     virtual void ShowSearchButton(bool show);
 };
+