]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/fontpicker.h
adjust so that mono bitmaps don't get an alpha channel
[wxWidgets.git] / include / wx / gtk / fontpicker.h
index 8c97e936be1f09589311e4ceb88d96ec3c59faca..200615fcff12eec0d7be91ca39aecb9aaeb95304 100644 (file)
@@ -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)
 };