Re: wxPython equiv. to tag_configure

2005-10-04 Thread ncf
Errm, can you slap me please? :X Either way, thank you soo much :) -Wes -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython equiv. to tag_configure

2005-10-04 Thread Michael Ekstrand
On Oct 4, 2005, at 3:11 PM, ncf wrote: > In the wxWidgets manual, I see a wxHtmlWindow object, but nothing like > that seems to exist when I dir() wxPython. wxHtmlWindow is in the wx.html module. -Michael -- http://mail.python.org/mailman/listinfo/python-list

wxPython equiv. to tag_configure

2005-10-04 Thread ncf
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 se