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:
17163f4
)
Added notes about deprecated functionality
author
espen
<espen>
Sun, 26 Feb 2006 23:46:55 +0000
(23:46 +0000)
committer
espen
<espen>
Sun, 26 Feb 2006 23:46:55 +0000
(23:46 +0000)
examples/testgtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/examples/testgtk.lisp
b/examples/testgtk.lisp
index f7d7b5933fa7552219cfbae4b8b1dc628aafe891..fa844b161c01030d1aeaf6c508224585c231ddb9 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.3
3 2006/02/13 16:05:29
espen Exp $
+;; $Id: testgtk.lisp,v 1.3
4 2006/02/26 23:46:55
espen Exp $
#+sbcl(require :gtk)
#+sbcl(require :sb-posix)
#+sbcl(require :gtk)
#+sbcl(require :sb-posix)
@@
-306,7
+306,8
@@
(define-dialog create-color-selection (dialog "Color selection dialog"
(signal-connect dialog :cancel #'widget-destroy :object t)))
(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))
(defun clamp (n min-val max-val)
(declare (number n min-val max-val))
@@
-666,7
+667,8
@@
(#+cmu glib:latin1-to-unicode #+sbcl identity
:pattern "_________________________ _ _________ _ _____ _ __ __ ___ ____ _____")))))
: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))
(defun layout-expose (layout event)
(when (eq (gdk:event-window event) (layout-bin-window layout))