theme_color propiedad

theme_color propiedad

Obtiene y establece el color del tema.

Observaciones

Si el color de fuente no es un color de tema, se devolverá NULL.

Definición:

@property
def theme_color(self):
    ...
@theme_color.setter
def theme_color(self, value):
    ...

Ver también