\membersection{wxDocument::UpdateAllViews}\label{wxdocumentupdateallviews}
-\func{void}{UpdateAllViews}{\param{wxView* }{sender = NULL}}
+\func{void}{UpdateAllViews}{\param{wxView* }{sender = NULL}, \param{wxObject*}{ hint = NULL}}
Updates all views. If {\it sender} is non-NULL, does not update this view.
+{\it hint} represents optional information to allow a view to optimize its update.
+
An event table is placed in an implementation file to tell wxWindows how to map
events to member functions. These member functions are not virtual functions, but
-they all similar in form: they take a single wxEvent-derived argument, and have a void return
+they are all similar in form: they take a single wxEvent-derived argument, and have a void return
type.
Here's an example of an event table.
// Try translations first; find the youngest window with
// a translation table.
wxWindow *wnd;
+
for ( wnd = wndThis; wnd; wnd = wnd->GetParent() )
{
if ( wnd->MSWTranslateMessage(wxmsg) )
# End Source File
# Begin Source File
+SOURCE=.\common\filename.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\common\filesys.cpp
# End Source File
# Begin Source File
# End Source File
# Begin Source File
+SOURCE=.\common\filename.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\common\filesys.cpp
# End Source File
# Begin Source File