-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Textbox
Lasha Kandelaki edited this page May 7, 2026
·
3 revisions
Multi-line text box with optional scrollbar.
Wraps customtkinter.CTkTextbox.
| Group | Properties |
|---|---|
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_width
|
| Text | default text, font, wrap (none / char / word) |
| Colors |
fg_color, text_color, border_color, scrollbar_button_color, scrollbar_button_hover_color
|
| State |
state (normal / readonly / disabled) |
Exact set comes from the descriptor in
app/widgets/ctk_textbox.py.
See also — Widgets · CTkEntry · CustomTkinter docs