Skip to content

Commit f9e5a14

Browse files
author
csaba
committed
* ../../examples/scrollutil/*.tcl: Demo scripts using scrollabe widget
containers slightly improved again.
1 parent 50566e2 commit f9e5a14

6 files changed

+6
-6
lines changed

examples/scrollutil/BwScrollableFrmContent.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ pack $tf -side top -expand yes -fill both
279279
wm deiconify .
280280

281281
#
282-
# Work around a potential accuracy problem related to [winfo reqwidth $cf]
282+
# Work around a potential accuracy problem related to [$sf xview]
283283
#
284284
tkwait visibility $sf
285285
while {[lindex [$sf xview] 1] != 1.0} {

examples/scrollutil/BwScrollableFrmDemo1.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pack $f -expand yes -fill both
129129
wm deiconify .
130130

131131
#
132-
# Work around a potential accuracy problem related to [winfo reqwidth $cf]
132+
# Work around a potential accuracy problem related to [$sf xview]
133133
#
134134
tkwait visibility $sf
135135
while {[lindex [$sf xview] 1] != 1.0} {

examples/scrollutil/ScrolledFrmContent.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ pack $tf -side top -expand yes -fill both
281281
wm deiconify .
282282

283283
#
284-
# Work around a potential accuracy problem related to [winfo reqwidth $cf]
284+
# Work around a potential accuracy problem related to [$sf xview]
285285
#
286286
tkwait visibility $sf
287287
while {[lindex [$sf xview] 1] != 1.0} {

examples/scrollutil/ScrolledFrmDemo1.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ pack $f -expand yes -fill both
124124
wm deiconify .
125125

126126
#
127-
# Work around a potential accuracy problem related to [winfo reqwidth $cf]
127+
# Work around a potential accuracy problem related to [$sf xview]
128128
#
129129
tkwait visibility $sf
130130
while {[lindex [$sf xview] 1] != 1.0} {

examples/scrollutil/SuScrollableFrmContent.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ pack $tf -side top -expand yes -fill both
278278
wm deiconify .
279279

280280
#
281-
# Work around a potential accuracy problem related to [winfo reqwidth $cf]
281+
# Work around a potential accuracy problem related to [$sf xview]
282282
#
283283
tkwait visibility $sf
284284
set width [$sf cget -width]

examples/scrollutil/SuScrollableFrmDemo1.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pack $f -expand yes -fill both
115115
wm deiconify .
116116

117117
#
118-
# Work around a potential accuracy problem related to [winfo reqwidth $cf]
118+
# Work around a potential accuracy problem related to [$sf xview]
119119
#
120120
tkwait visibility $sf
121121
set width [$sf cget -width]

0 commit comments

Comments
 (0)