nomad-software / tkd

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

Implement D methods that scrollbars use instead of delegating to Tcl/Tk #15

Closed nomad-software closed 9 years ago

nomad-software commented 10 years ago

Currently when attaching a scrollbar to a widget or vice-versa the actual communication between them is delegated directly through to Tcl/Tk. It would be nice to have these implemented in D so they can be overridden. This would be handy if you want to create custom widgets purely in D.

nomad-software commented 10 years ago

Hmmm... taking a look i don't know if this would actually be beneficial. I'll mull it over a little longer.