Re: Change mouse pointer to hourglass?



On Fri, 2004-08-13 at 00:21, Daniel Kasak wrote:

Is there any way to change the pointer to an hourglass?

Yes, use

  Gtk2::Gdk::Window::set_cursor.

For example:

  my $window = Gtk2::Window -> new();
  $window -> show_all();
  $window -> window -> set_cursor(Gtk2::Gdk::Cursor -> new("watch"));

-- 
HTH,
-Torsten




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]