re-renamed DoCreate() to XmDoCreateTLW() to avoid virtual function hiding in other...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Sep 2005 20:29:58 +0000 (20:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Sep 2005 20:29:58 +0000 (20:29 +0000)
commit02bcd285fac7124a41292d905609220005f51087
tree3c26a4f4c7858e6f2562ac10962b88ec7809710f
parent48f625bc2ce81132a2a8c2d7c524a03f1b7196e5
re-renamed DoCreate() to XmDoCreateTLW() to avoid virtual function hiding in other classes with their own DoCreate() and re-removed DoDestroy()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/motif/dialog.h
include/wx/motif/frame.h
include/wx/motif/toplevel.h
src/motif/dialog.cpp
src/motif/frame.cpp
src/motif/toplevel.cpp