From: Henning T. <le...@he...> - 2018-01-04 20:42:44
|
wxcore documentation [1] says: textCtrlGetSelection :: TextCtrl a -> Ptr b -> Ptr c -> IO () Is this correct? I assume b and c should be CInt. [1] https://hackage.haskell.org/package/wxcore-0.92.3.0/docs/Graphics-UI-WXCore-WxcClassesMZ.html#v:textCtrlGetSelection |