Skip to content

CTk Frame

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

CTkFrame

Generic rectangular container. Accepts child widgets.

Wraps customtkinter.CTkFrame.

Properties

Groups appear in the panel in Layout → Visual → Behavior order (Frame has no Content fields).

Group Properties
Geometry x, y, width, height
Rectangle corner_radius, border_width, border_color
Main Colors fg_color
Layout children geometry manager (vbox / hbox / grid / place)

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

Clone this wiki locally