wxTextCtrl - how to get wrapped text (1:1 like visible inside control) ?

Hello!

How to get wrapped text from wxTextCtrl? For example when i paste text from clippord to control it wrap this text inside but GetValue returns strings separated \n only, not like appear in text control. I must write my own wrap method? Mayby can i use HitTest() ?

w.p.