X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de1ac181f2e0ff39eedd06ce04d0d44636433b46..2ac06991a797c3a97e47f1f1f3ca313e17c78a10:/interface/wx/busyinfo.h?ds=sidebyside diff --git a/interface/wx/busyinfo.h b/interface/wx/busyinfo.h index 287f8371e6..3600c987ad 100644 --- a/interface/wx/busyinfo.h +++ b/interface/wx/busyinfo.h @@ -48,6 +48,9 @@ wxApp::Yield for more details). The simplest way to do it is to use wxWindowDisabler class as illustrated in the above example. + Note that a wxBusyInfo is always built with the @c wxSTAY_ON_TOP window style + (see wxFrame window styles for more info). + @library{wxcore} @category{cmndlg} */