Chankey Pathak
Chankey Pathak

Reputation: 21676

Suggest a WYSIWYG GUI creator for Perl

I am looking for a WYSIWYG GUI creator. I searched on Google and I found VisualCamel but this is not for Linux.

Let me know if there are more such creators available for Linux. I find it hard to use Perl/Tk module and then code in it. I wish for a GUI builder like Visual basic.

Upvotes: 3

Views: 1827

Answers (3)

vayay
vayay

Reputation: 86

FYI, VisualCamel is written in perl, so it will run on linux, provided that you install perl, install Tk module (and any other prerequisites)

spectcl (or any Tcl GUI Builder) along with perl module Tkx

wxGlade along with perl module Wx

Glade along with perl module Gtk2::GladeXML

Upvotes: 1

Jon Purdy
Jon Purdy

Reputation: 54999

You can design the interface with Glade and load the XML interface file with gtk2-perl.

Upvotes: 1

daxim
daxim

Reputation: 39158

Padre Form Builder

Upvotes: 3

Related Questions