wxTopLevelWindows is now a wxWindowList, better compatibility with the old
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Mar 1999 09:43:29 +0000 (09:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Mar 1999 09:43:29 +0000 (09:43 +0000)
commite146b8c8bf449e2264ac3edc6a0228585c619dd1
tree07422ce2f7e3a137b6a3ff93f4e35e883c1cce9a
parent8ffd43c56b793781fde046aa532340b92a0067eb
wxTopLevelWindows is now a wxWindowList, better compatibility with the old
wxList in list.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
22 files changed:
include/wx/gtk/window.h
include/wx/gtk1/window.h
include/wx/list.h
include/wx/motif/window.h
include/wx/msw/window.h
src/common/list.cpp
src/common/utilscmn.cpp
src/gtk/app.cpp
src/gtk/data.cpp
src/gtk/dialog.cpp
src/gtk/frame.cpp
src/gtk/window.cpp
src/gtk1/app.cpp
src/gtk1/data.cpp
src/gtk1/dialog.cpp
src/gtk1/frame.cpp
src/gtk1/window.cpp
src/motif/app.cpp
src/motif/data.cpp
src/motif/utils.cpp
src/msw/app.cpp
src/msw/data.cpp