Added filename.cpp to .dsp files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user