IUP
view release on metacpan or search on metacpan
Revision history for perl module IUP
0.305 2016-09-07
- NEW: IUP::Plot https://webserver2.tecgraf.puc-rio.br/iup/en/ctrl/iup_plot.html
- NEW: IUP::AnimatedLabel https://webserver2.tecgraf.puc-rio.br/iup/en/elem/iupanimatedlabel.html
- NEW: IUP::BackgroundBox https://webserver2.tecgraf.puc-rio.br/iup/en/elem/iupbackgroundbox.html
- NEW: IUP::Calendar https://webserver2.tecgraf.puc-rio.br/iup/en/elem/iupcalendar.html
- NEW: IUP::DatePick https://webserver2.tecgraf.puc-rio.br/iup/en/elem/iupdatepick.html
- NEW: IUP::DetachBox https://webserver2.tecgraf.puc-rio.br/iup/en/elem/iupdetachbox.html
- NEW: IUP::FlatButton https://webserver2.tecgraf.puc-rio.br/iup/en/elem/iupflatbutton.html
- NEW: IUP::GL::BackgroundBox https://webserver2.tecgraf.puc-rio.br/iup/en/ctrl/iupglbackgroundbox.html
- NEW: IUP::GL::Text https://webserver2.tecgraf.puc-rio.br/iup/en/gl/iupgltext.html
- REMOVED: IUP::PPlot (use IUP::Plot instead)
0.304 2016-07-10
- require Alien::IUP-0.705 (big upgrade to iup-3.19.1 & co.)
}
sub GetByIhandle {
my ($pkg, $ih, $flag) = @_;
$flag = 1 unless defined $flag; # default = 1 (create corresponding perl object if necessary)
my $mapping = {
#UPDATE when element list change
animatedlabel => 'IUP::AnimatedLabel', # https://webserver2.tecgraf.puc-rio.br/iup/en/elem/iupanimatedlabel.html
backgroundbox => 'IUP::BackgroundBox', # https://webserver2.tecgraf.puc-rio.br/iup/en/elem/iupbackgroundbox.html
button => 'IUP::Button',
calendar => 'IUP::Calendar', # https://webserver2.tecgraf.puc-rio.br/iup/en/elem/iupcalendar.html
canvas => 'IUP::Canvas',
cbox => 'IUP::Cbox',
cells => 'IUP::Cells',
clipboard => 'IUP::Clipboard',
colorbar => 'IUP::ColorBar',
colorbrowser => 'IUP::ColorBrowser',
colordlg => 'IUP::ColorDlg',
constants => 'IUP::Constants',
datepick => 'IUP::DatePick', # https://webserver2.tecgraf.puc-rio.br/iup/en/elem/iupdatepick.html
detachbox => 'IUP::DetachBox', # https://webserver2.tecgraf.puc-rio.br/iup/en/elem/iupdetachbox.html
lib/IUP/Calendar.pod view on Meta::CPAN
=head1 NAME
IUP::Calendar - [GUI element] calendar
=head1 DESCRIPTION
XXX-TODO: missing doc
=head1 SEE ALSO
The original doc: L<iupcalendar.html|http://www.tecgraf.puc-rio.br/iup/en/elem/iupcalendar.html>
=cut
( run in 0.418 second using v1.01-cache-2.11-cpan-5dc5da66d9d )