The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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