<div>I'm trying to familiarize myself with the objective C bridge. I got the example "tiny.lisp" to run correctly, so I decided I'd alter it as an experiment. I immediately became lost. <br></div><div><br>
</div><div>What I want to do is turn on the antialias mode for the window.</div><div><br></div><div>I believe that to do this in Obj C, I would need to call</div><div><br></div><div><span class="Apple-style-span" style="font-family: monaco; font-size: 11px; ">- (void)setShouldAntialias:(BOOL)<em>antialias</em></span><br>
</div><div><br></div><div>which is an instance method of the class NSGraphicsContext.<span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-weight: bold; "><span class="Apple-style-span" style="font-family: arial; font-weight: normal; "></span></span></div>
<div><br></div><div>It's not clear to me how I would write that call in lisp. It's also not clear how I would obtain the graphics context from any of the objects present in tiny.lisp (probably the window or the view, but not sure).</div>
<div><br></div><div>Any hints would be appreciated.</div><div><br></div><div>Thanks,</div><div><br></div><div>Neil</div>