ctkDlgGetCode

        Set up a TextEdit widget and some buttons to enter perl code for
        callbacks, methods, POD section and general code.
        Global flag $main::editingCodeProperties keeps track of open instances
        It can be inspected to find out if an editing process is on work.
        Arguments
                -debug          debug mode (0 | 1),
                -code           code to be modified,
                -title          title of the Toplevel,
                -subTitle       title of the TextEdit widget,
                -editCode       identicfication code for the instance,
                -extract        ref to sub to extract subroutine or methods names,
                -assistentState flag that activates the assistent, may be one of (0,1).

Maintenance

                History 
                        01.12.2007 first draft
                        29.01.2008 version 1.03
                        06.03.2008 version 1.04

Back to index