git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2011-11-22 07:41:17 +00:00
parent 05df54d745
commit b0162e3274

View File

@ -3971,6 +3971,10 @@ public:
size of the window, you may need to clear the DC explicitly and repaint the whole window. 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. 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} @beginEventTable{wxSizeEvent}
@event{EVT_SIZE(func)} @event{EVT_SIZE(func)}
Process a @c wxEVT_SIZE event. Process a @c wxEVT_SIZE event.