Is there a way to directly insert RTF text in a RichTextCtrl, ex:without going through BeginTextColour? I would like to use pygments together with the RichTextCtrl.
+2
A:
No. As authors admit in wxRichTextCtrl roadmap:
This is a list of some of the features that have yet to be implemented. Help with them will be appreciated.
- RTF input and output
DzinX
2009-03-08 11:42:26
I have a quick question for you, so that I don't create another thread. Can a HtmlWindow's content be made editable ?
Geo
2009-03-08 11:55:13
Editable like wxRichTextCtrl? I don't think so, although there are manipulation methods of wxHtmlContainerCell that look like theycould be used (e.g. add a new wxHtmlCell, etc.).
DzinX
2009-03-08 12:11:26