On 10/05/2011 11:28, Guy wrote:
> How can I change the range of a spin control after it's been created?
Note: WxWidgets has a function wxSpinCtrl::SetRange, but I can't find the wxHaskell wrapper for it.
From: Jeremy O'D. <jer...@gm...> - 2011-06-03 08:19:44
Probably too late to help, but try
spinCtrlSetRange :: SpinCtrl a -> Int -> Int -> IO ()
The API documentation hasn't kept up with wxHaskell itself :-(
On 10 May 2011 10:15, Guy <guy...@ya...> wrote:
> On 10/05/2011 11:28, Guy wrote:
> > How can I change the range of a spin control after it's been created?
>
> Note: WxWidgets has a function wxSpinCtrl::SetRange, but I can't find the
> wxHaskell wrapper for it.
>
>
>
> ------------------------------------------------------------------------------
> Achieve unprecedented app performance and reliability
> What every C/C++ and Fortran developer should know.
> Learn how Intel has extended the reach of its next-generation tools
> to help boost performance applications - inlcuding clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> wxhaskell-users mailing list
> wxh...@li...
> https://lists.sourceforge.net/lists/listinfo/wxhaskell-users
>