Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Is there something like a Visual Editor for Perl Tk with
which you can design the layout of your GUI windows visually?
Kinda like how you can design GUI windows in Visual Studio x.x ?
That would really speed up coding Tk applications.

Replies are listed 'Best First'.
Re: Visual Editor for Perl Tk?
by Albannach (Monsignor) on Apr 19, 2001 at 00:37 UTC
    Have a look at this thread.

    --
    I'd like to be able to assign to an luser

Re: Visual Editor for Perl Tk?
by traveler (Parson) on Apr 19, 2001 at 01:57 UTC
    I am well aware that you said Tk, but if you use Gtk (instead of Tk) with perl you can use glade to build the GUI.