From: David C. <dw...@dw...> - 2005-12-20 05:16:59
|
Hey hoc-users, It looks like ifgen does not pull out the definitions for many of the =20= geometry functions defined in NSGeometry =20 (NSMinX,NSMaxX,NSWidth,NSMakeRect etc)=97understandably so, as they are =20= defined as inline functions. So if we are wanting to create NSRects =20 and manipulate the fields, it would seem like there would need to be =20 a Haskell method of calling these functions (or manipulating the =20 equivalent for the same underlying structures). Do such bindings =20 exist already, and if not, would these be considered special-purpose =20 enough that something would need to be hand-tailored, leaving ifgen =20 alone? Regards, David Christensen= |