Search code examples
pythonwxpythonrtfrichtextctrl

How can I insert RTF into a wxpython RichTextCtrl?


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.


Solution

  • 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