This patch does two things: 1) puts in the enums (+ Ruby aliases) for the TreeCtrl icon settings 2) Removes a redundant definition of wxCURSOR_DEFAULT, eliminating a compiler warning on Windows Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Roy Sutton wrote:> This patch does two things: > > 1) puts in the enums (+ Ruby aliases) for the TreeCtrl icon settingsCool.> 2) Removes a redundant definition of wxCURSOR_DEFAULT, eliminating a > compiler warning on WindowsI''m slightly concerned that this will cause a compile error on the Mac. I have committed it anyway, but it may have to come back with a different #if. Hopefully it was a 2.4 issue that has been fixed on all platforms in 2.6. Fingers crossed. Kevin
I downloaded all the header files as Sean suggested and verified that it''s OK. Kevin Smith wrote:>> 2) Removes a redundant definition of wxCURSOR_DEFAULT, eliminating a >> compiler warning on Windows >> > > I''m slightly concerned that this will cause a compile error on the Mac. > I have committed it anyway, but it may have to come back with a > different #if. Hopefully it was a 2.4 issue that has been fixed on all > platforms in 2.6. Fingers crossed. >
> I''m slightly concerned that this will cause a compile error on the Mac. > I have committed it anyway, but it may have to come back with a > different #if. Hopefully it was a 2.4 issue that has been fixed on all > platforms in 2.6. Fingers crossed.Just checked out a clean version from HEAD and this is not a problem on Mac OS X. Sean