]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/evthand.tex
* wxStream fixes (integer/line parsing).
[wxWidgets.git] / docs / latex / wx / evthand.tex
index eff1e2aeeb0dbc1223074e4fef036a525e479464..8f5c7a95672d7a046f6d5edd2ac38ccd3dd7365c 100644 (file)
@@ -8,6 +8,10 @@ this class.
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/event.h>
+
 \wxheading{See also}
 
 \overview{Event handling overview}{eventhandlingoverview}
@@ -237,8 +241,7 @@ Sets user-supplied client data.
 Normally, any extra data the programmer wishes
 to associate with the object should be made available by deriving a new class
 with new data members.
-
-TODO: make this void*, char* only in compatibility mode.
+%TODO: make this void*, char* only in compatibility mode.
 
 \wxheading{See also}