50 lines
1.6 KiB
TeX
50 lines
1.6 KiB
TeX
|
\section{\class{wxSplitterEvent}}\label{wxsplitterevent}
|
||
|
|
||
|
This class represents the events generated by a splitter control.
|
||
|
|
||
|
\wxheading{Derived from}
|
||
|
|
||
|
\helpref{wxCommandEvent}{wxcommandevent}\\
|
||
|
\helpref{wxEvent}{wxevent}\\
|
||
|
\helpref{wxEvtHandler}{wxevthandler}\\
|
||
|
\helpref{wxObject}{wxobject}
|
||
|
|
||
|
\wxheading{Include files}
|
||
|
|
||
|
<wx/splitter.h>
|
||
|
|
||
|
\wxheading{Event table macros}
|
||
|
|
||
|
To process a splitter event, use these event handler macros to direct input to member
|
||
|
functions that take a wxSplitterEvent argument.
|
||
|
|
||
|
\twocolwidtha{7cm}
|
||
|
\begin{twocollist}\itemsep=0pt
|
||
|
\twocolitem{{\bf EVT\_SPLITTER\_SASH\_POS\_CHANGED(id, func)}
|
||
|
{The sash position was changed. May be used to prevent the change from
|
||
|
taking place. Processes wxEVT\_COMMAND\_SPLITTER\_SASH\_POS\_CHANGED event.}
|
||
|
\twocolitem{{\bf EVT\_SPLITTER\_UNSPLIT(id, func)}}
|
||
|
{The splitter has been just unsplit. Processes wxEVT\_COMMAND\_SPLITTER\_UNSPLIT
|
||
|
event.}
|
||
|
\twocolitem{{\bf EVT\_SPLITTER\_DOUBLECLICKED(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). Processes wxEVT\_COMMAND\_SPLITTER\_DOUBLECLICKED
|
||
|
event}
|
||
|
\end{twocollist}%
|
||
|
|
||
|
\wxheading{See also}
|
||
|
|
||
|
\helpref{wxSplitterWindow}{wxsplitterwindow}
|
||
|
|
||
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
||
|
|
||
|
\membersection{wxSplitterEvent::wxSplitterEvent}\label{wxsplittereventconstr}
|
||
|
|
||
|
\func{}{wxSplitterEvent}{\param{wxEventType}{ eventType = wxEVT\_NULL},
|
||
|
\param{wxSplitterWindow *}{ splitter = NULL}}
|
||
|
|
||
|
Constructor. Used internally by wxWindows only.
|
||
|
|
||
|
% TODO
|