GNOME Bugzilla – Bug 319602
CheckButton's Inconsistent property has no visual effect
Last modified: 2005-10-24 13:19:07 UTC
Please describe the problem: When the Gtk-Wimp theme is set under Windows and a CheckButton's "Inconsistent" property is set to true, it is not displayed as such. It remains as an unticked blank CheckButton. Steps to reproduce: 1. Set theme to Gtk-Wimp 2. Create an instance : Gtk.CheckButton cb = new Gtk.CheckButton(); 3. Set Inconsistent : cb.Inconsistent = true; Actual results: The CheckButton remains blank. Expected results: A dash should appear within the CheckButton, to indicate its inconsistent status. Does this happen every time? Yes Other information:
*** This bug has been marked as a duplicate of 164809 ***