added {Line/Page}{Up/Down}
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1114,6 +1114,14 @@ for this window.
|
|||||||
See \helpref{wxWindow::SetAutoLayout}{wxwindowsetautolayout}: when auto
|
See \helpref{wxWindow::SetAutoLayout}{wxwindowsetautolayout}: when auto
|
||||||
layout is on, this function gets called automatically when the window is resized.
|
layout is on, this function gets called automatically when the window is resized.
|
||||||
|
|
||||||
|
\membersection{wxWindow::LineDown}\label{wxwindowlinedown}
|
||||||
|
|
||||||
|
This is just a wrapper for \helpref{ScrollLines()}{wxwindowscrolllines}$(1)$.
|
||||||
|
|
||||||
|
\membersection{wxWindow::LineUp}\label{wxwindowlineup}
|
||||||
|
|
||||||
|
This is just a wrapper for \helpref{ScrollLines()}{wxwindowscrolllines}$(-1)$.
|
||||||
|
|
||||||
\membersection{wxWindow::Lower}\label{wxwindowlower}
|
\membersection{wxWindow::Lower}\label{wxwindowlower}
|
||||||
|
|
||||||
\func{void}{Lower}{\void}
|
\func{void}{Lower}{\void}
|
||||||
@@ -1664,6 +1672,14 @@ implements the following methods:\par
|
|||||||
%% \helpref{wxSysColourChangedEvent}{wxsyscolourchangedevent},\rtfsp
|
%% \helpref{wxSysColourChangedEvent}{wxsyscolourchangedevent},\rtfsp
|
||||||
%% \helpref{Event handling overview}{eventhandlingoverview}
|
%% \helpref{Event handling overview}{eventhandlingoverview}
|
||||||
|
|
||||||
|
\membersection{wxWindow::PageDown}\label{wxwindowpagedown}
|
||||||
|
|
||||||
|
This is just a wrapper for \helpref{ScrollPages()}{wxwindowscrollpages}$(1)$.
|
||||||
|
|
||||||
|
\membersection{wxWindow::PageUp}\label{wxwindowpageup}
|
||||||
|
|
||||||
|
This is just a wrapper for \helpref{ScrollPages()}{wxwindowscrollpages}$(-1)$.
|
||||||
|
|
||||||
\membersection{wxWindow::PopEventHandler}\label{wxwindowpopeventhandler}
|
\membersection{wxWindow::PopEventHandler}\label{wxwindowpopeventhandler}
|
||||||
|
|
||||||
\constfunc{wxEvtHandler*}{PopEventHandler}{\param{bool }{deleteHandler = {\tt false}}}
|
\constfunc{wxEvtHandler*}{PopEventHandler}{\param{bool }{deleteHandler = {\tt false}}}
|
||||||
|
Reference in New Issue
Block a user