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