i have been using the code at
http://www.async.com.br/faq/pygtk/index.py?req=all#14.12 to make my
pygtk instant messenger always scroll to the latest message
automatically. however, despite my textveiw having editable set to off,
whenever anyone clicks on it, anywhere other than at the end of the
text, the automatic scrolling stops working, how can i fix this?
completely unrelated and not apropriate for this list but if anyone can
help me with this it would be much apreciated: i have a chat_window
class, and would like to spawn a new instance of it everytime a user
clicks a button, obviously i cant just do:
def on_click(widget):
foobar = chat()
as i will only be able to do this once, how would i resolve this?
Keir Lawson
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/