On Mon, Aug 11, 2008 at 1:12 PM, zentara
<zentara1 sbcglobal net> wrote:
#!/usr/bin/perl
use warnings;
use strict;
use Gtk2 '-init';
use Gnome2::Canvas;
use Glib qw/TRUE FALSE/;
Thanks for the example! I will study it later today.
I was wondering, is the Gnome2 library supported by multiple platforms like Gtk2 is? Would I be able to build an application using Gnome2::Canvas on windows?
Thanks,
Matt