-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Frame
Lasha Kandelaki edited this page May 7, 2026
·
2 revisions
Generic rectangular container. Accepts child widgets.
Wraps customtkinter.CTkFrame.
| Group | Properties |
|---|---|
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_width
|
| Colors |
fg_color, border_color
|
| Children | drop widgets inside; absolute positioning by default |
For pre-configured layout managers, see Vertical Layout, Horizontal Layout, Grid Layout.
Exact set comes from the descriptor in
app/widgets/ctk_frame.py.
See also — Widgets · CTkScrollableFrame · CustomTkinter docs