X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5eea1681a6250a2cd0d3f5a6c6aa8f3df824acb6..ca282726be518ce2f214b890dbaafce736f14e36:/interface/wx/window.h diff --git a/interface/wx/window.h b/interface/wx/window.h index ceada1baa7..f7d3a31938 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -385,6 +385,8 @@ public: Returns @true if the window (or in case of composite controls, its main child window) has focus. + @since 2.9.0 + @see FindFocus() */ virtual bool HasFocus() const; @@ -3547,6 +3549,11 @@ protected: GetBestSize() returns an arbitrary hardcoded size for the window, so you must override it when implementing a custom window class. + Notice that the best size returned by this function is cached + internally, so if anything that results in the best size changing (e.g. + change to the control contents) happens, you need to call + InvalidateBestSize() to notify wxWidgets about it. + @see @ref overview_windowsizing @since 2.9.0