mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
clog-gui-template
This commit is contained in:
parent
5213080e83
commit
1f17d30c46
3 changed files with 53 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue