const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxFontPickerWidgetNameStr);
+protected:
void UpdateFont();
void SetNativeFontInfo(const gchar *gtkdescription)
{ m_selectedFont.SetNativeFontInfo(wxString::FromAscii(gtkdescription)); }
- wxWindow *m_topParent;
-
private:
DECLARE_DYNAMIC_CLASS(wxFontButton)
};