clarify how top-level windows are used by wxApp (fixes #9448)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-11-22 13:12:32 +00:00
parent 5b86c331ec
commit afc31d8ad8
2 changed files with 14 additions and 6 deletions

View File

@@ -42,6 +42,9 @@ enum
directly, but all of its methods are also applicable for the two classes
above.
Note that the instances of wxTopLevelWindow are managed by wxWidgets in the
internal top level window list.
@library{wxcore}
@category{managedwnd}