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

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

Clone this wiki locally