Re: [wxhaskell-users] Property sheet

2011-06-01 Thread Eric Kow
On Wed, Jun 01, 2011 at 09:09:55 +0100, Jeremy O'Donoghue wrote: > wxPropertyGrid is new in wxWidgets 2.9 - at present, none of the 2.9 new > features has been wrapped. wxPropertySheetDialog is present in 2.8, possibly > earlier. I will try to get around to wrapping it shortly. [Sorry, my remark i

Re: [wxhaskell-users] Property sheet

2011-06-01 Thread Jeremy O'Donoghue
Hi Joel, On 1 June 2011 04:19, Joel Shellman wrote: > Is there a property sheet/grid/panel type of widget available via > wxHaskell? > > I saw a wxPropertyGrid and wxPropertySheetDialog in the wxWidgets > docs, but couldn't find anything like that in the wxHaskell docs on > hackage. > At this t

[wxhaskell-users] Property sheet

2011-05-31 Thread Joel Shellman
Is there a property sheet/grid/panel type of widget available via wxHaskell? I saw a wxPropertyGrid and wxPropertySheetDialog in the wxWidgets docs, but couldn't find anything like that in the wxHaskell docs on hackage. -