From: espen Date: Wed, 2 Jan 2008 16:07:14 +0000 (+0000) Subject: Added note about the GtkTooltips being deprecated in Gtk+ 2.12 X-Git-Tag: clg-0-93~22 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/f32b451d6f57e680c3b9844f768c6a9cf829e2df Added note about the GtkTooltips being deprecated in Gtk+ 2.12 --- 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)))