From e898557a1e91883766f38c38ec4ff7ee476f0d22 Mon Sep 17 00:00:00 2001 From: espen Date: Sun, 26 Feb 2006 23:46:55 +0000 Subject: [PATCH] Added notes about deprecated functionality --- examples/testgtk.lisp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index 2554df0..7db19a9 100644 --- a/examples/testgtk.lisp +++ b/examples/testgtk.lisp @@ -26,7 +26,7 @@ ;; Kimball, Josh MacDonald and others. -;; $Id: testgtk.lisp,v 1.33 2006-02-13 16:05:29 espen Exp $ +;; $Id: testgtk.lisp,v 1.34 2006-02-26 23:46:55 espen Exp $ #+sbcl(require :gtk) #+sbcl(require :sb-posix) @@ -306,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)) @@ -666,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)) -- 2.11.0