nomad-software / tkd

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

GUI Builder for Tk #25

Closed StEvUgnIn closed 9 years ago

StEvUgnIn commented 9 years ago

Hello there, I'm looking for a software allowing the creation of Tk GUI returning XML Or UI format. Should I use Gtk instead of Tk ? On Tcl/Tk I read it could be possible to perform it by using Glade, is it ?

Thank to community.

nomad-software commented 9 years ago

As far as i know there is no support in Tcl/Tk for reading GUI layouts from a file. I guess you would have to create one yourself. There may be little utilities already written for this but tkd doesn't support them.

Glade is a nice tool for creating GUI layouts for Gtk but Tcl/Tk can't read them.

StEvUgnIn commented 9 years ago

So you code every TkD window, don't you ? Are they any RAD solution for D ?

nomad-software commented 9 years ago

Yeah, using tkd it's normal to code each UI because it's so simple. Using something like Gtk is a little more complex and powerful so i guess more people use something like glade. There are no RAD environments for D ...yet.