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:
0e8bd0c
)
Added initarg :pattern to label
author
espen
<espen>
Sun, 17 Apr 2005 21:39:04 +0000
(21:39 +0000)
committer
espen
<espen>
Sun, 17 Apr 2005 21:39:04 +0000
(21:39 +0000)
gtk/gtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtk.lisp
b/gtk/gtk.lisp
index 4c5274538b6523f2b7f053ed8447445233a29616..57e4b4fb57e0329b61963c4b26fb598fc9abc831 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.
39 2005/03/13 18:08:4
4 espen Exp $
+;; $Id: gtk.lisp,v 1.
40 2005/04/17 21:39:0
4 espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-852,6
+852,12
@@
(defmethod (setf image-menu-item-image) (image (item image-menu-item))
;;; Label
;;; Label
+(defmethod shared-initialize ((label label) names &key pattern)
+ (declare (ignore names))
+ (call-next-method)
+ (when pattern
+ (setf (label-pattern label) pattern)))
+
(defbinding label-get-layout-offsets () nil
(label label)
(x int :out)
(defbinding label-get-layout-offsets () nil
(label label)
(x int :out)