/////////////////////////////////////////////////////////////////////////////
// Name: clrpicker.h
-// Purpose: documentation for wxColourPickerCtrl class
+// Purpose: interface of wxColourPickerCtrl
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@category{miscpickers}
@appearance{colourpickerctrl.png}
- @seealso
- wxColourDialog, wxColourPickerEvent
+ @see wxColourDialog, wxColourPickerEvent
*/
class wxColourPickerCtrl : public wxPickerBase
{
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.
*/
};
+
/**
@class wxColourPickerEvent
@wxheader{clrpicker.h}
@library{wxcore}
@category{FIXME}
- @seealso
- wxColourPickerCtrl
+ @see wxColourPickerCtrl
*/
class wxColourPickerEvent : public wxCommandEvent
{
*/
void SetColour(const wxColour& pos);
};
+