]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/font.h
Use WM_INITMENUPOPUP
[wxWidgets.git] / include / wx / os2 / font.h
index a306601251fd6a24aa8b9d57a4cdd1eab4cc6c5e..53dcf28490837a5090b5ecbe6b1c07229914b6cf 100644 (file)
@@ -102,7 +102,6 @@ public:
     virtual void SetFaceName(const wxString& rsFaceName);
     virtual void SetUnderlined(bool bUnderlined);
     virtual void SetEncoding(wxFontEncoding vEncoding);
-    virtual void SetNativeFontInfo(const wxNativeFontInfo& rInfo);
 
     //
     // For internal use only!
@@ -121,7 +120,10 @@ public:
     virtual bool     FreeResource(bool bForce = FALSE);
 
     WXHFONT GetHFONT(void) const;
+
 protected:
+    virtual void DoSetNativeFontInfo(const wxNativeFontInfo& rInfo);
+
     //
     // Common part of all ctors
     //