Group
Extension

Matches 1

Tk-MenuDialog ( P/PD/PDURDEN/Tk-MenuDialog-0.05.tar.gz, PDURDEN, 2015; MetaCPAN )
Tk-MenuDialog/lib/Tk/MenuDialog.pm ( view source; MetaCPAN )
 qw(confess cluck);
use Tk;
use Tk::Photo;
use Tk::PNG;
use Tk::JPEG;
use Data::Dumper;
use JSON;
use Try::Tiny;

## Version string
our $VERSION = qq{0.05};

## Used when importing a form,
($param)

=over 2

=item B<Description>

initialize the form from a HASH reference, JSON string, or JSON file.
In all cases, the hash should have the following format

  {
    title      => 
ng',
      },
    ]
  }

=item B<Parameters>

$param - HASH reference, or scalar containin JSON string, or filename

=item B<Return>

NONE

=back

=cut

##----------------------------

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.