X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de1ac181f2e0ff39eedd06ce04d0d44636433b46..dc73d7f5d468881a9cbb71f1a234f364ff52ceaa:/interface/wx/busyinfo.h diff --git a/interface/wx/busyinfo.h b/interface/wx/busyinfo.h index 287f8371e6..3f1aa1acfa 100644 --- a/interface/wx/busyinfo.h +++ b/interface/wx/busyinfo.h @@ -3,7 +3,7 @@ // Purpose: interface of wxBusyInfo // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -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} */