debian man page for wx::perl::textvalidator

Query: wx::perl::textvalidator

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TextValidator(3pm)					User Contributed Perl Documentation					TextValidator(3pm)

NAME
Wx::Perl::TextValidator - Perl replacement for wxTextValidator
SYNOPSIS
my $storage = ''; my $validator1 = Wx::Perl::TextValidator->new( 'd', $storage ); my $validator2 = Wx::Perl::TextValidator->new( '[abcdef]' ); my $validator3 = Wx::Perl::TextValidator->new( qr/[a-zA-Z]/ ); my $textctrl = Wx::TextCtrl->new( $parent, -1, "", $pos, $size, $style, $validator1 );
DESCRIPTION
A "Wx::Validator" subclass that allows filtering user input to a "Wx::TextCtrl".
METHODS
my $validator1 = Wx::Perl::TextValidator->new( $regexp, $storage ); my $validator2 = Wx::Perl::TextValidator->new( $regexp ); Constructs a new "Wx::Perl::Validator". The first argument must be a regular expression matching a single-character string and is used to validate the field contents and user input. The second argument, if present, is used in TransferDataToWindow/TransferDataToWindow as the source/destination for the fields contents. The first argument can be a string as well as a reqular expression object created using C<qr//>. perl v5.14.2 2007-06-18 TextValidator(3pm)
Related Man Pages
ppi::token::regexp::match(3pm) - debian
padre::document::perl::starter(3pm) - debian
perl::critic::theme(3pm) - debian
perl::critic::userprofile(3pm) - debian
perl::prereqscanner::scanner::perl5(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph