X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2edb0bdef6238c8c246b6978bc14828b7033d931..32d49041eb56f67c825a36fdf7388a0845913cb6:/docs/latex/wx/splitevt.tex?ds=sidebyside diff --git a/docs/latex/wx/splitevt.tex b/docs/latex/wx/splitevt.tex index a3ba5731f0..520df0d44f 100644 --- a/docs/latex/wx/splitevt.tex +++ b/docs/latex/wx/splitevt.tex @@ -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}