ctkWidget

        This class models a widget class in the clickTk environment.
        It extends the functionality of a widget with clickTk
        peculiar functions.
        Thus it can be used as base class to extend existing widget
        with clickTk functions.
Methods
        - register
        - editOptions
Base class
        - TkAnalysis
        - ctkBase
Class data member
        - debug
Data member
        None.


Methods

CreateArgs

        This method can be used to add/check mandatory options
        or delete those options which may lead to exceptions/uncompatibilities.

register

        This method is an example for the use of clickTk functions, in this
        case inherited from the base class TkAnalysis.

editOptions

        This method is a further example for the use of clickTk functions, in this
        case inherited from the base class TkAnalysis.

Back to index