ctkWidgetTreeView

        Set up and maintain the View which shows the widget's tree.

Programming notes

This class is not a mega widget.
        This is due to the fact that im not sure whether
        a Scrolled widget works fine in a composite.
        Somewhere I have read that it does not!
        TODO: do some test in this respect.
        This class simply encapsulates the activities
        based on the widgets tree.
options
        main::HListDefaultWidth,
        main::HListDefaultHeight
        main::HListSelectMode
Methods
        setupTree  (constructor)
        setSelected
        repaint
        add
        delete
        selectionSet

Maintenance

        Author: MARCO
        date:   01.01.2007
        History
                        06.12.2007 refactoring
                        28.02.2008 MO03605
                        17.04.2008 version 1.03 (tearoff, updatePopup)

setupTree


Back to index