wxTextCtrl / get 'style' markers

I know how to add a style (color etc.) to a range of text in a
wxTextCtrl.

But how do I get a list with all tags/markers/whatever (what I mean is
the following information: 'beginning of style', 'end of style', 'style
type' etc.) for all styles used in a wxTextCtrl?

There must be a way to do that, but I could not find it in the
documentation. Did I miss something?

Thanks in advance for any help!

Logan wrote:

I know how to add a style (color etc.) to a range of text in a
wxTextCtrl.

But how do I get a list with all tags/markers/whatever (what I mean is
the following information: 'beginning of style', 'end of style', 'style
type' etc.) for all styles used in a wxTextCtrl?

There must be a way to do that, but I could not find it in the
documentation. Did I miss something?

There isn't any way to do that currently.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!