Improved real Latex support
Added missing brace for new perlnote git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -281,7 +281,7 @@ you can still use Ctrl-Enter to pass to the next control from the keyboard.}
|
||||
\twocolitem{\windowstyle{wxTE\_PASSWORD}}{The text will be echoed as asterisks.}
|
||||
\twocolitem{\windowstyle{wxTE\_READONLY}}{The text will not be user-editable.}
|
||||
\twocolitem{\windowstyle{wxTE\_RICH}}{Use rich text control under Win32, this
|
||||
allows to have more than 64Kb of text in the control even under Win9x. This
|
||||
allows to have more than 64KB of text in the control even under Win9x. This
|
||||
style is ignored under other platforms.}
|
||||
\twocolitem{\windowstyle{wxTE\_RICH2}}{Use rich text control version 2.0 or 3.0
|
||||
under Win32, this style is ignored under other platforms}
|
||||
@@ -820,11 +820,10 @@ wxMSW ports.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{PositionToXY}{wxtextctrlpositiontoxy}, \helpref{XYToPosition}{wxtextctrlxytoposition},
|
||||
\helpref{PositionToXY}{wxtextctrlpositiontoxy}, \helpref{XYToPosition}{wxtextctrlxytoposition}
|
||||
|
||||
\perlnote{In wxPerl this function takes only the position argument and
|
||||
returns a 3-element list \texttt{(result, col, row)}.
|
||||
|
||||
returns a 3-element list \texttt{(result, col, row)}}.
|
||||
|
||||
\membersection{wxTextCtrl::IsEditable}\label{wxtextctrliseditable}
|
||||
|
||||
|
Reference in New Issue
Block a user