Tk Source Code

View Ticket
Login
2004-03-31
05:56 Ticket [513688ffff] Updating button config -bg. status still Closed with 1 other change artifact: c0ef84b523 user: dgp
2003-11-12
06:46 Closed ticket [513688ffff]. artifact: ba9750dbb9 user: hobbs
2002-09-22
12:25 Ticket [513688ffff]: 6 changes artifact: ebf093df6c user: wolfsuit
2002-02-06
09:51 New ticket [513688ffff]. artifact: 867b9b38f2 user: jkbonfield

Ticket UUID: 513688
Title: Updating button config -bg.
Type: Bug Version: obsolete: 8.4a4
Submitter: jkbonfield Created on: 2002-02-06 09:51:15
Subsystem: 66. Aqua Window Operations Assigned To: wolfsuit
Priority: 1 Zero Severity:
Status: Closed Last Modified: 2004-03-31 05:56:56
Resolution: Wont Fix Closed By: hobbs
    Closed on: 2003-11-11 23:46:23
Description:
After a button has been packed and made visible
changing the background
colour of the parent does not change the "invisible"
component of the button background.

For example:

button .b  -text "test"
pack .b
update
.b configure -bg green
User Comments: wolfsuit added on 2002-09-22 12:25:04:
Logged In: YES 
user_id=169107

Buttons on MacOS X use the standard toolbox buttons, which do not change colors. Given the complexity of the Mac buttons, I don't plan to implement background colors in the near future.