nomad-software / tkd

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

Changing Widget Background Color #47

Closed alexiusacademia closed 5 years ago

alexiusacademia commented 5 years ago

I was wondering if it is possible to change widget's background color like from Python's Tkinter:

<widget>.configure(backgrounf="red")

Thanks

nomad-software commented 5 years ago

I don't think so at the minute but it would be easy to add.

alexiusacademia commented 5 years ago

Okay thank you very much.

nomad-software commented 5 years ago

This has been added by another contributor.

https://github.com/nomad-software/tkd/pull/51