diff options
Diffstat (limited to 'library/demos/browse')
-rw-r--r-- | library/demos/browse | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/demos/browse b/library/demos/browse index 2de9ec0..d107f28 100644 --- a/library/demos/browse +++ b/library/demos/browse @@ -7,6 +7,8 @@ exec wish "$0" ${1+"$@"} # directory and allows you to open files or subdirectories by # double-clicking. +package require Tk + # Create a scrollbar on the right side of the main window and a listbox # on the left side. |