[Openmcl-devel] Tiny easygui change
Andrew Shalit
alms at clozure.com
Thu Jun 19 06:02:40 PDT 2008
Thanks! Gail just checked this into the trunk.
On Jun 17, 2008, at 9:07 AM, Arthur W Cater wrote:
> Since password-input-view is a subclass of text-input-view, their
> lookup order in
> ccl/examples/cocoa/easygui/example/view.lisp should be reversed as
> follows:
>
>
> (defparameter *view-class-to-ns-class-map*
> '((static-text-view . ns:ns-text-field)
> (password-input-view . ns:ns-secure-text-field)
> (text-input-view . ns:ns-text-field)
> (push-button-view . ns:ns-button)
> (form-view . ns:ns-form)
> (form-cell-view . ns:ns-form-cell)
> (box-view . ns:ns-box)
> (drawing-view . cocoa-drawing-view)
> (slider-view . ns:ns-slider)))
>
>
> My first two cents.
>
> Arthur
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list