Displaying 1 result from an estimated 1 matches for "getscreentype".
2005 Nov 23
1
Wx::SystemSettings
...atch to typemap.i
* patch to RubyConstants.i
* new SystemSettings.i file for swig/classes
* new 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,...