aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-14 15:04:47 -0400
committerB Stack <bgstack15@gmail.com>2019-06-14 15:04:47 -0400
commitcc2773b84608ea8cefc50e3926a7947bb40e2e2c (patch)
tree4a536633729374c2c34e5484aa085d11d4f38046
parentWIP: adding svg support part 1 (diff)
downloadlogout-manager-cc2773b84608ea8cefc50e3926a7947bb40e2e2c.tar.gz
logout-manager-cc2773b84608ea8cefc50e3926a7947bb40e2e2c.tar.bz2
logout-manager-cc2773b84608ea8cefc50e3926a7947bb40e2e2c.zip
add ref for svg for tkinter
-rwxr-xr-xlogout-manager-tcl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/logout-manager-tcl.py b/logout-manager-tcl.py
index afe6632..cfeb851 100755
--- a/logout-manager-tcl.py
+++ b/logout-manager-tcl.py
@@ -21,6 +21,7 @@
# natural sort https://stackoverflow.com/questions/46228101/sort-list-of-strings-by-two-substrings-using-lambda-function/46228199#46228199
# tooltips https://stackoverflow.com/questions/3221956/how-do-i-display-tooltips-in-tkinter/41381685#41381685
# rsvg https://stackoverflow.com/questions/10393675/rsvg-with-python-3-2-on-ubuntu/19744099#19744099
+# svg for tkinter http://code.activestate.com/lists/python-list/595078/
# Improve:
# add svg support
# Dependencies:
bgstack15