File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ <h3 id="ex_SyncListboxes">Synchronizing Two listbox Widgets</h3>
488488 < a href ="scrollarea.html "> scrollarea</ a > .</ p >
489489
490490 < blockquote >
491- < img src ="SyncListboxes.png " alt ="SyncListboxes " width ="300 " height ="303 ">
491+ < img src ="SyncListboxes.png " alt ="SyncListboxes " width ="321 " height ="303 ">
492492 </ blockquote >
493493
494494 < p > Here is the relevant code, in which the lines related to the scrollarea
@@ -519,8 +519,8 @@ <h3 id="ex_SyncListboxes">Synchronizing Two listbox Widgets</h3>
519519
520520. . .
521521
522- set lb1 [listbox $ss.lb1 -width 15 -highlightthickness 0]
523- set lb2 [listbox $ss.lb2 -width 15 -highlightthickness 0]
522+ set lb1 [listbox $ss.lb1 -activestyle none -highlightthickness 0 -width 16 ]
523+ set lb2 [listbox $ss.lb2 -activestyle none -highlightthickness 0 -width 16 ]
524524< span > $ss setwidgets [list $lb1 $lb2]</ span >
525525
526526. . .
You can’t perform that action at this time.
0 commit comments