clarified native line ending for Mac OS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a73523797c
commit
bb89dec340
@ -176,9 +176,11 @@ Returns TRUE if the current line is the last one.
|
|||||||
\constfunc{static const char*}{GetEOL}{\param{wxTextFileType }{type = typeDefault}}
|
\constfunc{static const char*}{GetEOL}{\param{wxTextFileType }{type = typeDefault}}
|
||||||
|
|
||||||
Get the line termination string corresponding to given constant. {\it typeDefault} is
|
Get the line termination string corresponding to given constant. {\it typeDefault} is
|
||||||
the value defined during the compilation and corresponds to the native format of the
|
the value defined during the compilation and corresponds to the native format
|
||||||
platform, i.e. it will be wxTextFileType\_Dos under Windows, wxTextFileType\_Unix under
|
of the platform, i.e. it will be wxTextFileType\_Dos under Windows,
|
||||||
Unix and wxTextFileType\_Mac under Mac.
|
wxTextFileType\_Unix under Unix (including Mac OS X when compiling with the
|
||||||
|
Apple Developer Tools) and wxTextFileType\_Mac under Mac OS (including
|
||||||
|
Mac OS X when compiling with CodeWarrior).
|
||||||
|
|
||||||
\membersection{wxTextFile::GetFirstLine}\label{wxtextfilegetfirstline}
|
\membersection{wxTextFile::GetFirstLine}\label{wxtextfilegetfirstline}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user