Skip to content

Commit

Permalink
* ../../examples/scrollutil/*.tcl: Demo scripts using scrollabe widget
Browse files Browse the repository at this point in the history
	  containers slightly improved again.
  • Loading branch information
csaba committed Feb 1, 2021
1 parent 50566e2 commit f9e5a14
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/scrollutil/BwScrollableFrmContent.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ pack $tf -side top -expand yes -fill both
wm deiconify .

#
# Work around a potential accuracy problem related to [winfo reqwidth $cf]
# Work around a potential accuracy problem related to [$sf xview]
#
tkwait visibility $sf
while {[lindex [$sf xview] 1] != 1.0} {
Expand Down
2 changes: 1 addition & 1 deletion examples/scrollutil/BwScrollableFrmDemo1.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pack $f -expand yes -fill both
wm deiconify .

#
# Work around a potential accuracy problem related to [winfo reqwidth $cf]
# Work around a potential accuracy problem related to [$sf xview]
#
tkwait visibility $sf
while {[lindex [$sf xview] 1] != 1.0} {
Expand Down
2 changes: 1 addition & 1 deletion examples/scrollutil/ScrolledFrmContent.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ pack $tf -side top -expand yes -fill both
wm deiconify .

#
# Work around a potential accuracy problem related to [winfo reqwidth $cf]
# Work around a potential accuracy problem related to [$sf xview]
#
tkwait visibility $sf
while {[lindex [$sf xview] 1] != 1.0} {
Expand Down
2 changes: 1 addition & 1 deletion examples/scrollutil/ScrolledFrmDemo1.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pack $f -expand yes -fill both
wm deiconify .

#
# Work around a potential accuracy problem related to [winfo reqwidth $cf]
# Work around a potential accuracy problem related to [$sf xview]
#
tkwait visibility $sf
while {[lindex [$sf xview] 1] != 1.0} {
Expand Down
2 changes: 1 addition & 1 deletion examples/scrollutil/SuScrollableFrmContent.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ pack $tf -side top -expand yes -fill both
wm deiconify .

#
# Work around a potential accuracy problem related to [winfo reqwidth $cf]
# Work around a potential accuracy problem related to [$sf xview]
#
tkwait visibility $sf
set width [$sf cget -width]
Expand Down
2 changes: 1 addition & 1 deletion examples/scrollutil/SuScrollableFrmDemo1.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pack $f -expand yes -fill both
wm deiconify .

#
# Work around a potential accuracy problem related to [winfo reqwidth $cf]
# Work around a potential accuracy problem related to [$sf xview]
#
tkwait visibility $sf
set width [$sf cget -width]
Expand Down

0 comments on commit f9e5a14

Please sign in to comment.