From 5235bdf307d817ffc204c22da9f4712576f3d26a Mon Sep 17 00:00:00 2001 From: David Botton Date: Thu, 18 Feb 2021 18:33:53 -0500 Subject: [PATCH] Move clog gui to its own package --- demos/03-demo.lisp | 2 +- doc/clog-manual.html | 186 ++++++++++++++++++++++---------------- source/clog-gui.lisp | 60 +++++++++++- source/clog.lisp | 55 +---------- tutorial/22-tutorial.lisp | 2 +- 5 files changed, 168 insertions(+), 137 deletions(-) diff --git a/demos/03-demo.lisp b/demos/03-demo.lisp index 6c27e17..3f01e66 100644 --- a/demos/03-demo.lisp +++ b/demos/03-demo.lisp @@ -2,7 +2,7 @@ ;;; This app gives access to its users your local files. (defpackage #:clog-user - (:use #:cl #:clog) + (:use #:cl #:clog #:clog-gui) (:export start-demo)) (in-package :clog-user) diff --git a/doc/clog-manual.html b/doc/clog-manual.html index 488d3e0..5d73fef 100644 --- a/doc/clog-manual.html +++ b/doc/clog-manual.html @@ -3145,7 +3145,7 @@ and if :AUTO-PLACE (default t) place-inside-bottom-of CLOG-OB

CLOG-Form - Class for organizing Form Elements in to a From

@@ -4451,148 +4451,150 @@ is nil unbind the event.

12 CLOG GUI Objects

-

CLOG-GUI - Desktop GUI abstraction for CLOG

+
[in package CLOG-GUI]
-

+

CLOG-GUI - Desktop GUI abstraction for CLOG

+ +

CLOG-GUI - Menus

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

CLOG-GUI - Window System

-

+

-

+

-

+

-

+

-

+

-

+

-

+