LF11 wrote:

> How do I make a GtkEntry stop emitting the "changed" signal while I
> append_text()?

object.signal_handlers_{un,}block(connection_id) where connection_id is
the return value of the original object.connect().

But, I have another question.  Why does entry.select_region() not work?
It does not matter what start and end position values I give it; it just
does not work.

Thank you,

 -lf




_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to