From: David C. <dw...@dw...> - 2005-09-10 04:55:04
|
Hello folks, I'm trying to write a custom NSView in Haskell. For academic purposes, I'm just trying to provide a basic drawRect selector; one which just draws a frame around the bounds of the view. However, I am not seeing how to access the NSFrameRect() functions and friends. This seems to be a similar problem to the one I was describing in my last message in regards to NSLog(). Is there some way to access these functions from within Haskell with the use of HOC, or do I manually have to wrangle in the functions through ffi? Is this an area which just needs development, and will be supported in future versions? Any pointers would be appreciated. Thanks much, David Christensen |