diff --git a/interface/wx/window.h b/interface/wx/window.h index 7fe353a519..ec0e9b048e 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -3789,6 +3789,8 @@ wxWindow* wxGetActiveWindow(); Returns the first top level parent of the given window, or in other words, the frame or dialog containing it, or @NULL. + Notice that if @a window is itself already a TLW, it is returned directly. + @header{wx/window.h} */ wxWindow* wxGetTopLevelParent(wxWindow* window);