clog-gui-template

This commit is contained in:
David Botton 2021-02-28 09:01:56 -05:00
parent 5213080e83
commit 1f17d30c46
3 changed files with 53 additions and 2 deletions

View file

@ -6,9 +6,15 @@
;;;; clog-gui.lisp ;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Like clog-web, clog-gui uses w3.css as the underlying framework. w3.css is
;;; a public domain css only framework for layouts, is cast and efficient and
;;; does not require additional components by the css file. In addition
;;; clog-gui uses jQueryUI and its default css file to provide client side
;;; movement when needed, if clien side movement is not used it is possible
;;; to pass nil to the initilization function for both.
(mgl-pax:define-package :clog-gui
(:documentation "CLOG-GUI a desktop GUI abstraction for CLOG")
(:local-nicknames (:cc :clog-connection))
(:use #:cl #:parse-float #:clog #:mgl-pax))
(cl:in-package :clog-gui)