This class provides a non modal dialog to generate font statements.
ClassInit
Populate
apply_font
$parent->ctkFontDialod(<options>);
- Options
-
- title title of the toplevel
-
- gen kind of the emitted code:
-
'options' emitted code is option's string
'configure' emitted code is configuration message '$widget->configure(-font => <font defiition>)'
none same as 'configure'
-
- target receiving widget (must be of type Entry or Text).
- Example
-
$mw->ctkFontDialog(-title, 'Gen font ',-gen, 'option', -target ,$target);