]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/busyinfo.h
Fix doxygen warnings.
[wxWidgets.git] / interface / wx / busyinfo.h
index 287f8371e6a38ad8e847fb235dadf1e046023634..0953d49f9d77107ad973bba3a7a52c5158b0d16d 100644 (file)
@@ -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}
 */