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