renamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW() to avoid conflicts with
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Sep 2005 14:36:02 +0000 (14:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Sep 2005 14:36:02 +0000 (14:36 +0000)
commitf58585c091f6ee8e29939ba463d82a5cd96d53a9
tree2e2019a1a772a90a1df17bfe03f26946db439849
parented05b5c6e1e04950f6cfaa1900567bffe64d9be3
renamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW() to avoid conflicts with
DoCreate()s in derived classes and removed DoDestroy() entirely because there
was really no advantage in having it (it can't be called fom base class dtor)

also made XmDoCreateTLW() pure virtual which required changing
IMPLEMENT_DYNAMIC_CLASS into IMPLEMENT_ABSTRACT_CLASS for wxTopLevelWindow in
common code but this made sense anyhow because wxTLW should be an ABC anyhow

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