+
+\membersection{wxSplitterEvent::GetSashPosition}\label{wxsplittereventgetsashposition}
+
+\constfunc{int}{GetSashPosition}{\void}
+
+Returns the new sash position.
+
+May only be called while processing
+wxEVT\_COMMAND\_SPLITTER\_SASH\_POS\_CHANGING and
+wxEVT\_COMMAND\_SPLITTER\_SASH\_POS\_CHANGED events.
+
+
+\membersection{wxSplitterEvent::GetX}\label{wxsplittereventgetx}
+
+\constfunc{int}{GetX}{\void}
+
+Returns the x coordinate of the double-click point.
+
+May only be called while processing
+wxEVT\_COMMAND\_SPLITTER\_DOUBLECLICKED events.
+
+
+\membersection{wxSplitterEvent::GetY}\label{wxsplittereventgety}
+
+\constfunc{int}{GetY}{\void}
+
+Returns the y coordinate of the double-click point.
+
+May only be called while processing
+wxEVT\_COMMAND\_SPLITTER\_DOUBLECLICKED events.
+
+\membersection{wxSplitterEvent::GetWindowBeingRemoved}\label{wxsplittereventgetwindowbeingremoved}
+
+\constfunc{wxWindow*}{GetWindowBeingRemoved}{\void}
+
+Returns a pointer to the window being removed when a splitter window
+is unsplit.
+
+May only be called while processing
+wxEVT\_COMMAND\_SPLITTER\_UNSPLIT events.
+
+
+\membersection{wxSplitterEvent::SetSashPosition}\label{wxsplittereventsetsashposition}
+
+\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
+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
+the event handler code to prevent repositioning.
+
+May only be called while processing
+wxEVT\_COMMAND\_SPLITTER\_SASH\_POS\_CHANGING and
+wxEVT\_COMMAND\_SPLITTER\_SASH\_POS\_CHANGED events.
+
+\wxheading{Parameters}
+
+\docparam{pos}{New sash position.}
+