2 typos in gtk/gtktypes.lisp

Chisheng Huang <[email protected]> Tue, 25 Sep 2007 15:07:36 -0700 (PDT)
Newsgroups gmane.lisp.clg.devel
Message-ID <[email protected]>
There are 2 typos in the class definition of allocation in gtk/gtktypes.lisp

(defclass allocation (struct)
  ((x
    :allocation :alien
    :accessor allocation-width  <--- should be allocation-x
    :initarg :x
    :type int)
   (y
    :allocation :alien
    :accessor allocation-width  <--- should be allocation-y
    :initarg :width
    :type int)
   ...)
  (:metaclass struct-class))

Best,

-cph


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/