X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de1ac181f2e0ff39eedd06ce04d0d44636433b46..5ea01cd497516b0a677f6754883054f0ae20211d:/interface/wx/busyinfo.h diff --git a/interface/wx/busyinfo.h b/interface/wx/busyinfo.h index 287f8371e6..0953d49f9d 100644 --- a/interface/wx/busyinfo.h +++ b/interface/wx/busyinfo.h @@ -2,8 +2,7 @@ // Name: busyinfo.h // Purpose: interface of wxBusyInfo // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -48,6 +47,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} */