On Tue, Jun 15, 2004 at 07:30:16AM +0100, Prash wrote: > My post (see subject insert_at_cursor) is similar to this one. ALl I > want to do is check the length of text in textview and then > enable/disable OK button based on that. > > I'm using glade and I don't see a "changed" signal as you mention in the > drop down for text view?
As Doug stated, the changed signal is emitted by the TextBuffer object, not the TextView, and as such, must be connected manually in your code. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
