X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..bf956fac0e89eab569c41a9f121e728958767de7:/interface/pickerbase.h diff --git a/interface/pickerbase.h b/interface/pickerbase.h index a68e1b7612..94792952fc 100644 --- a/interface/pickerbase.h +++ b/interface/pickerbase.h @@ -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); }; +