The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gapp::Gtk2 - Gtk2 Widget Extension

SYNOPSIS

  use Gtk2 '-init';

  use Gapp::Gtk2;

  # date entry widget

  $e = Gapp::Gtk2::DateEntry->new;

  # time entry widget

  $e = Gapp::Gtk2::TimeEntry->new;

  # models that hold arbitrary data

  $list = Gapp::Gtk2::Model::SimpleList->new;

  $list->append( $anything );

   

DESCRIPTION

These additional widgets were created for use with Gapp. You can use them without the Gapp layer by using Gapp::Gtk2.

SEE ALSO

Gapp

AUTHOR

Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

COPYRIGHT

    Copyright (c) 22012 Jeffrey Ray Hallock.
    
    This program is free software; you can redistribute it and/or
    modify it under the same terms as Perl itself.