]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datstrm.tex
added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and implemented it for the generic version
[wxWidgets.git] / docs / latex / wx / datstrm.tex
index 2a144b54db1ce9896126f5caafa5cbee0fc5970e..7eaabb563d4b560bccf1b4e3a63f3458f3d144bc 100644 (file)
@@ -17,6 +17,7 @@ is defined as signed int on 32-bit architectures) so that you cannot use long. T
 problems (here and elsewhere), make use of the wxInt32, wxUint32, etc types.
 
 For example:
+
 \begin{verbatim}
   wxFileInputStream input( "mytext.dat" );
   wxDataInputStream store( input );