After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 319602 - CheckButton's Inconsistent property has no visual effect
CheckButton's Inconsistent property has no visual effect
Status: RESOLVED DUPLICATE of bug 164809
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.6.x
Other All
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-10-24 13:15 UTC by Kevin
Modified: 2005-10-24 13:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kevin 2005-10-24 13:15:28 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:
Comment 1 Tor Lillqvist 2005-10-24 13:19:07 UTC

*** This bug has been marked as a duplicate of 164809 ***