-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Entry
Lasha Kandelaki edited this page May 7, 2026
·
2 revisions
Single-line text input field.
Wraps customtkinter.CTkEntry.
| Group | Properties |
|---|---|
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_width
|
| Text | default text, placeholder_text, font, justify
|
| Colors |
fg_color, text_color, placeholder_text_color, border_color
|
| State |
state (normal / readonly / disabled) |
Exact set comes from the descriptor in
app/widgets/ctk_entry.py.
See also — Widgets · CTkTextbox · CustomTkinter docs