From 0c15423f088f299b755989a21e978acc8c9becb8 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 23 Mar 2003 02:08:48 +0000 Subject: Added a hand cursor. --- gtk/PlatGTK.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index c6fe2b1fd..9585d4138 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -1512,6 +1512,9 @@ void Window::SetCursor(Cursor curs) { case cursorWait: gdkCurs = gdk_cursor_new(GDK_WATCH); break; + case cursorHand: + gdkCurs = gdk_cursor_new(GDK_HAND2); + break; case cursorReverseArrow: gdkCurs = gdk_cursor_new(GDK_RIGHT_PTR); break; -- cgit v1.2.3