X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..cfa9866bf53da1fc565ec4b216069bcecf7c2905:/interface/clrpicker.h diff --git a/interface/clrpicker.h b/interface/clrpicker.h index ba82dfa0cd..387f99d1ab 100644 --- a/interface/clrpicker.h +++ b/interface/clrpicker.h @@ -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); }; +