1 Available Libraries
1.1 Perl Tk
/perl/perl-tk.htm
1.2 Win32 GUI descr
subtext subtext subtext
1.2.1 Unterkapitel Win32 GUI descr
asdfasdfsadf
1.3 PerlQt descr
subtext subtext subtext
1.4 wxPerl descr
/perl/wxPerl.htm
2 Win32::GUI
text text text
2.1 Reference descr
subtext subtext subtext
2.2 The GUI Loft
- Bahnhof.se/~johanl/perl/Loft/ (Perl)
http://www.bahnhof.se/~johanl/perl/Loft/
The GUI Loft is a powerful and easy-to-use WYSIWYG design tool (written in Perl) for designing
Perl Win32::GUI Windows. (2004-11-01 10:56)
#!/usr/bin/perl
use strict;
use Win32::GUI;
use Win32 ();
use Win32::GUI::Loft::Design;
my $fileWindow = "sms.gld"; #You created this using The GUI Loft
my $objDesign = Win32::GUI::Loft::Design->newLoad($fileWindow) or
die("Could not open window file ($fileWindow)");
my $win = $objDesign->buildWindow() or die("Could not build window ($fileWindow)");
$win->Show();
Win32::GUI::Dialog();
3 Examples description
text text text
3.1 Hello descr
subtext subtext subtext
3.2 GUI World! descr
subtext subtext subtext
4 Links description
/perl/win32-gui.shtml