On Tue, 21 Oct 2008 19:59:52 +0900, Jeremy O'Donoghue <[EMAIL PROTECTED]> wrote:
> Attached is a set of patches to enable XRC support in wxHaskell Darcs
> head, along with a couple of samples (in the samples/test/XRCControls
> directory) showing how to use the new functionality.
A week past from
Thu Oct 23 10:11:04 EDT 2008 shelarcy <[EMAIL PROTECTED]>
* Fix: BUILD_XRCGETCTRL_FN macro cause problem when using gcc.
M ./wxc/src/eljrc.cpp -2 +2
View patch online:
http://code.haskell.org/wxhaskell/_darcs/patches/20081023141104-c1071-7613476257e1110e9e4278698e222d47333e0068.gz
--
Tue Oct 21 06:44:49 EDT 2008 [EMAIL PROTECTED]
* Small update to XRC support
M ./wxc/src/eljrc.cpp -3
View patch online:
http://code.haskell.org/wxhaskell/_darcs/patches/20081021104449-75908-7c32c5b05599c4cd3e1965a372cfc67ade21d9e7.gz
--
Tue Oct 21 05:55:48 EDT 2008 [EMAIL PROTECTED]
* Add XRC support
M ./changes.txt -1 +15
A ./samples/test/XRCControls/
A ./samples/test/XRCControls/XRCControls_Wx.hs
A ./samples/test/XRCControls/XRCMenu.hs
A ./samples/test/XRCControls/controls.xrc
A ./samples/test/XRCCont