chiark / gitweb /
Adding DRAWING-AREA-GET-SIZE
authorespen <espen>
Mon, 20 Dec 2004 00:51:38 +0000 (00:51 +0000)
committerespen <espen>
Mon, 20 Dec 2004 00:51:38 +0000 (00:51 +0000)
gtk/gtk.lisp

index 3da3b13b4ebe66e3c7ee9f246e8d1281dae6e065..6e0ed0e4c2d68d2d85b3139b407d6d7a0574e942 100644 (file)
@@ -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
 
-;; $Id: gtk.lisp,v 1.21 2004/12/16 23:49:53 espen Exp $
+;; $Id: gtk.lisp,v 1.22 2004/12/20 00:51:38 espen Exp $
 
 
 (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