Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > a2cf9b7ce24f3e64e4a116303d43643e > files > 461

python-enthought-envisageplugins-3.2.0-1mdv2010.2.noarch.rpm

""" A view containing a black panel! """


# Local imports.
from color_view import ColorView


class BlackView(ColorView):
    """ A view containing a black panel! """

    #### 'IView' interface ####################################################

    # The view's name.
    name = 'Black'

    # The default position of the view relative to the item specified in the
    # 'relative_to' trait.
    position = 'bottom'

#### EOF ######################################################################