I see the following code:
How can I later get the foreground color of shareRatingText? GetForegroundColour gives me:
edit: crazy brits, misspelling color 😉
self.shareRatingText.SetForegroundColour('Forest Green')
How can I later get the foreground color of shareRatingText? GetForegroundColour gives me:
AttributeError: wxStaticText instance has no attribute 'GetForegroundColor'
edit: crazy brits, misspelling color 😉