mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Add clog-panels and geometry
This commit is contained in:
parent
6fda91c501
commit
cb5bf951e9
5 changed files with 126 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue