X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec376c8fd9ff813392030426acd2317c6fa6527e..7d90da2b4c677a3a1eeaab1b5991566a5d515368:/include/wx/gtk/fontpicker.h?ds=sidebyside diff --git a/include/wx/gtk/fontpicker.h b/include/wx/gtk/fontpicker.h index 8c97e936be..200615fcff 100644 --- a/include/wx/gtk/fontpicker.h +++ b/include/wx/gtk/fontpicker.h @@ -51,6 +51,7 @@ public: // overrides const wxValidator& validator = wxDefaultValidator, const wxString& name = wxFontPickerWidgetNameStr); +protected: void UpdateFont(); @@ -59,8 +60,6 @@ public: // used by the GTK callback only void SetNativeFontInfo(const gchar *gtkdescription) { m_selectedFont.SetNativeFontInfo(wxString::FromAscii(gtkdescription)); } - wxWindow *m_topParent; - private: DECLARE_DYNAMIC_CLASS(wxFontButton) };