Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there Perl GUI builders, especially for WxPerl?

Are there good GUI builder for Perl GUI libraries, especially for WxPerl?

like image 273
Thor Avatar asked Nov 25 '09 21:11

Thor


4 Answers

For Wx:

  • WxGlade
  • Any Wx tool that generates XRC files.

For Tk:

  • Zooz
  • SpeTcl
like image 166
daotoad Avatar answered Nov 01 '22 13:11

daotoad


wxDesigner is the only one I know. I have never used it though.

like image 30
innaM Avatar answered Nov 01 '22 12:11

innaM


It's still fairly new, but the Padre editor has an in-development Padre::Plugin::FormBuilder plugin that takes a wxFormBuilder project file and generates pure-Perl dialog classes.

like image 7
Adam Kennedy Avatar answered Nov 01 '22 12:11

Adam Kennedy


Check out wxformbuilder. You can design your GUI there and generate an XRC file which wxPerl can then be configured to load.

like image 5
slm Avatar answered Nov 01 '22 12:11

slm