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:
18ffc6e
)
Adding DRAWING-AREA-GET-SIZE
author
espen
<espen>
Mon, 20 Dec 2004 00:51:38 +0000
(
00:51
+0000)
committer
espen
<espen>
Mon, 20 Dec 2004 00:51:38 +0000
(
00:51
+0000)
gtk/gtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtk.lisp
b/gtk/gtk.lisp
index 3da3b13b4ebe66e3c7ee9f246e8d1281dae6e065..6e0ed0e4c2d68d2d85b3139b407d6d7a0574e942 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.2
1 2004/12/16 23:49:53
espen Exp $
+;; $Id: gtk.lisp,v 1.2
2 2004/12/20 00:51:38
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-453,7
+453,12
@@
(defmethod (setf container-children) (children (dialog dialog))
-;;; Drawing area -- no functions
+;;; Drawing area
+
+(defbinding drawing-area-get-size () nil
+ (drawing-area drawing-area)
+ (width int :out)
+ (height int :out))
;;; Entry
;;; Entry