indexing description: "Set execution format so that user-defined stop % %points will be taken into account."; date: "$Date$"; revision: "$Revision$" class EXEC_STOP inherit EXEC_FORMAT rename User_stop_points as execution_mode end create make feature -- Properties symbol: PIXMAP is -- Pixmap for the button. once Result := Pixmaps.bm_Exec_stop end; feature {NONE} -- Attributes name: STRING is -- Name of the command. once Result := Interface_names.f_Exec_stop end; menu_name: STRING is -- Name used in menu entry once Result := Interface_names.m_Exec_stop end; accelerator: STRING is -- Accelerator action for menu entry do end; end -- class EXEC_STOP