A Seg, 2003-06-23 �s 15:42, Adam Harder escreveu: > I know you can get the current state of a toggle button by .active, but is > there any way to actually change the appearence of the button without emitting > a toggled or clicked signal? I've tried to use .set_state(), but when I mouse > over the button it reverts to it's state prior to when I called set_state().
Simply don't do this! Really, why would anyone want to do that? That's poor UI design, that's why GTK+ normally doesn't allow such things--only the widget itself should be allowed to change its own state. Anyway, you will only confuse your users. Please reconsider. Regards. -- Gustavo Jo�o Alves Marques Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
