mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
More control over automatic placement
This commit is contained in:
parent
b0c94dd0b8
commit
cf40a5149e
1 changed files with 4 additions and 1 deletions
|
|
@ -87,7 +87,10 @@ CLOG-OBJ. If HTML-ID is nil one will be generated."))
|
||||||
:clog-type clog-type
|
:clog-type clog-type
|
||||||
:html-id html-id)))
|
:html-id html-id)))
|
||||||
(if auto-place
|
(if auto-place
|
||||||
(place-inside-bottom-of obj child)
|
(case auto-place
|
||||||
|
(:bottom (place-inside-bottom-of obj child))
|
||||||
|
(:top (place-inside-top-of obj child))
|
||||||
|
(t (place-inside-bottom-of obj child)))
|
||||||
child)))
|
child)))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue