Skip to content
Lasha Kandelaki edited this page Apr 27, 2026 · 3 revisions

Card

Decorative container — Rectangle, Rounded, or Circle/Pill. Holds an optional image with 9-point alignment. Non-nesting display element.

🏗️ Work in progress.

Descriptor: app/widgets/card.py · Renders as CTkFrame on export

Geometry

Shape

Type (Rectangle / Rounded / Circle/Pill)

Corner Radius

  • Rectangle — locked at 0
  • Rounded — freely editable
  • Circle/Pill — auto-locks to min(W, H) / 2 (square = circle, non-square = pill)

Border

Off by default. Toggle to enable thickness + color.

Main Colors

Fill

Default: #3f5c8a (slate indigo)

Image

Source (file picker / Lucide icon)

Alignment (9-point: 8 directions + center)

Padding from Edges

Container Behavior

Card is not a nesting container — other widgets cannot be dropped inside. Layout manager rows (layout_type, spacing) are hidden in the Properties panel.


See also

Clone this wiki locally