Whole bunch of minor doc updates from an external patch.
Also documented combobox's EVT_TEXT_ENTER git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1119,17 +1119,6 @@ method:\par
|
||||
Returns the size and position of the window as a \helpref{wxRect}{wxrect} object.
|
||||
|
||||
|
||||
\membersection{wxWindow::GetScrollThumb}\label{wxwindowgetscrollthumb}
|
||||
|
||||
\func{virtual int}{GetScrollThumb}{\param{int }{orientation}}
|
||||
|
||||
Returns the built-in scrollbar thumb size.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxWindow::SetScrollbar}{wxwindowsetscrollbar}
|
||||
|
||||
|
||||
\membersection{wxWindow::GetScrollPos}\label{wxwindowgetscrollpos}
|
||||
|
||||
\func{virtual int}{GetScrollPos}{\param{int }{orientation}}
|
||||
@@ -1152,6 +1141,17 @@ Returns the built-in scrollbar range.
|
||||
\helpref{wxWindow::SetScrollbar}{wxwindowsetscrollbar}
|
||||
|
||||
|
||||
\membersection{wxWindow::GetScrollThumb}\label{wxwindowgetscrollthumb}
|
||||
|
||||
\func{virtual int}{GetScrollThumb}{\param{int }{orientation}}
|
||||
|
||||
Returns the built-in scrollbar thumb size.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxWindow::SetScrollbar}{wxwindowsetscrollbar}
|
||||
|
||||
|
||||
\membersection{wxWindow::GetSize}\label{wxwindowgetsize}
|
||||
|
||||
\constfunc{void}{GetSize}{\param{int* }{width}, \param{int* }{height}}
|
||||
@@ -1313,7 +1313,7 @@ Returns the value previous passed to
|
||||
|
||||
\constfunc{virtual bool}{HasCapture}{\void}
|
||||
|
||||
Returns true if this window has the current mouse capture.
|
||||
Returns {\tt true} if this window has the current mouse capture.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
@@ -1322,6 +1322,18 @@ Returns true if this window has the current mouse capture.
|
||||
\helpref{wxMouseCaptureChangedEvent}{wxmousecapturechangedevent}
|
||||
|
||||
|
||||
\membersection{wxWindow::HasScrollbar}\label{wxwindowhasscrollbar}
|
||||
|
||||
\constfunc{virtual bool}{HasScrollbar}{\param{int }{orient}}
|
||||
|
||||
|
||||
Returns {\tt true} if this window has a scroll bar for this orientation.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
||||
\docparam{orient}{Orientation to check, either {\tt wxHORIZONTAL} or {\tt wxVERTICAL}.}
|
||||
|
||||
|
||||
\membersection{wxWindow::Hide}\label{wxwindowhide}
|
||||
|
||||
\func{bool}{Hide}{\void}
|
||||
@@ -2864,6 +2876,21 @@ on creation and should not be modified subsequently.
|
||||
|
||||
|
||||
|
||||
\membersection{wxWindow::SetLabel}\label{wxwindowsetlabel}
|
||||
|
||||
\func{virtual void}{SetLabel}{\param{const wxString\& }{label}}
|
||||
|
||||
Sets the window's label.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
||||
\docparam{label}{The window label.}
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxWindow::GetLabel}{wxwindowgetlabel}
|
||||
|
||||
|
||||
\membersection{wxWindow::SetName}\label{wxwindowsetname}
|
||||
|
||||
\func{virtual void}{SetName}{\param{const wxString\& }{name}}
|
||||
@@ -3503,7 +3530,7 @@ Returns {\tt false} if any of the validations failed.
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxWindow::TransferDataFromWindow}{wxwindowtransferdatafromwindow},\rtfsp
|
||||
\helpref{wxWindow::TransferDataFromWindow}{wxwindowtransferdatafromwindow},\rtfsp
|
||||
\helpref{wxWindow::TransferDataToWindow}{wxwindowtransferdatatowindow},\rtfsp
|
||||
\helpref{wxValidator}{wxvalidator}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user