]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/splitevt.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / splitevt.tex
index 9f430e802d3ceec5b5c26f17537ce9d17efe36a8..368c2df85f5b84f548c95a532b2f204fb63947ea 100644 (file)
@@ -18,6 +18,10 @@ in assert failure (in debug mode) and will return meaningless results.
 
 <wx/splitter.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Event table macros}
 
 To process a splitter event, use these event handler macros to direct input to member
@@ -108,7 +112,7 @@ wxEVT\_COMMAND\_SPLITTER\_UNSPLIT events.
 \func{void}{SetSashPosition}{\param{int}{ pos}}
 
 In the case of wxEVT\_COMMAND\_SPLITTER\_SASH\_POS\_CHANGED events,
-sets the the new sash position. In the case of
+sets the new sash position. In the case of
 wxEVT\_COMMAND\_SPLITTER\_SASH\_POS\_CHANGING events, sets the new
 tracking bar position so visual feedback during dragging will
 represent that change that will actually take place. Set to -1 from