chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
94fafc2
)
Added note about the GtkTooltips being deprecated in Gtk+ 2.12
author
espen
<espen>
Wed, 2 Jan 2008 16:07:14 +0000
(16:07 +0000)
committer
espen
<espen>
Wed, 2 Jan 2008 16:07:14 +0000
(16:07 +0000)
examples/testgtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/examples/testgtk.lisp
b/examples/testgtk.lisp
index 5f2ad9b3cc2e801079f20236e97ca35b25f30666..8b3b17551b1d7ab183af20d9c05fb06d16bcf5cd 100644
(file)
--- a/
examples/testgtk.lisp
+++ b/
examples/testgtk.lisp
@@
-26,7
+26,7
@@
;; Kimball, Josh MacDonald and others.
;; Kimball, Josh MacDonald and others.
-;; $Id: testgtk.lisp,v 1.4
1 2007/07/12 09:18:30
espen Exp $
+;; $Id: testgtk.lisp,v 1.4
2 2008/01/02 16:07:14
espen Exp $
#+sbcl(require :gtk)
#+(or cmu clisp)(asdf:oos 'asdf:load-op :gtk)
#+sbcl(require :gtk)
#+(or cmu clisp)(asdf:oos 'asdf:load-op :gtk)
@@
-1795,7
+1795,7
@@
(define-toplevel create-handle-box (window "Handle Box Test" :border-width 20)
:child (create-label "Below")))
: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)))
(define-simple-dialog create-tooltips (dialog "Tooltips" :default-width 200)
(let ((tooltips (make-instance 'tooltips)))