From: Julian Smart Date: Tue, 2 Jan 2001 16:42:03 +0000 (+0000) Subject: Added filename.cpp to .dsp files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/42bcb12b405f19915ed009f6aa323d0e48cd89f6 Added filename.cpp to .dsp files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/document.tex b/docs/latex/wx/document.tex index 462d6365b6..03b3b82240 100644 --- a/docs/latex/wx/document.tex +++ b/docs/latex/wx/document.tex @@ -352,7 +352,9 @@ the filename. \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. + diff --git a/docs/latex/wx/tevent.tex b/docs/latex/wx/tevent.tex index d322a350fb..bc3b3607fb 100644 --- a/docs/latex/wx/tevent.tex +++ b/docs/latex/wx/tevent.tex @@ -12,7 +12,7 @@ From wxWindows 2.0, {\it event tables} are used instead, with a few exceptions. 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. diff --git a/src/msw/app.cpp b/src/msw/app.cpp index d994f7b343..97db714527 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -1035,6 +1035,7 @@ bool wxApp::ProcessMessage(WXMSG *wxmsg) // Try translations first; find the youngest window with // a translation table. wxWindow *wnd; + for ( wnd = wndThis; wnd; wnd = wnd->GetParent() ) { if ( wnd->MSWTranslateMessage(wxmsg) ) diff --git a/src/wxvc.dsp b/src/wxvc.dsp index 4163c5b268..5f021ea0dc 100644 --- a/src/wxvc.dsp +++ b/src/wxvc.dsp @@ -204,6 +204,10 @@ SOURCE=.\common\filefn.cpp # 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 diff --git a/src/wxvc_dll.dsp b/src/wxvc_dll.dsp index 1bf6a263c0..fb99dc8041 100644 --- a/src/wxvc_dll.dsp +++ b/src/wxvc_dll.dsp @@ -211,6 +211,10 @@ SOURCE=.\common\filefn.cpp # 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