mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
add comment regarding :grid layout
This commit is contained in:
parent
56507c1300
commit
766065973d
1 changed files with 3 additions and 2 deletions
|
|
@ -151,8 +151,9 @@ nil. Resizable only works if overflow is set to :SCROLL"))
|
|||
(defgeneric envelope-panel (clog-element panel width height &key units)
|
||||
(:documentation "Create a panel of WIDTH and HEIGHT with :relative
|
||||
positioning to envelope PANEL. This allows any type of clog-panel (including
|
||||
those created by CLOG Builder, to be positioned within :flex layouts or
|
||||
otherwise treat the panel as an inline object. Returns envelope-panel"))
|
||||
those created by CLOG Builder, to be positioned within DISPLAY :flex or
|
||||
:grid layouts or otherwise treat the panel as an inline object.
|
||||
Returns envelope-panel"))
|
||||
|
||||
(defmethod envelope-panel ((obj clog-element) (panel clog-element)
|
||||
width height &key (units :px))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue