CLI-Gwrap
view release on metacpan or search on metacpan
lib/CLI/Gwrapper/wxGrid.pm view on Meta::CPAN
use Moo;
extends 'CLI::Gwrapper::Wx::App';
with 'CLI::Gwrapper'; # this module must satisfy the Gwrapper role
use Types::Standard qw( Str Int Bool ArrayRef CodeRef InstanceOf );
use Carp;
use Scalar::Util(qw( looks_like_number ));
use Wx qw(
:sizer
:combobox
:textctrl
wxNOT_FOUND wxID_EXIT
wxTELETYPE
);
use Wx::Event qw(
EVT_BUTTON
EVT_COLLAPSIBLEPANE_CHANGED
);
has 'sizer' => (is => 'rw', isa => InstanceOf['Wx::BoxSizer']);
( run in 2.953 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )