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:
18c83e0
)
New file gtkselection.lisp
author
espen
<espen>
Mon, 6 Feb 2006 12:01:11 +0000
(12:01 +0000)
committer
espen
<espen>
Mon, 6 Feb 2006 12:01:11 +0000
(12:01 +0000)
gtk/export.lisp
patch
|
blob
|
blame
|
history
gtk/gtk.asd
patch
|
blob
|
blame
|
history
diff --git
a/gtk/export.lisp
b/gtk/export.lisp
index c7d5c1f756190778acfb33386070f62a223069f4..df5d23a158a1af939fec150c095df8e9060bb118 100644
(file)
--- a/
gtk/export.lisp
+++ b/
gtk/export.lisp
@@
-8,5
+8,6
@@
(export-from-file #p"clg:gtk;gtk.lisp")
(export-from-file #p"clg:gtk;gtktree.lisp")
(export-from-file #p"clg:gtk;gtktext.lisp")
(export-from-file #p"clg:gtk;gtkaction.lisp")
(export-from-file #p"clg:gtk;gtktree.lisp")
(export-from-file #p"clg:gtk;gtktext.lisp")
(export-from-file #p"clg:gtk;gtkaction.lisp")
+(export-from-file #p"clg:gtk;gtkselection.lisp")
(export-from-file #p"clg:gtk;gtkutils.lisp")
(export-from-file #p"clg:gtk;gtkstyle.lisp")
(export-from-file #p"clg:gtk;gtkutils.lisp")
(export-from-file #p"clg:gtk;gtkstyle.lisp")
diff --git
a/gtk/gtk.asd
b/gtk/gtk.asd
index 0207cb6ee4c066cb94130ad0e6293cf76bdcaebe..d7359a0a77093fa6e8010abdeaa5e23978b8caa3 100644
(file)
--- a/
gtk/gtk.asd
+++ b/
gtk/gtk.asd
@@
-32,7
+32,8
@@
(:file "gtktree" :depends-on ("gtktypes"))
(:file "gtktext" :depends-on ("gtktypes"))
(:file "gtkaction" :depends-on ("gtktypes"))
(:file "gtktree" :depends-on ("gtktypes"))
(:file "gtktext" :depends-on ("gtktypes"))
(:file "gtkaction" :depends-on ("gtktypes"))
+ (:file "gtkselection" :depends-on ("gtktypes"))
(:file "gtkstyle" :depends-on ("gtktypes"))
(:file "gtk" :depends-on ("gtktypes"))
(:file "gtkutils" :depends-on ("gtk"))
(:file "gtkstyle" :depends-on ("gtktypes"))
(:file "gtk" :depends-on ("gtktypes"))
(:file "gtkutils" :depends-on ("gtk"))
- (:file "export" :depends-on ("gtktypes" "gtkwidget" "gtkcontainer" "gtk" "gtktree" "gtkaction" "gtkutils" "gtkstyle"))))
+ (:file "export" :depends-on ("gtktypes" "gtkwidget" "gtkcontainer" "gtk" "gtktree" "gtkaction" "gtk
selection" "gtk
utils" "gtkstyle"))))