/////////////////////////////////////////////////////////////////////////////
// Name: pickerbase.h
-// Purpose: documentation for wxPickerBase class
+// Purpose: interface of wxPickerBase
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{FIXME}
- @seealso
- wxColourPickerCtrl
+ @see wxColourPickerCtrl
*/
class wxPickerBase : public wxControl
{
*/
void SetTextCtrlProportion(int prop);
};
+