X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e7f59ab29c1178495337e920c59e0e345628a6b..1930cbd7689455bff05dc62438b7d49fec6ad04c:/include/wx/window.h?ds=sidebyside diff --git a/include/wx/window.h b/include/wx/window.h index e4f15868b4..9218362735 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -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;