GNOME Bugzilla – Bug 165055
checkboxes with inconsistent statuses do not show properly in all themes but "Default"
Last modified: 2005-01-24 04:32:52 UTC
This is a problem on win32 that I discovered using pygtk bindings. I used the latest stable pygtk (2.4.1) and the latest gtk+ (2.6.1rc2) -- cut here -- import gtk x=gtk.MessageDialog(buttons=gtk.BUTTONS_OK) y=gtk.CheckButton() y.set_inconsistent(True) x.vbox.add(y) y=gtk.CheckButton() y.set_active(True) x.vbox.add(y) y=gtk.CheckButton() y.set_active(False) x.vbox.add(y) x.show_all() x.run() -- cut here -- I would really prefer to use wimp for my shipping application.
I'm not sure why this was refiled, please put any additional comments on the original bug. *** This bug has been marked as a duplicate of 164809 ***