aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2018-12-10 15:27:06 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2018-12-10 15:27:06 +0000
commitdd9f6a382d9ab0b657c214502aca2b616422c1e3 (patch)
treeba2d727852ce9c8f36dfe5c04db5266c4271dd71 /README.md
parent2974ce1154d6e5c391aeb0dcee6f96dddbc96722 (diff)
parent113e4cb683db404aaa4bdda027022808e4a26f3e (diff)
downloadtkFileBrowser-dd9f6a382d9ab0b657c214502aca2b616422c1e3.tar.gz
tkFileBrowser-dd9f6a382d9ab0b657c214502aca2b616422c1e3.zip
Merge branch 'master' of https://github.com/jwansek/tkFileBrowser
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1591d29..961fbc3 100644
--- a/README.md
+++ b/README.md
@@ -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