search for: wxrbvalid

Displaying 1 result from an estimated 1 matches for "wxrbvalid".

2004 Feb 24
1
Tweaks for 0.2
I can make these changes tonight, but if somebody else could do it that would be swell too. 1) Validators currently do not work for the dumbest reason ever... the "Clone" method in wxRbValidator needs to be changed to: virtual wxObject* Clone() const; while in there, I think the validator methods need to be renamed to proper ''wxruby'' things ("validate" instead of "Validate"). 2) The GetWindow method of WxValidator needs to be changed to: VAL...