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:
7b6c693
)
Cosmetic change
author
espen
<espen>
Mon, 25 Apr 2005 18:13:32 +0000
(18:13 +0000)
committer
espen
<espen>
Mon, 25 Apr 2005 18:13:32 +0000
(18:13 +0000)
examples/testgtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/examples/testgtk.lisp
b/examples/testgtk.lisp
index 5e81bb8c25e05615252a6010ccef175ccfcef2ed..358b4449bf8dc549abc942b8fd5f3a2c8e6b1707 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
0 2005/04/23 16:48:49
espen Exp $
+;; $Id: testgtk.lisp,v 1.3
1 2005/04/25 18:13:32
espen Exp $
#+sbcl(require :gtk)
#+cmucl(asdf:oos 'asdf:load-op :gtk)
#+sbcl(require :gtk)
#+cmucl(asdf:oos 'asdf:load-op :gtk)
@@
-1852,7
+1852,7
@@
(define-toplevel create-ui-manager (window "UI Manager")
(ui-manager-get-widget ui "/ToolBar")
:expand nil :fill nil)
:child (make-instance 'label
(ui-manager-get-widget ui "/ToolBar")
:expand nil :fill nil)
:child (make-instance 'label
- :label "Type
<alt> to start"
+ :label "Type
Ctrl+Q to quit"
:xalign 0.5 :yalign 0.5
:width-request 200 :height-request 200))))
:xalign 0.5 :yalign 0.5
:width-request 200 :height-request 200))))