[Openmcl-devel] Tiny easygui change

Gail Zacharias gz at clozure.com
Thu Jun 19 06:05:52 PDT 2008


Thanks, I checked this in.


At 6/17/2008 09: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