1Prima::StdDlg(3)      User Contributed Perl Documentation     Prima::StdDlg(3)
2
3
4

NAME

6       Prima::StdDlg - [DEPRECATED] wrapper module to the toolkit standard
7       dialogs
8

DESCRIPTION

10       This module is deprecated and is on the way out. Use standard dialogs
11       by using individual modules in "Prima::Dialog::" namespace.
12
13       Provides a unified access to the toolkit dialogs, so there is no need
14       to "use" the corresponding module explicitly.
15

SYNOPSIS

17               use Prima::StdDlg;
18
19               Prima::FileDialog-> create-> execute;
20               Prima::FontDialog-> create-> execute;
21
22               # open standard file open dialog
23               my $file = Prima::open_file;
24               print "You've selected: $file\n" if defined $file;
25

API

27       The module accesses the following dialog classes:
28
29       Prima::open_file
30           Invokes standard file open dialog and return the selected file(s).
31           Uses system-specific standard file open dialog, if available.
32
33       Prima::save_file
34           Invokes standard file save dialog and return the selected file(s).
35           Uses system-specific standard file save dialog, if available.
36
37       Prima::OpenDialog
38           File open dialog.
39
40           See "Prima::OpenDialog" in Prima::FileDialog
41
42       Prima::SaveDialog
43           File save dialog.
44
45           See "Prima::SaveDialog" in Prima::FileDialog
46
47       Prima::ChDirDialog
48           Directory change dialog.
49
50           See "Prima::ChDirDialog" in Prima::FileDialog
51
52       Prima::FontDialog
53           Font selection dialog.
54
55           See Prima::FontDialog.
56
57       Prima::FindDialog
58           Generic 'find text' dialog.
59
60           See Prima::EditDialog.
61
62       Prima::ReplaceDialog
63           Generic 'find and replace text' dialog.
64
65           See Prima::EditDialog.
66
67       Prima::PrintDialog
68           Printer selection and setup dialog.
69
70           See Prima::PrintDialog.
71
72       Prima::ColorDialog
73           Color selection dialog.
74
75           See "Prima::ColorDialog" in Prima::ColorDialog.
76
77       Prima::ImageOpenDialog
78           Image file load dialog.
79
80           See "Prima::ImageOpenDialog" in Prima::ImageDialog.
81
82       Prima::ImageSaveDialog
83           Image file save dialog.
84
85           See "Prima::ImageSaveDialog" in Prima::ImageDialog.
86

AUTHORS

88       Anton Berezin <tobez@plab.ku.dk>, Dmitry Karasik,
89       <dmitry@karasik.eu.org>.
90

SEE ALSO

92       Prima, Prima::Classes
93
94
95
96perl v5.32.0                      2020-07-28                  Prima::StdDlg(3)
Impressum