-
-
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.
Groups appear in the panel in Content → Layout → Visual → Behavior order.
| Group | Properties |
|---|---|
| Content | initial text, placeholder_text
|
| Text |
font, justify, text_color, placeholder_text_color
|
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_width, border_color
|
| Main Colors | fg_color |
| Button Interaction |
state (normal / readonly / disabled) |
Exact set comes from the descriptor in
app/widgets/ctk_entry.py.
See also — Widgets · CTkTextbox · CustomTkinter docs