git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60975
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// this class is used to wrap the text on word boundary: wrapping is done by
// calling OnStartLine() and OnOutputLine() functions
// this class is used to wrap the text on word boundary: wrapping is done by
// calling OnStartLine() and OnOutputLine() functions
+class WXDLLIMPEXP_CORE wxTextWrapper
{
public:
wxTextWrapper() { m_eol = false; }
{
public:
wxTextWrapper() { m_eol = false; }