Re: [wxhaskell-users] Change the range of a spin control

2011-06-03 Thread Guy
On 03/06/2011 11:19, Jeremy O'Donoghue wrote: > The API documentation hasn't kept up with wxHaskell itself :-( Isn't it auto-generated by Haddock? -- Simplify data backup and recovery for your virtual environment with vR

Re: [wxhaskell-users] Change the range of a spin control

2011-06-03 Thread Jeremy O'Donoghue
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 wrote: > On 10/05/2011 11:28, Guy wrote: > > How can I change the range of a spin control after it's been created? >

Re: [wxhaskell-users] Change the range of a spin control

2011-05-10 Thread Guy
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 unpr