Prima::StdDlg
wrapper module to the toolkit standard dialogs
- Provided by: libprima-perl (Version: 1.28-1.4)
- Source: prima
- Report a bug
wrapper module to the toolkit standard dialogs
Provides a unified access to the toolkit dialogs, so there is no need to "use" the corresponding module explicitly.
use Prima::StdDlg;
Prima::FileDialog-> create-> execute;
Prima::FontDialog-> create-> execute;
# open standard file open dialog
my $file = Prima::open_file;
print "You've selected: $file\n" if defined $file;
The module accesses the following dialog classes:
See "Prima::OpenDialog" in Prima::FileDialog
See "Prima::SaveDialog" in Prima::FileDialog
See "Prima::ChDirDialog" in Prima::FileDialog
See Prima::FontDialog.
See Prima::EditDialog.
See Prima::EditDialog.
See Prima::PrintDialog.
See "Prima::ColorDialog" in Prima::ColorDialog.
See "Prima::ImageOpenDialog" in Prima::ImageDialog.
See "Prima::ImageSaveDialog" in Prima::ImageDialog.
Anton Berezin <tobez@plab.ku.dk>, Dmitry Karasik, <dmitry@karasik.eu.org>.
Prima, Prima::Classes