ctkBitmap

        This class provides standard bitmaps.
        Public interface
        $widget->ctkBitmap(qw/ list of predefined bitmaps /);
        
        where $widget must be a composite widget which derives from class ctkBitmap

Programmin notes

        None

Maintenance

        Author: marco
        date:   04.03.2006
        History 
                    04.03.2006 take over methods from package main.


Methods

ctkBitmap

                Create predefined bitmaps
Argument
                List of bitmap names to be created.
Return
                Always true.

Back to index