I would like to use wxRichTextCtrl to allow the user to format their text.
I would like to use wxRichTextCharacterStyleDefinitions to add styles to a
wxRichTextStyleSheet and then set that to a wxRichTextStyleListBox.
I would like to use wxRichTextCtrl to allow the user to format their text.
I would like to use wxRichTextCharacterStyleDefinitions to add styles to a
wxRichTextStyleSheet and then set that to a wxRichTextStyleListBox.
This brings up a question I was thinking about. With wx.RichTextCtrl is
there a way to convert the RTF into HTML? Or must this be done via
custom code?
I would like to use wxRichTextCtrl to allow the user to format their text.
I would like to use wxRichTextCharacterStyleDefinitions to add styles to a
wxRichTextStyleSheet and then set that to a wxRichTextStyleListBox.
I would like to use wxRichTextCtrl to allow the user to format their text.
I would like to use wxRichTextCharacterStyleDefinitions to add styles to a
wxRichTextStyleSheet and then set that to a wxRichTextStyleListBox.
These classes haven't been wrapped yet. I expect to get them done before 2.7.0 is finished up.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
This brings up a question I was thinking about. With wx.RichTextCtrl is there a way to convert the RTF into HTML? Or must this be done via custom code?
It appears that the wxRichTextCtrl is expecting to get read/write support for RTF, and at least write support for html, but I don't think it has been done yet.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!