From: Nick N. <nic...@in...> - 2003-08-01 07:47:52
|
On Thu, 31 Jul 2003 22:59:37 GMT 72...@in... wrote: > > Hi Vincenzo. If you want to handle events directly without the > interface functions like buttonOnCommand, you should use the more > generic function windowOnEvent But there is no interface function for listCtrl events or am I wrong? Is there a simple way to find all functions that operate on, say, a listCtrl, like in the haskell zvon documentation? > , and if you want to build an > equivalent for, i.e., buttonGetOnCommand, use > unsafeWindowGetHandlerState. Ok, thanks, I'll read that documentation Vincenzo |