Gtk2::Ex::Dialogs::Question

Gtk2::Ex::Dialogs::Question is a Perl module that provides a simple question dialog.
Download

Gtk2::Ex::Dialogs::Question Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kevin C. Krinke and James Greenhalgh
  • Publisher web site:
  • http://search.cpan.org/~kck/

Gtk2::Ex::Dialogs::Question Tags


Gtk2::Ex::Dialogs::Question Description

Gtk2::Ex::Dialogs::Question is a Perl module that provides a simple question dialog. Gtk2::Ex::Dialogs::Question is a Perl module that provides a simple question dialog.SYNOPSIS use Gtk2::Ex::Dialogs::Question ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your app's main $window then, # to ensure that all messages use the right parent, set it: $Gtk2::Ex::Dialogs::Question::parent_window = $window; # now popup a new dialog my $r = ask Gtk2::Ex::Dialogs::Question ( "Is Perl only hacker's glue?" ); if ( $r ) { # end-user thinks so } else { # end-user does not think so }This module provides a simple dialog api that wraps Gtk2::Dialog objectively. The objective is a clean and simple question dialog (just "NO" and "YES" buttons). Requirements: · Perl


Gtk2::Ex::Dialogs::Question Related Software