Tk-PopList

 view release on metacpan or  search on metacpan

lib/Tk/PopList.pm  view on Meta::CPAN


Tk::PopList - Popping a selection list relative to a widget

=cut

use strict;
use warnings;
use vars qw($VERSION);
$VERSION = '0.14';

use base qw(Tk::Derived Tk::Poplevel);

use Tk;
require Tk::HList;

Construct Tk::Widget 'PopList';

=head1 SYNOPSIS

 require Tk::PopList;
 my $list = $window->PopList(@options,

lib/Tk/Poplevel.pm  view on Meta::CPAN


Tk::Poplevel - Popping a toplevel without decoration relative to a widget

=cut

use strict;
use warnings;
use vars qw($VERSION);
$VERSION = '0.14';

use base qw(Tk::Derived Tk::Toplevel);

use Tk;

Construct Tk::Widget 'Poplevel';

=head1 SYNOPSIS

 require Tk::Poplevel;
 my $pop = $window->Poplevel(@options,
    -widget => $somewidget,



( run in 2.630 seconds using v1.01-cache-2.11-cpan-d7a12ab2c7f )