]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
Allow using wxGraphicsContext with MinGW if gdiplus.h is available.
[wxWidgets.git] / include / wx / window.h
index e4f15868b4b211dd61322ad10d84d0c347141ffb..9218362735bf52068b2cfa78def8497e516bfbb9 100644 (file)
@@ -1736,6 +1736,8 @@ private:
     // explicitly disabled with SetAutoLayout(false)
     void InternalOnSize(wxSizeEvent& event);
 
+    // base for dialog unit conversion, i.e. average character size
+    wxSize GetDlgUnitBase() const;
 
     // the stack of windows which have captured the mouse
     static struct WXDLLIMPEXP_FWD_CORE wxWindowNext *ms_winCaptureNext;