Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI Builder for Tk #25

Closed
StEvUgnIn opened this issue Sep 6, 2014 · 3 comments
Closed

GUI Builder for Tk #25

StEvUgnIn opened this issue Sep 6, 2014 · 3 comments

Comments

@StEvUgnIn
Copy link

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
Copy link
Owner

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
Copy link
Author

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

@nomad-software
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants