[wxPython-users] Graphics in text?

Tal Einat taleinat at gmail.com
Sat Sep 1 01:34:49 PDT 2007


On 9/1/07, Steve Holden <steve at holdenweb.com> wrote:
>
> A client has asked me to help them include graphics in their text.
>
> Apparently the wxHtmlWindow renders too slowly (this is an embedded
> system and CPU power isn't infinite). wxRichTextCtrl is a possibility I
> am exploring with them, but I wondered if anyone else had any bright
> ideas about other ways in which text can be rendered with graphics
> embedded in the character stream.


<blasphemy>
Use Tkinter? Its text widget can embed any other widget... (its tags an
marks are also remarkably useful)
</blasphemy>

Seriously though, one of the major strong points of Tk is that text widget.
AFAIK no other GUI library (at least those available for Python) has
anything resembling it. Has any work been done on a wx custom (non-native)
text editing widget which can embed other widgets?

- Tal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200709=
01/13d8d669/attachment.htm


More information about the wxpython-users mailing list