Mario Steele wrote:> According to the docs, we should have two classes that aren''t
defined,
> which are Wx::DefaultValidator, and Wx::GenericValidator. Have they
> been removed, been left out for a reason, or the docs being wrong?
Wx::GenericValidator is a class we don''t support, because it only does
data transfer between windows and variables. Because of the way ruby
variables work, it doesn''t make sense to me to even try to support
this.
Wx::DefaultValidator was a mistake in the docs for the constant
Wx::DEFAULT_VALIDATOR
a