chiark
/
gitweb
/
~mdw
/
clg
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added *REENTRANT-MAIN-ITERATION* to control if MAIN-ITERATE-ALL can be
[clg]
/
examples
/
testgtk.lisp
diff --git
a/examples/testgtk.lisp
b/examples/testgtk.lisp
index 1448abadd53ba93c8a515e8418e1e5e9e48df0fc..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
0 2007/06/20 10:20:47
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)
@@
-544,7
+544,7
@@
(defun load-pixbufs ()
:message-type :error :visible t
:text "<b>Failed to load an image</b>"
:secondary-text (glib:gerror-message condition)
:message-type :error :visible t
:text "<b>Failed to load an image</b>"
:secondary-text (glib:gerror-message condition)
- :signal (list :
close
#'widget-destroy :object t))
+ :signal (list :
ok
#'widget-destroy :object t))
(return-from load-pixbufs nil))))
t)
(return-from load-pixbufs nil))))
t)
@@
-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)))