readme.md updated from https://stackedit.io/

This commit is contained in:
MikeTheWatchGuy 2019-01-13 10:24:45 -05:00
parent 0c108df99c
commit 7407413177
1 changed files with 4 additions and 2 deletions

View File

@ -3091,6 +3091,7 @@ Table( values,
text_color=None, text_color=None,
background_color=None, background_color=None,
alternating_row_color=None, alternating_row_color=None,
row_colors=None,
size=(None,None), size=(None,None),
change_submits=False, change_submits=False,
enable_events=False, enable_events=False,
@ -3183,7 +3184,8 @@ class Tree(data=None - data in TreeData format
justification='right' - justification for data display justification='right' - justification for data display
text_color=None- color of text to display text_color=None- color of text to display
background_color=None - background color background_color=None - background color
num_rows=None - number of rows to display num_rows=None - number of rows to display
row_height=None - height of rows in pixels
pad=None - element padding pad=None - element padding
key=None - key for element key=None - key for element
tooltip=None - tooltip tooltip=None - tooltip
@ -4935,5 +4937,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. 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.
<!--stackedit_data: <!--stackedit_data:
eyJoaXN0b3J5IjpbMTc3MTQ2ODQzNV19 eyJoaXN0b3J5IjpbLTEyMzUyMTc2ODBdfQ==
--> -->