The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Wx::Perl::TreeChecker::XmlHandler - XRC handler for Wx::Perl::TreeChecker

SYNOPSIS

  use Wx::Perl::TreeChecker::XmlHandler;
  $xrc->AddHandler (new Wx::Perl::TreeChecker::XmlHandler);

DESCRIPTION

An Wx::XmlHandler for Wx::Perl::TreeChecker objects. Allows you to define tree checkers in your xml resource files.

EXAMPLE

   <object class="Wx::Perl::TreeChecker" name="my_treechecker"/>

AUTHOR

Simon Flack <simonflk _AT_ cpan.org>

COPYRIGHT

Copyright 2003 Simon Flack <simonflk _AT_ cpan.org>. All rights reserved

You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.