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 <[EMAIL PROTECTED]> 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/[email protected]/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/[EMAIL PROTECTED]/msg00304.html http://www.mail-archive.com/[EMAIL PROTECTED]/msg00322.html Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ wxhaskell-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxhaskell-users
