Hi,

setting a button insensitive with

    button.set_state(GTK.STATE_INSENSITIVE)

works fine, but when trying to set it back to normal with

    button.set_state(GTK.STATE_NORMAL)

nothing happens.  What could be the problem?

PyGTK version is 0.6.6  (-1mdk).


jsh


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

Reply via email to