ctkFontDialog

        This class provides a non modal dialog to generate font statements.

Methods

        ClassInit
        Populate
        apply_font

Syntax

        $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);

Back to index