]> git.saurik.com Git - wxWidgets.git/commitdiff
fixes #13684
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 22 Nov 2011 07:41:17 +0000 (07:41 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 22 Nov 2011 07:41:17 +0000 (07:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/event.h

index 3d73cbedd6e2a83ab8af79b5cf54436450e70856..6262b8f36363e706f9d050cf4c4abeb35a6e0201 100644 (file)
@@ -3971,6 +3971,10 @@ public:
     size of the window, you may need to clear the DC explicitly and repaint the whole window.
     In which case, you may need to call wxWindow::Refresh to invalidate the entire window.
 
+    @b Important : Sizers ( see @ref overview_sizer ) rely on size events to function
+    correctly. Therefore, in a sizer-based layout, do not forget to call Skip on all
+    size events you catch (and don't catch size events at all when you don't need to).
     @beginEventTable{wxSizeEvent}
     @event{EVT_SIZE(func)}
         Process a @c wxEVT_SIZE event.