Tue Mar 10 01:38:38 EDT 2009 shelarcy <shela...@gmail.com> * Refactor to return wxPoint/wxSize/wxRect class directly in wxc. Ignore-this: e414ff89344e856a3f61a0e6f318c427 We accept to return wxPoint, wxSize and wxRect class directly in wxc, now. We always used passing int* pointer arguments to return Point, Size and Rect type, previously. But this convention is complex. We sometimes mistook to return wxPoint, wxSize and wxRect. Its mistake causes problems. So, we accept to return wxPoint, wxSize and wxRect now. And we refactor some old code to return these types, to show we can return these types now.
M ./wxc/include/dragimage.h -1 +1 M ./wxc/include/mediactrl.h -1 +1 M ./wxc/include/wxc.h -9 +9 M ./wxc/include/wxc_glue.h -70 +70 M ./wxc/src/dragimage.cpp -34 +26 M ./wxc/src/eljcaret.cpp -4 +8 M ./wxc/src/eljdc.cpp -20 +22 M ./wxc/src/eljevent.cpp -38 +45 M ./wxc/src/eljgrid.cpp -425 +421 M ./wxc/src/eljjoystick.cpp -4 +4 M ./wxc/src/eljlistctrl.cpp -26 +18 M ./wxc/src/eljprintdlg.cpp -20 +20 M ./wxc/src/eljprinting.cpp -10 +11 M ./wxc/src/eljsash.cpp -98 +94 M ./wxc/src/eljsizer.cpp -149 +145 M ./wxc/src/eljtoolbar.cpp -9 +12 M ./wxc/src/eljwindow.cpp -57 +72 M ./wxc/src/eljwizard.cpp -8 +8 M ./wxc/src/extra.cpp -142 +259 M ./wxc/src/mediactrl.cpp -4 +4 M ./wxc/src/treectrl.cpp -177 +177 M ./wxc/src/wrapper.cpp -34 +38 M ./wxcore/src/Graphics/UI/WXCore/WxcTypes.hs -5 +89 M ./wxdirect/src/Classes.hs +6 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20090310053838-c1071-94be084100ac22e4686f6a81308f9e2f7d23308c.gz ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel