]> git.saurik.com Git - wxWidgets.git/commitdiff
Document wxWindow::Close() return value.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 22 Jul 2012 09:21:34 +0000 (09:21 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 22 Jul 2012 09:21:34 +0000 (09:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/window.h

index 1714c26cec0baaa2187da986a1d2d97d0f300044..6a7da5a9e566908ad3207468d9f237384b06b2d8 100644 (file)
@@ -2788,6 +2788,8 @@ public:
             @false if the window's close handler should be able to veto the destruction
             of this window, @true if it cannot.
 
+        @return @true if the even was handled and not vetoed, @false otherwise.
+
         @remarks Close calls the close handler for the window, providing an
                  opportunity for the window to choose whether to destroy
                  the window. Usually it is only used with the top level