ctkDlgGetLibraries

        Set up and execute dialog to enter 'use lib' libraries

Programming notes

Methods
        dlg_libraries_onAdd()      add a new item and
                                   insert it after the selected item.
        dlg_libraries_onDelete()   delete the selected item.
        dlg_libraries_onMoveUp()   move up the selected item.
        dlg_libraries_onMoveDown() move down the selected item.
        dlg_libraries()            set up dialog a toplevel widget.
Notes
        - This package isn't a composite widget.

Maintenance

        Author: MARCO
        date:   01.01.2007
        History
                        06.12.2007 refactoring
                        24.11.2009 version 1.02 (bugfix in dlg_libraries_onAdd)

Back to index