-
-
Notifications
You must be signed in to change notification settings - Fork 0
Image
Lasha Kandelaki edited this page May 7, 2026
·
4 revisions
Non-interactive image widget. Renders via
CTkImage(Pillow-based) for HiDPI-correct rendering.
Wraps customtkinter.CTkImage.
Groups appear in the panel in Content → Layout → Visual order.
| Group | Properties |
|---|---|
| Image | file path, preserve aspect |
| Tint | optional normal-state colour overlay (icon-style tint) |
| Geometry |
x, y, width, height (= image pixel size) |
| Main Colors | background colour (transparent by default) |
Exact set comes from the descriptor in
app/widgets/image.py.
See also — Widgets · CTkLabel · Image and Icon Library