X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75504144d2ee5ce2bc62d186f04b2d445c2048c5..cfdcbf660d8e7fa6d68bf9559fef3153c8e558e7:/interface/wx/window.h?ds=inline diff --git a/interface/wx/window.h b/interface/wx/window.h index 0335e85abe..63b2703191 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -2099,6 +2099,12 @@ public: /** Raises the window to the top of the window hierarchy (Z-order). + Notice that this function only requests the window manager to raise + this window to the top of Z-order. Depending on its configuration, the + window manager may raise the window, not do it at all or indicate that + a window requested to be raised in some other way, e.g. by flashing its + icon if it is minimized. + @remarks This function only works for wxTopLevelWindow-derived classes.