]> git.saurik.com Git - wxWidgets.git/commitdiff
Added filename.cpp to .dsp files
authorJulian Smart <julian@anthemion.co.uk>
Tue, 2 Jan 2001 16:42:03 +0000 (16:42 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 2 Jan 2001 16:42:03 +0000 (16:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/document.tex
docs/latex/wx/tevent.tex
src/msw/app.cpp
src/wxvc.dsp
src/wxvc_dll.dsp

index 462d6365b66187f7742f9773534e85f8e5e25926..03b3b82240883aa8ec819002144eaa15f7580935 100644 (file)
@@ -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.
+
index d322a350fbb68d03a8f1bdbe272dcf63bda5fe92..bc3b3607fb4315381b77a37accd8f4e2e149de93 100644 (file)
@@ -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.
index d994f7b343acf060a6ac0e35d68ad2be553ff07c..97db7145272cab692b6f4010f8d1db509283eda1 100644 (file)
@@ -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) )
index 4163c5b268e579f27ff2959775560415b0b46ddf..5f021ea0dcabd198e00b956e5147e91655d1cfd8 100644 (file)
@@ -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
index 1bf6a263c0267340ed912357616e81b3eb47dbf2..fb99dc8041ae7ab43dd70aead80b90c036fc0b26 100644 (file)
@@ -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