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

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)