diff --git a/readme.md b/readme.md index 1cbe014c..6de1aca3 100644 --- a/readme.md +++ b/readme.md @@ -3227,7 +3227,7 @@ When Reading a window the Table Element will return a list of rows that are sele #### 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. +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 using the optional `icon` parameter. @@ -4953,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