X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/18ffc6e0ec7b51a8393c6428857084c0fb886c76..dfb7ab4c60cf3c3ef708ad5f8dcc07a29dc8a1ff:/gtk/gtk.lisp diff --git a/gtk/gtk.lisp b/gtk/gtk.lisp index 3da3b13..6e0ed0e 100644 --- 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 -;; $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