X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa767a452107db3fcc5773a8955927b059ccf945..c3c62822fdda9d340179dec663a806e905882cc9:/include/wx/msw/window.h?ds=sidebyside diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index 0a3600676c..cd55625acd 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -433,6 +433,14 @@ public: // check if a native double-buffering applies for this window virtual bool IsDoubleBuffered() const; + // this allows you to implement standard control borders without + // repeating the code in different classes that are not derived from + // wxControl + virtual wxBorder GetDefaultBorderForControl() const; + + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const; + // synthesize a wxEVT_LEAVE_WINDOW event and set m_mouseInWindow to false void GenerateMouseLeave();