# Can't non-interactively test these, I think. I manually verified that they # work though.
Gtk2::Print -> run_page_setup_dialog_async( undef, undef, $settings, sub { warn join ", ", @_; Gtk2 -> main_quit(); }, "data"); Gtk2 -> main();
Gtk2::Print -> run_page_setup_dialog_async( $window, $setup, $settings, sub { warn join ", ", @_; Gtk2 -> main_quit(); }, "data"); Gtk2 -> main();
warn Gtk2::Print -> run_page_setup_dialog(undef, undef, $settings);
warn Gtk2::Print -> run_page_setup_dialog($window, $setup, $settings);
1 POD Error
The following errors were encountered while parsing the POD:
Unknown directive: =comment
To install Gtk2, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Gtk2
CPAN shell
perl -MCPAN -e shell install Gtk2
For more information on module installation, please visit the detailed CPAN module installation guide.