project tree controls

This commit is contained in:
David Botton 2024-05-05 20:55:54 -04:00
parent 358b4b1309
commit 7a3f0ddace
9 changed files with 135 additions and 70 deletions

View file

@ -6,7 +6,10 @@
(unless (control-properties-win app)
(let* ((*default-title-class* *builder-title-class*)
(*default-border-class* *builder-border-class*)
(win (create-gui-window obj :title "Properties" :has-pinner t :width 400))
(win (create-gui-window obj :title "Properties"
:has-pinner t
:keep-on-top t
:width 400))
(content (window-content win))
(control-list (create-table content)))
(add-class content *builder-pallete-class*)