On Feb 15, 2005, at 5:37 AM, Dirk van der Walt wrote:
I've tried this sample from the mailing list, but it gives me the
following error:
Can't locate object method "set_cursor" via package "Gtk2::Window" at
./cursor.pl line 17.
...
$e->realize;
$e->set_cursor (Gtk2::Gdk::Cursor->new ('hand2'))
Hi,
I've tried this sample from the mailing list, but it gives
me the following error:
Can't locate object method "set_cursor" via package
"Gtk2::Window" at ./cursor.pl line 17.
Here's the script:
#! /usr/bin/perl -w
use Gtk2;
Gtk2->init;
$w = Gtk2::Window->new;
$w->