Código Python:
Ver original
def ontexto(self,event): c=self.texto.GetValue() if c=="importar": a=wx.Colour(255,0,0) self.texto.SetForegroundColour(a) if c=="cadenas": b=wx.Colour(179,155,77) self.texto.SetForegroundColour(b)