From: Edward H. <ed...@do...> - 2007-01-07 05:50:39
|
Mark Dootson wrote: > Hi, > > SystemOptions isn't currently wrapped (probably because it hasn't been > particularly useful until now) > > The attached diff wraps Wx::SystemOptions. On Win32 the methods 'work' > in that I can set an option then retrieve it's value / check if it > exists etc. On Win32 though, there's nothing obvious to test to see if > settings are having any effect. > > Would you like to test it on the Mac ? > > Wx::SystemOptions::SetOptionInt('mac.listctrl.always_use_generic',1); > > would seem to be the required call once the functions are available. > And believe it or not, that does the magic! I added: Wx::SystemOptions::SetOption("mac.listctrl.always_use_generic",1); to the demo application, and it works now! It would still be nice not to have to do this -- but I'm thrilled to have this option. Thank you very much! |