This composite replaces the standard modal dialog box
during the clickTk session.
Unlike the original dialog box it sets up a non modal dialog,
but it applies the same subwidgets, arguments and appearance.
use ctkPreviewDialogBox;
my $dlg = $mw->ctkPreviewDialogBox(<options>);
$dlg->WidgetClass(<options>)->pack();
- Base class
-
Tk::DialogBox
- Globals
-
None.
- Class data
-
clipboard content (array of items)
- Member data
-
See Tk::DialogBox
- Properties
-
None.
- Methods
-
Show
Author: Marco
date: 27.10.2008
History
27.10.2008 mam First draft