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:
305588d
)
Bug fix
author
espen
<espen>
Mon, 25 Apr 2005 21:45:05 +0000
(21:45 +0000)
committer
espen
<espen>
Mon, 25 Apr 2005 21:45:05 +0000
(21:45 +0000)
examples/testgtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/examples/testgtk.lisp
b/examples/testgtk.lisp
index 970f31165913097190df92e62a4ab50c9c9ffe28..1bc85c256ad164e711955bebace2e077d8a35619 100644
(file)
--- a/
examples/testgtk.lisp
+++ b/
examples/testgtk.lisp
@@
-26,10
+26,10
@@
;; Kimball, Josh MacDonald and others.
;; Kimball, Josh MacDonald and others.
-;; $Id: testgtk.lisp,v 1.3
1 2005-04-25 18:13:32
espen Exp $
+;; $Id: testgtk.lisp,v 1.3
2 2005-04-25 21:45:05
espen Exp $
#+sbcl(require :gtk)
#+sbcl(require :gtk)
-#+cmu
cl
(asdf:oos 'asdf:load-op :gtk)
+#+cmu(asdf:oos 'asdf:load-op :gtk)
(defpackage "TESTGTK"
(:use "COMMON-LISP" "GTK"))
(defpackage "TESTGTK"
(:use "COMMON-LISP" "GTK"))
@@
-1935,7
+1935,7
@@
(defun create-main-window ()
:parent main-window
:child-args '(:expand nil)
:child (list (make-instance 'label :label (gtk-version)) :fill nil)
:parent main-window
:child-args '(:expand nil)
:child (list (make-instance 'label :label (gtk-version)) :fill nil)
- :child (list (make-instance 'label :label
"clg CVS version"
) :fill nil)
+ :child (list (make-instance 'label :label
(clg-version)
) :fill nil)
:child (list (make-instance 'label
:label #-cmu(format nil "~A (~A)"
(lisp-implementation-type)
:child (list (make-instance 'label
:label #-cmu(format nil "~A (~A)"
(lisp-implementation-type)