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.
Asked
Active
Viewed 732 times
1 Answers
2
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
- 55,586
- 10
- 60
- 78
-
I have a quick question for you, so that I don't create another thread. Can a HtmlWindow's content be made editable ? – Geo Mar 08 '09 at 11:55
-
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 Mar 08 '09 at 12:11