1. wxMSW seems to work (please test and send your bug reports!)
2. accelerators in the menus a la GTK (actually slightly better) implemented 3. wxSplitter now uses events (and so the code which was broken by recent changes works again) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
49
docs/latex/wx/splitevt.tex
Normal file
49
docs/latex/wx/splitevt.tex
Normal file
@@ -0,0 +1,49 @@
|
||||
\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
|
@@ -28,6 +28,31 @@ See also \helpref{window styles overview}{windowstyles}.
|
||||
|
||||
<wx/splitter.h>
|
||||
|
||||
\wxheading{Event handling}
|
||||
|
||||
To process input from a splitter control, use the following event handler
|
||||
macros to direct input to member functions that take a
|
||||
\helpref{wxSplitterEvent}{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{wxSplitterEvent}{wxsplitterevent}
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxSplitterWindow::wxSplitterWindow}\label{wxsplitterwindowconstr}
|
||||
|
Reference in New Issue
Block a user