Displaying 1 result from an estimated 1 matches for "hasfeatur".
Did you mean:
hasfeature
2005 Nov 23
1
Wx::SystemSettings
...ew sample file for samples/system_settings/
There''s a few wrinkles that are beyond me:
1) The wx header file in wxruby2 CVS tree seems to be missing some
methods listed elsewhere: SystemSettings::GetScreenType (listed in 2.6
docs & my wx header file, settings.h), and SystemSettings::HasFeature
(in header files, not in docs though)
2) Wx::SystemSettings.get_colour(xxx) segfaults for me (OS X 10.3) on a
few of the constants listed in the docs. I have commented these out in
the sample file for now, and the rest work as expected. For reference,
running this in gdb I get the following e...