readme update for CTkEntry

This commit is contained in:
Tom Schimansky 2022-02-04 22:55:27 +01:00
parent 5f9c30aeaf
commit 0b081e0ef5

View File

@ -333,8 +333,11 @@ corner_radius | corner radius in px
fg_color | forground color, tuple: (light_color, dark_color) or single color
bg_color | background color, tuple: (light_color, dark_color) or single color
text_color | entry text color, tuple: (light_color, dark_color) or single color
placeholder_text_color | tuple: (light_color, dark_color) or single color
placeholder_text | hint on the entry input (disappears when selected), default is None
text_font | entry text font, tuple: (font_name, size)
CTkEntry Methods:
```python