[wxlua-users] wxstc.wxSTC_MASK_FOLDERS

2009-02-18 Thread Andre Arpin
The value for wxstc.wxSTC_MASK_FOLDERS has to be -33554432 or maybe -0x200 or SetMarginMask should expect an unsigned int (I did not check that). both the following print(string.format('%x',-33554432)) print(string.format('%x',-0x200)) print(string.format('%x',wxstc.wxS

Re: [wxlua-users] wxstc.wxSTC_MASK_FOLDERS

2009-02-18 Thread John Labenski
On Wed, Feb 18, 2009 at 7:58 PM, Andre Arpin wrote: > The value for wxstc.wxSTC_MASK_FOLDERS has to be -33554432 or maybe -0x200 > > or SetMarginMask should expect an unsigned int (I did not check that). > I'm not sure what you're trying to do, but this is the C++ code that defines it. #defi