mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
more universal font symbols
This commit is contained in:
parent
19c0c8baac
commit
519300f185
6 changed files with 6 additions and 6 deletions
|
|
@ -175,7 +175,7 @@
|
|||
(setf (window-param win) ace)
|
||||
(add-class menu "w3-small")
|
||||
(set-on-click (create-span (window-icon-area win)
|
||||
:content (format nil "~A " (code-char #x26F6))
|
||||
:content "→ "
|
||||
:auto-place :top)
|
||||
(lambda (obj)
|
||||
(declare (ignore obj))
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
(declare (ignore obj))
|
||||
(clog-ace:resize (playground repl))))
|
||||
(set-on-click (create-span (window-icon-area win)
|
||||
:content (format nil "~A " (code-char #x26F6))
|
||||
:content "→ "
|
||||
:auto-place :top)
|
||||
(lambda (obj)
|
||||
(declare (ignore obj))
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ name. If CLOG-BODY not set use *clog-debug-instance*"
|
|||
(set-on-window-close win (lambda (obj)
|
||||
(browser-gc obj)))
|
||||
(set-on-click (create-span (window-icon-area win)
|
||||
:content (format nil "~A " (code-char #x26F6))
|
||||
:content "→ "
|
||||
:auto-place :top)
|
||||
(lambda (obj)
|
||||
(declare (ignore obj))
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
:width 600 :height 400
|
||||
:client-movement *client-side-movement*)))
|
||||
(set-on-click (create-span (window-icon-area win)
|
||||
:content (format nil "~A " (code-char #x26F6))
|
||||
:content "→ "
|
||||
:auto-place :top)
|
||||
(lambda (obj)
|
||||
(declare (ignore obj))
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
(when doc-maximize
|
||||
(doc-max obj))
|
||||
(set-on-click (create-span (window-icon-area win)
|
||||
:content (format nil "~A " (code-char #x26F6))
|
||||
:content "→ "
|
||||
:auto-place :top)
|
||||
#'doc-max))
|
||||
(set-on-click (create-span (window-icon-area win)
|
||||
|
|
|
|||
|
|
@ -575,7 +575,7 @@ clog-builder window.")
|
|||
"
|
||||
|
||||
|
||||
👁" :right-align t))
|
||||
⌕" :right-align t))
|
||||
(setf sysbrw (create-form-element search :search :class *builder-menu-search-class* :size 35))
|
||||
(setf (place-holder sysbrw) "system browse.. (alt-period)")
|
||||
(set-on-change sysbrw (lambda (obj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue