DOKK / manpages / debian 12 / gbrowse / Bio::Graphics::Browser2::OptionPick.3pm.en
Bio::Graphics::Browser2::OptionPick(3pm) User Contributed Perl Documentation Bio::Graphics::Browser2::OptionPick(3pm)

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

 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();

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