search for: genericvalidator

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

Did you mean: wxgenericvalidator
2005 Aug 05
1
Validator
...It''s my first go at implementing the class. My first run at it looked pretty good. I just added a generic .i for it and it all compiled. Sadly, the samples didn''t work because the base Validator class can''t actually be used as a validator! You have to derive from GenericValidator. I thought the way to get around this might be to include both wxValidator.h and wxGenericValidator.h into the Validator.i file. I''m a bit unclear on how one might specify that Validator in Ruby refers to wxGenericValidator. Something to dig into this weekend I suppose. Another thin...