nomad-software / tkd

GUI toolkit for the D programming language based on Tcl/Tk
MIT License
117 stars 16 forks source link

Color methods have been added to widgets that can't use them #54

Closed nomad-software closed 8 months ago

nomad-software commented 5 years ago

Color methods have been added to widgets that can't use them.

For example, the color mixin has been added to the Entry widget but calling setBackgroundColor doesn't change anything while setForegrounfColor does.

Either find a way to make these work or remove them from widgets where there is not support possibly breaking the mixin up to be more focused.