From e3c566f9a7cec788bdd9aadd6aa48f9451c55073 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 13 Jan 2019 10:34:30 -0500 Subject: [PATCH] readme.md updated from https://stackedit.io/ --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 59396dce..1cbe014c 100644 --- a/readme.md +++ b/readme.md @@ -3225,6 +3225,12 @@ Note that you ***can*** use the same values for display_text and keys. The only When Reading a window the Table Element will return a list of rows that are selected by the user. The list will be empty is no rows are selected. +#### Icons on Tree Entries + +If you wish to show an icon next to a tree item, then you specify the icon in the call to `Insert`. You pass in a filename or a Base64 bytes string. + + + ## Tab and Tab Group Elements @@ -4947,5 +4953,5 @@ In the hands of a competent programmer, this tool is **amazing**. It's a must- The PySimpleGUI window that the results are shown in is an 'input' field which means you can copy and paste the results right into your code. \ No newline at end of file