Tcl Library Source Code

View Ticket
Login
Ticket UUID: 873666
Title: scrollw.tcl does not support -relief
Type: Bug Version: None
Submitter: nobody Created on: 2004-01-09 10:05:41
Subsystem: bwidget Assigned To: hobbs
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2004-02-04 05:13:45
Resolution: Fixed Closed By: hobbs
    Closed on: 2004-02-03 22:13:45
Description:
BWidget's ScrolledWindow does not support options
-relief and -bd at creation time

May be the statement 
set sw    [frame $path \
            -relief flat -borderwidth 0 -background $bg \
    -highlightthickness 0 -takefocus 0]
is to change to
set sw    [eval frame $path \
    -background $bg \
    -highlightthickness 0 -takefocus 0  \   
[Widget::subcget $path :cmd]]
User Comments: hobbs added on 2004-02-04 05:13:45:
Logged In: YES 
user_id=72656

patch rec was correct, fixed 2004-02-03.