chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f433f8a
)
Changed how the widgets are made visible.
author
espen
<espen>
Fri, 4 Mar 2005 19:14:06 +0000
(19:14 +0000)
committer
espen
<espen>
Fri, 4 Mar 2005 19:14:06 +0000
(19:14 +0000)
hello-world.lisp
patch
|
blob
|
blame
|
history
diff --git
a/hello-world.lisp
b/hello-world.lisp
index 43245c9f54571083de24dde62adee2482bd68004..f6881bfdc5310839168f7bc5906009ff53f94f1c 100644
(file)
--- a/
hello-world.lisp
+++ b/
hello-world.lisp
@@
-6,7
+6,7
@@
(make-instance 'window
; :type :toplevel
:title "Test"
:border-width 5
- :
show-all
t
+ :
visible :show-children
t
:child (make-instance 'button
:label "Hello World!"
:signal (list 'clicked