indexing description: "[ a cursor of an open hand ]" date: "$Date$" revision: "$Revision$" class HAND_CURSOR_OPEN inherit MOUSE_CURSOR create make feature -- Initialization make is -- sets `image' do make_from_file ("./image/hand1.gif") offset_x := 8 offset_y := 8 end id: INTEGER is 3 end