]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0003.txt
Added DECLARE_LOCAL_EVENT_TYPE which doesn't use WXDLLEXPORT. This is
[wxWidgets.git] / docs / tech / tn0003.txt
index 7aab63066fc2a539f2fd3f12ff61381e0c72cfec..13d9367301eb3032f35bb4c68450975829e3ef0a 100644 (file)
@@ -45,10 +45,20 @@ For Word RTF:
 
   tex2rtf manual.tex manual.rtf -rtf -twice
 
 
   tex2rtf manual.tex manual.rtf -rtf -twice
 
+If you wish to have a GUI display show the status of what is happening
+as the conversion is happening, use the '-interactive' command line
+parameter, and then choose FILE|GO from the menu.  For example:
+
+   tex2rtf manual.tex manual.rtf -rtf -twice -interactive
+
+NOTE: You must be using the latest tex2rtf which was released with
+v2.2.0 of wxWindowsto use the -interactive switch
+
 If you wish to generate documentation for wxHTML Help Viewer
 (or Windows HTML Help), set htmlWorkshopFiles to true in your
 tex2rtf.ini file. See also the wxHTML Notes section in the
 If you wish to generate documentation for wxHTML Help Viewer
 (or Windows HTML Help), set htmlWorkshopFiles to true in your
 tex2rtf.ini file. See also the wxHTML Notes section in the
-wxWindows manual.
+wxWindows manual. To futher speed-up HTML help books loading
+in your application, you may use hhp2cached (utils/hhp2cached).
 
 src/msw/makefile.vc contains targets for generating various
 formats of documentation. You may like to do something similar if
 
 src/msw/makefile.vc contains targets for generating various
 formats of documentation. You may like to do something similar if