mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Minor updates to comments.
This commit is contained in:
parent
aca581216d
commit
a31218ba3d
13 changed files with 32 additions and 20 deletions
|
|
@ -4,9 +4,7 @@
|
|||
|
||||
(in-package :clog-user)
|
||||
|
||||
;; For web oriented apps consider using the :client-movement option.
|
||||
;; See clog-gui-initialize documentation.
|
||||
|
||||
;;; Demostrate a virtual desktop using CLOG GUI
|
||||
(defun on-file-count (obj)
|
||||
(let ((win (create-gui-window obj :title "Count")))
|
||||
(dotimes (n 100)
|
||||
|
|
@ -123,6 +121,8 @@
|
|||
|
||||
(defun on-new-window (body)
|
||||
(setf (title (html-document body)) "Tutorial 22")
|
||||
;; For web oriented apps consider using the :client-movement option.
|
||||
;; See clog-gui-initialize documentation.
|
||||
(clog-gui-initialize body)
|
||||
(add-class body "w3-cyan")
|
||||
(let* ((menu (create-gui-menu-bar body))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue