Skip to content

CTk Entry

Lasha Kandelaki edited this page May 7, 2026 · 2 revisions

CTkEntry

Single-line text input field.

Wraps customtkinter.CTkEntry.

Properties

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 alsoWidgets · CTkTextbox · CustomTkinter docs

Clone this wiki locally