note description: "[ Generated by EiffelRibbon tool Don't edit this file, since it will be replaced by EiffelRibbon tool generated files everytime ]" date: "$Date$" revision: "$Revision$" class $INDEX inherit EV_RIBBON export {ANY} init_with_window_and_dll redefine init_with_window end create make feature {NONE} -- Initialization make -- Creation method do create_interface_objects end create_interface_objects -- Create objects do $TAB_CREATION create tabs.make (1) $TAB_REGISTRY end feature -- Command init_with_window (a_window: EV_WINDOW) -- do Precursor (a_window) -- You could call setModes here $SET_MODES end feature -- Query $TAB_DECLARATION end