]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/font.h
added cw6 fixes and patrick's patches
[wxWidgets.git] / include / wx / msw / font.h
index 1ab10844bcae8729daa80af7e047a544236a5878..f7c564b1e90ac25632a5f183ef36d6fad8ec29ec 100644 (file)
@@ -78,6 +78,11 @@ public:
     virtual bool RealizeResource();
     virtual WXHANDLE GetResourceHandle();
     virtual bool FreeResource(bool force = FALSE);
+
+    // for consistency with other wxMSW classes and to have a const
+    // GetResourceHandle()-like function we have a synonym for it
+    WXHFONT GetHFONT() const;
+
     /*
        virtual bool UseResource();
        virtual bool ReleaseResource();