From: shelarcy <she...@gm...> - 2008-11-28 03:51:31
|
Hi, I'm sorry about my reply is late. I was busy current two weeks. On Tue, 18 Nov 2008 16:49:43 +0900, Bernd Holzmüller <ber...@ic...> wrote: > I noticed there are several functions in wxWidgets that are not mapped > to wxHaskell (0.10.3). I need, e.g., notebookHitTest, > textCtrlBeginSuppressUndo and textCtrlEndSuppressUndo. > > To the wxHaskell developers: can I hope to see these functions in the > next version? Please show your important functions list. If we can add them easily, we'll add them before 0.11 release. But some functions are not easy to support. I think BeginSuppressUndo and EndSuppressUndo are wxRichTextBuffer class functions. wxHaskell doesn't support support wxRichTextCtrl and wxRichTextBuffer currently, so we can't support soonly. http://docs.wxwidgets.org/stable/wx_wxrichtextbuffer.html#wxrichtextbufferbeginsuppressundo I planed to add some classes support after 0.11 release, so please wait next next version. > Or is there an easy way to make these functions available in my > application right now? If you're using unix platform, you can add these function easily. See this thead. http://www.mail-archive.com/wxh...@li.../msg00450.html But I think you're using Windows platform, so you can't add functions easily. If you want to make patches for soving your problem, please see my fixed version of above thead's functions. http://www.mail-archive.com/wxh...@li.../msg00304.html http://www.mail-archive.com/wxh...@li.../msg00322.html Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |