indexing description: "[ a horizontal moving arrows ]" date: "$Date$" revision: "$Revision$" class MOVE_CURSOR_HORIZONTAL inherit MOUSE_CURSOR create make feature -- Initialization make is -- sets `image' do make_from_file ("./image/move_horz.gif") offset_x := 15 offset_y := 15 end id: INTEGER is 6 end