search for: wxsystemsettings

Displaying 2 results from an estimated 2 matches for "wxsystemsettings".

Did you mean: systemsettings
2007 Jun 26
0
[1080] trunk/wxruby2/swig: Moved typemaps specific to SystemSetting out of general typemap file
...09:00:57 UTC (rev 1079) +++ trunk/wxruby2/swig/classes/SystemSettings.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-06-26 17:54:51 UTC (rev 1080) </span><span class="lines">@@ -6,6 +6,13 @@ </span><span class="cx"> %module wxSystemSettings </span><span class="cx"> GC_MANAGE_AS_OBJECT(wxSystemSettings); </span><span class="cx"> </span><ins>+%typemap(in) wxSystemColour "$1 = (wxSystemColour)NUM2INT($input)"; +%typemap(out) wxSystemColour " $result = INT2NUM((int)$1...
2007 Jun 26
0
[1084] trunk/wxruby2/swig/classes/SystemSettings.i: Fix missing punctuation in SystemSettings typemaps
...18:38:49 UTC (rev 1083) +++ trunk/wxruby2/swig/classes/SystemSettings.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-06-26 18:41:20 UTC (rev 1084) </span><span class="lines">@@ -6,12 +6,12 @@ </span><span class="cx"> %module wxSystemSettings </span><span class="cx"> GC_MANAGE_AS_OBJECT(wxSystemSettings); </span><span class="cx"> </span><del>-%typemap(in) wxSystemColour "$1 = (wxSystemColour)NUM2INT($input)"; -%typemap(out) wxSystemColour " $result = INT2NUM((int)$1...