wxPython – Función SetForegroundColour() en wx.StaticText
En este artículo vamos a aprender sobre la función SetForegroundColour() asociada con la clase wx.StaticText de wxPython. La función SetForegroundColour() se usa simplemente para establecer el color de primer plano de un texto estático en un color diferente. Se necesita el argumento wx.Colour para establecer el color de fondo. Sintaxis: wx.StaticText.SetForegroundColour(self, color) Parámetros: Parámetro Tipo … Continue reading «wxPython – Función SetForegroundColour() en wx.StaticText»