diff options
| author | jwansek <37976823+jwansek@users.noreply.github.com> | 2018-12-08 18:35:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-08 18:35:11 +0000 |
| commit | 113e4cb683db404aaa4bdda027022808e4a26f3e (patch) | |
| tree | 715cfd5459ecfb491982c8dad3fd92ec3aad7d2d /README.md | |
| parent | 83a51987f748a45d056a45b583f60ed6101f7f08 (diff) | |
| download | tkFileBrowser-113e4cb683db404aaa4bdda027022808e4a26f3e.tar.gz tkFileBrowser-113e4cb683db404aaa4bdda027022808e4a26f3e.zip | |
Updated README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,7 +5,6 @@ A file browser designed for use with Python tkinter applications * Uses the Windows API to get the exact icon for any folder or application. * Refreshes when drives are added or removed -* Final version will refresh the tree too ## Example Usage @@ -22,7 +21,7 @@ A file browser designed for use with Python tkinter applications root.mainloop() ## Documentation -TkFileBrowser(parent, command, [refresh = 20], [types = []], [showhidden = False]) + TkFileBrowser(parent, command, [refresh = 20], [types = []], [showhidden = False]) > parent |
