]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/clrpicker.h
revision contributed by Utensil Candel
[wxWidgets.git] / interface / clrpicker.h
index ba82dfa0cd0b6d5392a5dcc7f51d0ede1544805e..387f99d1ab446605efbb6f19a781187e287d4b4c 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        clrpicker.h
-// Purpose:     documentation for wxColourPickerCtrl class
+// Purpose:     interface of wxColourPickerCtrl
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -35,8 +35,7 @@
     @category{miscpickers}
     @appearance{colourpickerctrl.png}
 
-    @seealso
-    wxColourDialog, wxColourPickerEvent
+    @see wxColourDialog, wxColourPickerEvent
 */
 class wxColourPickerCtrl : public wxPickerBase
 {
@@ -70,7 +69,7 @@ public:
             Validator which can be used for additional date checks.
         @param name
             Control name.
-        
+
         @returns @true if the control was successfully created or @false if
                  creation failed.
     */
@@ -97,6 +96,7 @@ public:
 };
 
 
+
 /**
     @class wxColourPickerEvent
     @wxheader{clrpicker.h}
@@ -107,8 +107,7 @@ public:
     @library{wxcore}
     @category{FIXME}
 
-    @seealso
-    wxColourPickerCtrl
+    @see wxColourPickerCtrl
 */
 class wxColourPickerEvent : public wxCommandEvent
 {
@@ -129,3 +128,4 @@ public:
     */
     void SetColour(const wxColour& pos);
 };
+