mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
readme update for CTkEntry
This commit is contained in:
parent
5f9c30aeaf
commit
0b081e0ef5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user