]> git.saurik.com Git - wxWidgets.git/commit
Don't document private event handlers in doc/view frame classes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 00:35:18 +0000 (00:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 00:35:18 +0000 (00:35 +0000)
commit02f5e7631d2761bef8314a5b8da43d1eaff9da21
tree3ff44398f2bf471c5521ae781c879c211e4b25ae
parentdf1f2558e1669ff827a0ff6d1178017076aef1c5
Don't document private event handlers in doc/view frame classes.

wxDoc[MDI]ParentFrame::OnCloseWindow(), wxDoc[MDI]ChildFrame::OnActivate() and
OnCloseWindow() are all private, don't document them as public. Just mention
that the wxEVT_CLOSE_WINDOW and wxEVT_ACTIVATE should be left for the
processing in the frame classes to let the default handling take place.

Closes #13965.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/docmdi.h
interface/wx/docview.h