Menu

#615 scrollbar configure options don't

final: 8.0.5
closed-fixed
nobody
2
2001-03-27
2000-10-31
No

OriginalBugID: 2491 Bug
Version: 8.0.5
SubmitDate: '1999-08-03'
LastModified: '1999-08-04'
Severity: MED
Status: Released
Submitter: techsupp
ChangedBy: hobbs
OS: Windows NT
Machine: X86
FixedDate: '1999-08-04'
FixedInVersion: 8.2

Name:
Bob Halpin

CustomShell:
none

Comments:
Win NT 4.0 (SR5)

ReproducibleScript:
scrollbar .s
pack .s -expand true -fill y
.s configure -troughcolor red

ObservedBehavior:
Troughcolor doesn't change. In fact, most -configure options don't work.

DesiredBehavior:
troughcolor change to blue (and other options work as well.)

Certain options are not enabled for Tk widgets that are actually
wrappers around native widgets (like the scrollbar), because
that is not allowed on that platform. This is essentially a
doc bug since it wasn't clarified (but now is).
-- 08/04/1999 hobbs

Discussion

  • Brent B. Welch

    Brent B. Welch - 2000-10-31
    • priority: 5 --> 2
    • status: open --> closed-fixed
     
  • Don Porter

    Don Porter - 2001-03-27
    • labels: 104343 --> 15. [scale]