Prima::StdDlg - wrapper module to the toolkit standard dialogs
|
Prima::StdDlg - 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;
The module accesses the following dialog classes:
- Prima::OpenDialog
-
File open dialog.
See Prima::OpenDialog in the Prima::FileDialog manpage
- Prima::SaveDialog
-
File save dialog.
See Prima::SaveDialog in the Prima::FileDialog manpage
- Prima::ChDirDialog
-
Directory change dialog.
See Prima::ChDirDialog in the Prima::FileDialog manpage
- Prima::FontDialog
-
Font selection dialog.
See the Prima::FontDialog manpage.
- Prima::FindDialog
-
Generic 'find text' dialog.
See the Prima::EditDialog manpage.
- Prima::ReplaceDialog
-
Generic 'find and replace text' dialog.
See the Prima::EditDialog manpage.
- Prima::PrintSetupDialog
-
Printer selection and setup dialog.
See the Prima::PrintDialog manpage.
- Prima::ColorDialog
-
Color selection dialog.
See Prima::ColorDialog in the Prima::ColorDialog manpage.
- Prima::ImageOpenDialog
-
Image file load dialog.
See Prima::ImageOpenDialog in the Prima::ImageDialog manpage.
- Prima::ImageSaveDialog
-
Image file save dialog.
See Prima::ImageSaveDialog in the Prima::ImageDialog manpage.
Anton Berezin <tobez@plab.ku.dk>,
Dmitry Karasik, <dmitry@karasik.eu.org>.
Prima, the Prima::Classes manpage
Prima::StdDlg - wrapper module to the toolkit standard dialogs
|