added (and documented) trivial but useful IsSingleLine() and IsMultiLine() text control methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -567,6 +567,28 @@ read-only mode by a previous call to
|
||||
Returns {\tt TRUE} if the text has been modified by user. Note that calling
|
||||
\helpref{SetValue}{wxtextctrlsetvalue} doesn't make the control modified.
|
||||
|
||||
\membersection{wxTextCtrl::IsMultiLine}\label{wxtextctrlismultiline}
|
||||
|
||||
\constfunc{bool}{IsMultiLine}{\void}
|
||||
|
||||
Returns {\tt TRUE} if this is a multi line edit control and {\tt FALSE}
|
||||
otherwise.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{IsSingleLine}{wxtextctrlissingleline}
|
||||
|
||||
\membersection{wxTextCtrl::IsSingleLine}\label{wxtextctrlissingleline}
|
||||
|
||||
\constfunc{bool}{IsSingleLine}{\void}
|
||||
|
||||
Returns {\tt TRUE} if this is a single line edit control and {\tt FALSE}
|
||||
otherwise.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{IsMultiLine}{wxtextctrlissingleline}
|
||||
|
||||
\membersection{wxTextCtrl::LoadFile}\label{wxtextctrlloadfile}
|
||||
|
||||
\func{bool}{LoadFile}{\param{const wxString\& }{ filename}}
|
||||
|
Reference in New Issue
Block a user