summaryrefslogtreecommitdiffstats
path: root/library/demos/states.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/demos/states.tcl')
-rw-r--r--library/demos/states.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/states.tcl b/library/demos/states.tcl
index e76540d..92b1f1e 100644
--- a/library/demos/states.tcl
+++ b/library/demos/states.tcl
@@ -26,7 +26,7 @@ pack $btns -side bottom -fill x
frame $w.frame -borderwidth .5c
pack $w.frame -side top -expand yes -fill y
-scrollbar $w.frame.scroll -command "$w.frame.list yview"
+ttk::scrollbar $w.frame.scroll -command "$w.frame.list yview"
listbox $w.frame.list -yscroll "$w.frame.scroll set" -setgrid 1 -height 12
pack $w.frame.scroll -side right -fill y
pack $w.frame.list -side left -expand 1 -fill both