From f32b451d6f57e680c3b9844f768c6a9cf829e2df Mon Sep 17 00:00:00 2001 From: espen Date: Wed, 2 Jan 2008 16:07:14 +0000 Subject: [PATCH] Added note about the GtkTooltips being deprecated in Gtk+ 2.12 --- examples/testgtk.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index 5f2ad9b..8b3b175 100644 --- a/examples/testgtk.lisp +++ b/examples/testgtk.lisp @@ -26,7 +26,7 @@ ;; Kimball, Josh MacDonald and others. -;; $Id: testgtk.lisp,v 1.41 2007/07/12 09:18:30 espen Exp $ +;; $Id: testgtk.lisp,v 1.42 2008/01/02 16:07:14 espen Exp $ #+sbcl(require :gtk) #+(or cmu clisp)(asdf:oos 'asdf:load-op :gtk) @@ -1795,7 +1795,7 @@ This one is underlined in quite a funky fashion" :child (create-label "Below"))) -;;; Tooltips test +;;; Tooltips test. Note that GtkTooltips has been deprecated in GTK+ 2.12 (define-simple-dialog create-tooltips (dialog "Tooltips" :default-width 200) (let ((tooltips (make-instance 'tooltips))) -- 2.11.0