Displaying 2 results from an estimated 2 matches for "wxsystemfont".
2007 Jun 26
0
[1084] trunk/wxruby2/swig/classes/SystemSettings.i: Fix missing punctuation in SystemSettings typemaps
...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)";
-%typemap(in) wxSystemFont "$1 = (wxSystemFont)NUM2INT($input)";
-%typemap(out) wxSystemFont "$result = INT2NUM((int)$1)";
-%typemap(in) wxSystemMetric "$1 = (wxSystemMetric)NUM2INT($input)";
-%typemap(out) wxSystemMetric "$result = INT2NUM((int)$1)";
</del><ins>+%typemap(i...
2007 Jun 26
0
[1080] trunk/wxruby2/swig: Moved typemaps specific to SystemSetting out of general typemap file
...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)";
+%typemap(in) wxSystemFont "$1 = (wxSystemFont)NUM2INT($input)";
+%typemap(out) wxSystemFont "$result = INT2NUM((int)$1)";
+%typemap(in) wxSystemMetric "$1 = (wxSystemMetric)NUM2INT($input)";
+%typemap(out) wxSystemMetric "$result = INT2NUM((int)$1)";
+
</ins><span class="...