From: David W. <da...@dt...> - 2005-03-11 11:04:12
|
Hi! the Documentation for the treeCtrlGetFirstChild says: treeCtrlGetFirstChild :: TreeCtrl a -> TreeItem -> Ptr CInt -> IO TreeItem usage: (treeCtrlGetFirstChild obj item cookie). what's up with the Ptr Cint? How do I construct one and what should it point to? /David Waern |