indexing description: "[ two crossed arrows ]" date: "$Date$" revision: "$Revision$" class MOVE_CURSOR inherit MOUSE_CURSOR create make feature -- Initialization make is -- sets `image' do make_from_file ("./image/move.gif") offset_x := 15 offset_y := 15 end id: INTEGER is 5 end