Displaying 1 result from an estimated 1 matches for "wxfindreplacedata".
Did you mean:
findreplacedata
2006 Nov 22
0
[ wxruby-Bugs-6825 ] Missing typedef for Wx::FindReplaceData constructor
...ing typedef for Wx::FindReplaceData constructor
Initial Comment:
Wx::FindReplaceData.new() should optionally accept an integer flag to control the style of the dialog (eg whether it has a ''replace'' input)
However, if any flag is put in there, it crashes with
in method ''wxFindReplaceData'', argument 2 of type ''wxUint32'' (TypeError)
This is probably because SWIG needs to be told that Ruby Integers can be mapped to wxUint32, using a %typedef or similar/
----------------------------------------------------------------------
You can respond by visiting:
h...