Added wx.GetTopLevelWindows() function which returns a copy of the

list of top-level windows that currently exist in the application.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-06 04:15:36 +00:00
parent b508ae3a7a
commit 791fbf3481
2 changed files with 16 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ affecting the label.
wxMSW: Fixed missing EVT_RIGHT_DOWN and EVT_TREE_ITEM_RIGHT_CLICK
events in a wx.TreeCtrl.
Added wx.GetTopLevelWindows() function which returns a copy of the
list of top-level windows that currently exist in the application.