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

gtk+ 2.x provides a nice enhancement to the Dialog API, allowing you to use the idea of responses instead of just connecting to buttons, and making modal dialogs very easy. There are two ways to use the Gtk2::Dialog -- by calling $dialog->run() for modal dialogs, or by connecting to the response signal and handling things yourself, usually for modeless dialogs.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 3:

Unknown directive: =doc