[svn:perlfaq] r10453 - perlfaq/trunk
[email protected] Sat, 22 Dec 2007 11:52:24 -0800 (PST)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Author: comdog Date: Sat Dec 22 11:52:24 2007 New Revision: 10453 Modified: perlfaq/trunk/perlfaq3.pod Log: perlfaq3: How can I write a GUI (X, Tk, Gtk, etc.) in Perl? + surround URLs with () instead of L<> + It's not that () is the right way to do it, but that's the way the rest of the FAQ does it (and decided before I started working with it). + At some point I should go through all of the links and change them to L<>. I wish we had pseudopod's U<> though :) Modified: perlfaq/trunk/perlfaq3.pod ============================================================================== --- perlfaq/trunk/perlfaq3.pod (original) +++ perlfaq/trunk/perlfaq3.pod Sat Dec 22 11:52:24 2007 @@ -520,7 +520,7 @@ =item Wx This is a Perl binding for the cross-platform wxWidgets toolkit -L<http://www.wxwidgets.org>. It works under Unix, Win32 and Mac OS X, +( http://www.wxwidgets.org ). It works under Unix, Win32 and Mac OS X, using native widgets (Gtk under Unix). The interface follows the C++ interface closely, but the documentation is a little sparse for someone who doesn't know the library, mostly just referring you to the C++ @@ -528,7 +528,7 @@ =item Gtk and Gtk2 -These are Perl bindings for the Gtk toolkit L<http://www.gtk.org>. The +These are Perl bindings for the Gtk toolkit ( http://www.gtk.org ). The interface changed significantly between versions 1 and 2 so they have separate Perl modules. It runs under Unix, Win32 and Mac OS X (currently it requires an X server on Mac OS, but a 'native' port is underway), and @@ -547,7 +547,7 @@ =item CamelBones -CamelBones L<http://camelbones.sourceforge.net> is a Perl interface to +CamelBones ( http://camelbones.sourceforge.net ) is a Perl interface to Mac OS X's Cocoa GUI toolkit, and as such can be used to produce native GUIs on Mac OS X. It's not on CPAN, as it requires frameworks that CPAN.pm doesn't know how to install, but installation is via the