]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/splitevt.tex
added unit tests for wxStringStreams
[wxWidgets.git] / docs / latex / wx / splitevt.tex
index a3ba5731f09deeb77fed45257bf0b02fd81de5ae..520df0d44f7f2c57d4d1d4b6c8d628fd4ec66adb 100644 (file)
@@ -38,7 +38,7 @@ Processes a wxEVT\_COMMAND\_SPLITTER\_SASH\_POS\_CHANGED event.}
 \twocolitem{{\bf EVT\_SPLITTER\_UNSPLIT(id, func)}}{The splitter has been just
 unsplit. Processes a wxEVT\_COMMAND\_SPLITTER\_UNSPLIT event. This event can't
 be vetoed.}
-\twocolitem{{\bf EVT\_SPLITTER\_DOUBLECLICKED(id, func)}}{The sash was double
+\twocolitem{{\bf EVT\_SPLITTER\_DCLICK(id, func)}}{The sash was double
 clicked. The default behaviour is to unsplit the window when this happens
 (unless the minimum pane size has been set to a value greater than zero). This
 won't happen if you veto this event. Processes a
@@ -59,7 +59,7 @@ wxEVT\_COMMAND\_SPLITTER\_DOUBLECLICKED event.}
 \func{}{wxSplitterEvent}{\param{wxEventType}{ eventType = wxEVT\_NULL},
                          \param{wxSplitterWindow *}{ splitter = NULL}}
 
-Constructor. Used internally by wxWindows only.
+Constructor. Used internally by wxWidgets only.
 
 
 \membersection{wxSplitterEvent::GetSashPosition}\label{wxsplittereventgetsashposition}