theme
- class bgui.theme.NewSectionProxy(parser, name)
Bases:
configparser.SectionProxy
Creates a view on a section of the specified name in parser.
- class bgui.theme.Theme(file)
Bases:
configparser.ConfigParser
Creates a view on a section of the specified name in parser. :arg path= ‘’:
- supports(widget)
Checks to see if the theme supports a given widget.
- Parameters:
widget – The widget to check for support
- warn_legacy(section)
- warn_support(section)