Scroll to navigation

Bio::Graphics::Browser2::OptionPick(3pm) User Contributed Perl Documentation Bio::Graphics::Browser2::OptionPick(3pm)

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.

2022-09-30 perl v5.34.0