/////////////////////////////////////////////////////////////////////////////
// Name: fontpicker.h
-// Purpose: documentation for wxFontPickerCtrl class
+// Purpose: interface of wxFontPickerCtrl
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@category{miscpickers}
@appearance{fontpickerctrl.png}
- @seealso
- wxFontDialog, wxFontPickerEvent
+ @see wxFontDialog, wxFontPickerEvent
*/
class wxFontPickerCtrl : 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 wxFontPickerEvent
@wxheader{fontpicker.h}
@library{wxcore}
@category{FIXME}
- @seealso
- wxFontPickerCtrl
+ @see wxFontPickerCtrl
*/
class wxFontPickerEvent : public wxCommandEvent
{
*/
void SetFont(const wxFont& f);
};
+