D projects list
Andrej Mitrovic
andrej.mitrovich at gmail.com
Thu Apr 5 13:40:51 PDT 2012
> Denis V. Shelomovskij
> I'd like to hear (but yes, I can only read, this is NG) any thoughts
> about this idea.
Looks very cool, nice job!
On 4/5/12, Denis Shelomovskij <verylonglogin.reg at gmail.com> wrote:
> http://deoma-cmd.ru/d/d-projects-list/?q=GUI+!Abandoned
A newer binding of Tk is on github although dated 2008 (not mine):
https://github.com/lysevi/dkinter
I've got an updated version that can use the newer Tk that has ttk
(more native-look widgets).
But I didn't bother with Tk much because it basically comes down to
having to pass strings to a Tk eval function. For anything complicated
you have to allocate a ton of strings.. Tk is probably best left for
use with scripting languages imo.
More information about the Digitalmars-d
mailing list