X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/19d91f522ef2b65b125c7c48f9edd5122891d0ff..48acc6ae443332d9fee80930721be128fe0982d9:/examples/testgtk.lisp diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index 06f075a..fa844b1 100644 --- a/examples/testgtk.lisp +++ b/examples/testgtk.lisp @@ -26,9 +26,10 @@ ;; Kimball, Josh MacDonald and others. -;; $Id: testgtk.lisp,v 1.32 2005/04/25 21:45:05 espen Exp $ +;; $Id: testgtk.lisp,v 1.34 2006/02/26 23:46:55 espen Exp $ #+sbcl(require :gtk) +#+sbcl(require :sb-posix) #+cmu(asdf:oos 'asdf:load-op :gtk) (defpackage "TESTGTK" @@ -305,7 +306,8 @@ (signal-connect dialog :cancel #'widget-destroy :object t))) -;;; Cursors +;;; Cursors (Note: using the drawing function in Gdk is considered +;;; deprecated in clg, new code should use Cairo instead) (defun clamp (n min-val max-val) (declare (number n min-val max-val)) @@ -665,7 +667,8 @@ This one is underlined ( :pattern "_________________________ _ _________ _ _____ _ __ __ ___ ____ _____"))))) -;;; Layout +;;; Layout (Note: using the drawing function in Gdk is considered +;;; deprecated in clg, new code should use Cairo instead) (defun layout-expose (layout event) (when (eq (gdk:event-window event) (layout-bin-window layout))