Tk::Optionbox

Tk::Optionbox is another pop-up option-widget (with MULTI-level selections).
Download

Tk::Optionbox Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Krause
  • Publisher web site:
  • http://search.cpan.org/~mikra/Tk-MK-0.09/Optionbox.pm

Tk::Optionbox Tags


Tk::Optionbox Description

Tk::Optionbox is another pop-up option-widget (with MULTI-level selections). SYNOPSIS use Tk; use Tk::Optionbox my $current_class; my @all_classes = qw(cat dog bird); my $demo_xpm; my $mw = MainWindow->new(); # prepare some graphics setup_pixmap(); # create a demo my $optionbox = $mw->Optionbox ( -text => "Class", -image => $demo_xpm, # use this line for personal pics or #-bitmap => '@' . Tk->findINC('cbxarrow.xbm')); -command => &class_cb, -options => , -variable => $current_class, -tearoff => '1', -rows => 10, -activate => '0', )->pack; Tk::MainLoop; sub class_cb { print "class_cb called with , $current_class = >$current_class


Tk::Optionbox Related Software