mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
clog-tree
This commit is contained in:
parent
db767d1469
commit
358b4b1309
7 changed files with 149 additions and 96 deletions
|
|
@ -52,6 +52,7 @@ embedded in a native template application.)"
|
|||
(@clog-data section)
|
||||
(@clog-dbi section)
|
||||
(@clog-panels section)
|
||||
(@clog-tree section)
|
||||
(@clog-style-block section)
|
||||
(@clog-form section)
|
||||
(@clog-canvas section)
|
||||
|
|
@ -647,6 +648,17 @@ embedded in a native template application.)"
|
|||
(bottom-panel generic-function)
|
||||
(fit-layout generic-function))
|
||||
|
||||
(defsection @clog-tree (:title "CLOG Tree")
|
||||
"CLOG-Tree - CLOG Trees"
|
||||
(clog-tree class)
|
||||
(create-clog-tree generic-function)
|
||||
(tree-root generic-function)
|
||||
(indent-level generic-function)
|
||||
|
||||
(clog-tree-item class)
|
||||
(create-clog-tree-item generic-function)
|
||||
(tree-item generic-function))
|
||||
|
||||
(defsection @clog-style-block (:title "CLOG Style Blocks")
|
||||
"CLOG-Style-Block - CLOG Style Blocks"
|
||||
(clog-style-block class)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue