nomad-software / tkd

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

Add support for correcly implementing commands for buttons. #2

Closed nomad-software closed 10 years ago

nomad-software commented 10 years ago

Correctly implement commands for buttons. Current the only way to get a button to do something is to bind an event. While this works it's not disabled if the button is disabled like a true button command.

nomad-software commented 10 years ago

Done https://github.com/nomad-software/tkd/commit/52d77e004f365a19d5276337d3e270a45889e4a7