]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/busyinfo.h
Add documentation of emitted events to wxScrolled documentation.
[wxWidgets.git] / interface / wx / busyinfo.h
index 287f8371e6a38ad8e847fb235dadf1e046023634..3f1aa1acfa9e1898342be5accb54727075072776 100644 (file)
@@ -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}
 */