Re: Cursor change using Mdk 10.1 error

2005-02-15 Thread muppet
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'))

Cursor change using Mdk 10.1 error

2005-02-15 Thread Dirk van der Walt
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->