Add clog-panels and geometry

This commit is contained in:
David Botton 2021-11-22 21:50:35 -05:00
parent 6fda91c501
commit cb5bf951e9
5 changed files with 126 additions and 1 deletions

View file

@ -185,7 +185,7 @@ CLOG-OBJ"))
(defgeneric create-div (clog-obj &key content hidden class html-id auto-place)
(:documentation "Create a new CLOG-Div as child of CLOG-OBJ with :CONTENT
(default \"\") and if :AUTO-PLACE (default t) place-inside-bottom-of
CLOG-OBJ. If hidden it true visiblep is set to nil."))
CLOG-OBJ. If hidden is true visiblep is set to nil."))
(defmethod create-div ((obj clog-obj) &key (content "")
(hidden nil)