Re: [Tutor] togglebutton mouseover

2010-06-30 Thread Lang Hurst
Sorry, I just realized I posted this to the wrong list. On 06/30/2010 12:20 AM, Lang Hurst wrote: Is there a way to make a ToggleButton not change state when moused over? I set the color of the button when clicked with a line like so: widget.modify_bg(gtk.STATE_ACTIVE, gtk.gdk.color_parse("li

[Tutor] togglebutton mouseover

2010-06-30 Thread Lang Hurst
Is there a way to make a ToggleButton not change state when moused over? I set the color of the button when clicked with a line like so: widget.modify_bg(gtk.STATE_ACTIVE, gtk.gdk.color_parse("light blue")) That works fine. On and off. Although you can't tell it's clicked until the mouse pa