12.19. MenuBar.__helpImporting()
huey
# - - - M e n u B a r . _ _ h e l p I m p o r t i n g
def __helpImporting ( self ):
"""Pop-up help for importing color names.
"""
self.__dialog ( "Help: Using colors in other applications",
"To use one of the standard color names in an application, "
"you can just use the name as it appears in the list of "
"standard colors."
"\n\tYou can also use the hexadecimal form of the color "
"name that appears under #RRGGBB for either the background "
"or text (foreground) color." )