/////////////////////////////////////////////////////////////////////////////
// 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
{
};
+
/**
@class wxColourPickerEvent
@wxheader{clrpicker.h}
@library{wxcore}
@category{FIXME}
- @seealso
- wxColourPickerCtrl
+ @see wxColourPickerCtrl
*/
class wxColourPickerEvent : public wxCommandEvent
{
*/
void SetColour(const wxColour& pos);
};
+