#define _WX_FONTPICKER_H_
#include "wx/button.h"
-
-class WXDLLIMPEXP_CORE wxFontData;
+#include "wx/cmndata.h"
//-----------------------------------------------------------------------------
// wxGenericFontButton: a button which brings up a wxColourDialog
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,