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:
bf8d914
)
Inhibit compiler warnings
author
espen
<espen>
Sun, 24 Mar 2002 13:28:22 +0000
(13:28 +0000)
committer
espen
<espen>
Sun, 24 Mar 2002 13:28:22 +0000
(13:28 +0000)
gtk/gtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtk.lisp
b/gtk/gtk.lisp
index a380f85cfc4ab71bb92f64cb557f693347683c95..30687a5182f6ad5beca61b3009512441ae996ea9 100644
(file)
--- a/
gtk/gtk.lisp
+++ b/
gtk/gtk.lisp
@@
-15,7
+15,7
@@
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-;; $Id: gtk.lisp,v 1.
7 2001/11/12 22:34:28
espen Exp $
+;; $Id: gtk.lisp,v 1.
8 2002/03/24 13:28:22
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-76,6
+76,12
@@
(defbinding adjustment-clamp-page () nil
;;; Bin
;;; Bin
+(progn
+ (declaim (optimize (ext:inhibit-warnings 3)))
+ (defun container-remove (container child))
+ (defun container-add (container child)))
+
+
(defun (setf bin-child) (child bin)
(when-bind (current-child (bin-child bin))
(container-remove bin current-child))
(defun (setf bin-child) (child bin)
(when-bind (current-child (bin-child bin))
(container-remove bin current-child))