indexing description: "[ Black arrow cursor with a cross ]" date: "$Date$" revision: "$Revision$" class POLYGON_CROSS_CURSOR inherit MOUSE_CURSOR create make feature -- Initialization make is -- sets `image' do make_from_file ("./image/cross.gif") offset_x := 3 offset_y := 0 end id: INTEGER is 8 end