// wxGenericFontButton: a button which brings up a wxColourDialog
//-----------------------------------------------------------------------------
-#define wxFONTBTN_DEFAULT_STYLE \
- (wxFNTP_FONTDESC_AS_LABEL | wxFNTP_USEFONT_FOR_LABEL)
-
class WXDLLIMPEXP_CORE wxGenericFontButton : public wxButton,
public wxFontPickerWidgetBase
{
wxGenericFontButton() {}
wxGenericFontButton(wxWindow *parent,
wxWindowID id,
- const wxFont &initial = *wxNORMAL_FONT,
+ const wxFont &initial = wxNullFont,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxFONTBTN_DEFAULT_STYLE,