Hi all. I'm trying to do a system where I'm working on a set of windows
for both Tkinter and wxPython, and have come across a lovely little
bump in the road. Tkinter's Text object has tag_* methods, but I don't
know of a good way to do tag-related stuff with wxPython.

In the wxWidgets manual, I see a wxHtmlWindow object, but nothing like
that seems to exist when I dir() wxPython.

Does anyone have any suggestions?

Thanks in advance.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to