mirror of
https://github.com/rabbibotton/clog.git
synced 2026-01-03 15:53:13 -08:00
project tree controls
This commit is contained in:
parent
358b4b1309
commit
7a3f0ddace
9 changed files with 135 additions and 70 deletions
|
|
@ -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*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue