X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e7f59ab29c1178495337e920c59e0e345628a6b..18923e360c44744dcf7e4f2be7fbae3c447a939a:/include/wx/window.h 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;