http://qs321.pair.com?node_id=372271


in reply to Re: Creating Win32 User Interfaces with Perl
in thread Creating Win32 User Interfaces with Perl

Still not very well documented but the results are nice.
How do you figure?
perldoc Wx

NAME
    Wx - interface to the wxWidgets GUI toolkit

SYNOPSIS
        use Wx;

DESCRIPTION
    The Wx module is a wrapper for the wxWidgets (formerly known as
    wxWindows) GUI toolkit.

    This module comes with extensive documentation in HTML format; you can
    download it from http://wxperl.sourceforge.net/
  • Comment on Re^2: Creating Win32 User Interfaces with Perl

Replies are listed 'Best First'.
Re^3: Creating Win32 User Interfaces with Perl
by dfaure (Chaplain) on Jul 07, 2004 at 07:37 UTC

    My apologizes, WxPerl IS in fact documented, but most of the documentation is introduction material and perl object model oddities. Samples are merely "hello world", and more elaborated samples are only available in C++. I know how it can be difficult and time consuming writing such documentation. Now most of the time is still dedicated to make it work.

    IMHO, WxPerl despite its real power, is still lacking of an accompagning book (there's here matter for a Chapter XI of the Perl In A Nutshell, even perhaps for a dedicated tome [which animal? *g*]). But don't be mistaken about my remarks, I DO prefer from far using WxPerl than Tk...

    ____
    HTH, Dominique
    My two favorites:
    If the only tool you have is a hammer, you will see every problem as a nail. --Abraham Maslow
    Bien faire, et le faire savoir...