sfilebrowser

dgw::sfilebrowser - snit file browser widget based on tablelist

dgw::sfilebrowser - tablelist based file browser widget to explore the file system and to execute certain actions on the currently selected file, such as opening it in an editor.

dgw::sfilebrowser demo

package require dgw::sfilebrowser
wm title . SFileBrowser
option add *Tablelist.stripeBackground	#c4e8ff
pack [dgw::sfilebrowser .fb2 -treemode false] -side top -fill both -expand yes
.fb2 browse /home/groth/workspace/detlef

dgw::sfilebrowser widget