]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/pickerbase.h
move all appearace-related methods down to wxCalendarCtrlBase from wxGenericCalendarCtrl
[wxWidgets.git] / interface / pickerbase.h
index a68e1b7612119b2fc6a9975f6fe9b4b92ecda546..94792952fcbb11d26c9bdf8454884895e14ab2aa 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        pickerbase.h
-// Purpose:     documentation for wxPickerBase class
+// Purpose:     interface of wxPickerBase
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -28,8 +28,7 @@
     @library{wxcore}
     @category{FIXME}
 
-    @seealso
-    wxColourPickerCtrl
+    @see wxColourPickerCtrl
 */
 class wxPickerBase : public wxControl
 {
@@ -107,3 +106,4 @@ public:
     */
     void SetTextCtrlProportion(int prop);
 };
+