Classes | |
class | wxTextInputStream |
class | wxTextOutputStream |
Enumerations | |
enum | wxEOL { wxEOL_NATIVE, wxEOL_UNIX, wxEOL_MAC, wxEOL_DOS } |
Specifies the end-of-line characters to use with wxTextOutputStream. More... | |
enum wxEOL |
Specifies the end-of-line characters to use with wxTextOutputStream.
Enumerator | |
---|---|
wxEOL_NATIVE | Specifies wxTextOutputStream to use the native end-of-line characters. |
wxEOL_UNIX | Specifies wxTextOutputStream to use Unix end-of-line characters. |
wxEOL_MAC | Specifies wxTextOutputStream to use Mac end-of-line characters. |
wxEOL_DOS | Specifies wxTextOutputStream to use DOS end-of-line characters. |