Skip to content

Tools Menu

Lasha Kandelaki edited this page Apr 26, 2026 · 3 revisions

Tools

Power-user utilities for inspecting widgets and the underlying CTk library.

🏗️ Work in progress.

Inspect CTk Widget

Opening the Inspector

Comparison Table (Builder schema vs CTk signature)

Status Indicators

  • Exposed — property surfaced in the builder Properties panel
  • CTk-only — kwarg accepted by CTk but not editable in the builder (typically runtime-only: command, textvariable, …)
  • Builder helper — extra builder-side property (x/y, font_*, border_enabled toggle)

Per-Widget Selection (palette-aligned dropdown)

Use Cases

  • Contributing a new descriptor property
  • Debugging a missing CTk kwarg
  • Comparing layout presets (Vertical / Horizontal / Grid Layout) against bare CTkFrame

(future Tools entries)


See also

Clone this wiki locally