oracular (3) Bio::Graphics::Browser2::OptionPick.3pm.gz

Provided by: gbrowse_2.56+dfsg-12build3_all bug

NAME

       Bio::Graphics::Browser2::OptionPick -- Pick options

SYNOPSIS

        use Bio::Graphics::Browser2::OptionPick;
        my $picker = Bio::Graphics::Browser2::OptionPick->new($render_object);

        print start_html(),
         start_form(),
         $picker->('bgcolor','orange','blue'),
         end_form(),
         end_html();

Author

       Copyright 2007 Cold Spring Harbor Laboratory.

       This package and its accompanying libraries is free software; you can redistribute it and/or modify it
       under the terms of the GPL (either version 1, or at your option, any later version) or the Artistic
       License 2.0.  Refer to LICENSE for the full license text. In addition, please see DISCLAIMER.txt for
       disclaimers of warranty.