Gtk2-Ex-CalendarButton
view release on metacpan or search on metacpan
lib/Gtk2/Ex/CalendarButton.pm view on Meta::CPAN
'Sep',
'Oct',
'Nov',
'Dec',
];
}
=head1 NAME
Gtk2::Ex::CalendarButton - I realized that I was constantly re-creating a simple widget that will pop-up
and Gtk2::Calendar when clicked. Just like the datetime display on your desktop taskbar. This package is
my attempt to extract the portion of code required to create a button-click-calender.
=head1 SYNOPSIS
my $calbutton = Gtk2::Ex::CalendarButton->new([2007,3,14]);
my $window = Gtk2::Window->new;
$window->signal_connect(destroy => sub { Gtk2->main_quit; });
$window->add($calbutton->get_button);
=head1 EXPORT
( run in 0.237 second using v1.01-cache-2.11-cpan-299005ec8e3 )